Home
last modified time | relevance | path

Searched refs: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
442 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp()
479 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp()
485 anchor_index = MID_INDEX(r_index, l_index); in hxge_rxbuf_pp_to_vp()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c688 #define MID_INDEX(l, r) ((r + l + 1) >> 1) macro
821 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp()
859 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp()
865 anchor_index = MID_INDEX(r_index, l_index); in nxge_rxbuf_pp_to_vp()