Home
last modified time | relevance | path

Searched refs:rcr_head_index (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1401 uint64_t rcr_head_index, rcr_tail_index; in hxge_rx_pkts() local
1455 rcr_head_index = rcrp->rcr_desc_rd_head_p - rcrp->rcr_desc_first_p; in hxge_rx_pkts()
1458 if (rcr_tail_index >= rcr_head_index) { in hxge_rx_pkts()
1459 num_rcrs = rcr_tail_index - rcr_head_index; in hxge_rx_pkts()
1462 num_rcrs = (rcrp->comp_size - rcr_head_index) + rcr_tail_index; in hxge_rx_pkts()