Searched refs:PPOD_IDX_SHIFT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c425 tag |= idx << PPOD_IDX_SHIFT;
467 idx = (tag >> PPOD_IDX_SHIFT) & ddp->idx_mask;
607 tformat->rsvd_shift = PPOD_IDX_SHIFT;
724 ddp->rsvd_tag_mask = (1 << (bits + PPOD_IDX_SHIFT)) - 1;
726 uinfo.tagmask = ddp->idx_mask << PPOD_IDX_SHIFT;
H A Dcxgb3i_ddp.h122 #define PPOD_IDX_SHIFT PPOD_COLOR_SIZE macro

Completed in 167 milliseconds