Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1410 uint64_t rcr_head_index, rcr_tail_index; in hxge_rx_pkts() local
1464 rcr_head_index = rcrp->rcr_desc_rd_head_p - rcrp->rcr_desc_first_p; in hxge_rx_pkts()
1467 if (rcr_tail_index >= rcr_head_index) { in hxge_rx_pkts()
1468 num_rcrs = rcr_tail_index - rcr_head_index; in hxge_rx_pkts()
1471 num_rcrs = (rcrp->comp_size - rcr_head_index) + rcr_tail_index; in hxge_rx_pkts()