Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1405 uint32_t qlen_hw, npkts, num_rcrs; in hxge_rx_pkts() local
1455 qlen_hw = qlen; in hxge_rx_pkts()
1457 qlen_hw = qlen - 1; in hxge_rx_pkts()
1478 if (qlen_hw > npkts) { in hxge_rx_pkts()
1481 channel, qlen_hw, qlen_sw)); in hxge_rx_pkts()
1482 qlen_hw = npkts; in hxge_rx_pkts()
1485 while (qlen_hw) { in hxge_rx_pkts()
1501 "but 0x%x pending\n", channel, npkt_read, qlen_hw)); in hxge_rx_pkts()
1538 qlen_hw--; in hxge_rx_pkts()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c1973 uint32_t qlen_hw; in nxge_rx_pkts() local
2033 qlen_hw = (qlen < nxge_max_rx_pkts) ? in nxge_rx_pkts()
2040 while (qlen_hw) { in nxge_rx_pkts()
2088 qlen_hw--; in nxge_rx_pkts()