Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/igb/
H A Digb_rx.c317 igb_rx(igb_rx_ring_t *rx_ring, int poll_bytes) in igb_rx() argument
381 if ((poll_bytes != IGB_NO_POLL) && in igb_rx()
382 ((pkt_len + total_bytes) > poll_bytes)) in igb_rx()
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c356 channel->poll_bytes = 0; in xge_hal_device_poll_rx_channel()
362 got_bytes += channel->poll_bytes + 1; in xge_hal_device_poll_rx_channel()
366 got_bytes += channel->poll_bytes + 1; in xge_hal_device_poll_rx_channel()
404 channel->poll_bytes = 0; in xge_hal_device_poll_tx_channel()
410 got_bytes += channel->poll_bytes + 1; in xge_hal_device_poll_tx_channel()
414 got_bytes += channel->poll_bytes + 1; in xge_hal_device_poll_tx_channel()
H A Dxgehal-ring-fp.c305 ((xge_hal_channel_t *)channelh)->poll_bytes += *pkt_length; in xge_hal_ring_dtr_1b_get()
376 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] + in xge_hal_ring_dtr_3b_get()
459 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] + in xge_hal_ring_dtr_5b_get()
H A Dxgehal-fifo-fp.c772 ((xge_hal_channel_t *)channelh)->poll_bytes += txdl_priv->bytes_sent; in xge_hal_fifo_dtr_free()
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c543 ixgbe_ring_rx(ixgbe_rx_ring_t *rx_ring, int poll_bytes) in ixgbe_ring_rx() argument
652 if ((poll_bytes != IXGBE_POLL_NULL) && in ixgbe_ring_rx()
653 ((received_bytes + pkt_len) > poll_bytes)) in ixgbe_ring_rx()
/titanic_44/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h357 unsigned int poll_bytes; member
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1445 i40e_ring_rx(i40e_trqpair_t *itrq, int poll_bytes) in i40e_ring_rx() argument
1551 if ((poll_bytes != I40E_POLL_NULL) && in i40e_ring_rx()
1552 (rx_bytes + plen) > poll_bytes) in i40e_ring_rx()
1649 i40e_ring_rx_poll(void *arg, int poll_bytes) in i40e_ring_rx_poll() argument
1654 ASSERT(poll_bytes > 0); in i40e_ring_rx_poll()
1655 if (poll_bytes == 0) in i40e_ring_rx_poll()
1659 mp = i40e_ring_rx(itrq, poll_bytes); in i40e_ring_rx_poll()
/titanic_44/usr/src/uts/common/io/xge/drv/
H A Dxgell.h334 int poll_bytes; /* bytes to be polled up */ member
H A Dxgell.c810 if ((ring->poll_mp == NULL) && (ring->poll_bytes > 0)) { in xgell_rx_1b_callback()
814 if ((ring->poll_bytes -= pkt_length) <= 0) { in xgell_rx_1b_callback()
874 ring->poll_bytes = bytes_to_pickup; in xgell_rx_poll()
878 ring->poll_bytes = -1; in xgell_rx_poll()
1628 rx_ring->poll_bytes = -1; in xgell_rx_ring_open()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2437 ql_ring_rx(struct rx_ring *rx_ring, int poll_bytes) in ql_ring_rx() argument
2493 if ((poll_bytes != QLGE_POLL_ALL) && in ql_ring_rx()
2494 ((received_bytes + length) > poll_bytes)) { in ql_ring_rx()
2596 if (poll_bytes == QLGE_POLL_ALL) in ql_ring_rx()