Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2452 uint32_t pkt_ct = 0; in ql_ring_rx() local
2504 pkt_ct++; in ql_ring_rx()
2579 if (pkt_ct >= 7) in ql_ring_rx()
2581 else if (pkt_ct == 6) in ql_ring_rx()
2583 else if (pkt_ct == 5) in ql_ring_rx()
2585 else if (pkt_ct == 4) in ql_ring_rx()
2587 else if (pkt_ct == 3) in ql_ring_rx()
2589 else if (pkt_ct == 2) in ql_ring_rx()
2591 else if (pkt_ct == 1) in ql_ring_rx()
2593 else if (pkt_ct == 0) in ql_ring_rx()