Searched defs:MID_INDEX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c321 #define MID_INDEX(l, r) ((r + l + 1) >> 1) macro
446 anchor_index = MID_INDEX(r_index, l_index);
483 anchor_index = MID_INDEX(r_index, l_index);
489 anchor_index = MID_INDEX(r_index, l_index);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c688 #define MID_INDEX(l, r) ((r + l + 1) >> 1) macro
825 anchor_index = MID_INDEX(r_index, l_index);
863 anchor_index = MID_INDEX(r_index, l_index);
869 anchor_index = MID_INDEX(r_index, l_index);

Completed in 70 milliseconds