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

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_rx.c317 igb_rx(igb_rx_ring_t *rx_ring, int poll_bytes) argument
381 if ((poll_bytes != IGB_NO_POLL) &&
382 ((pkt_len + total_bytes) > poll_bytes))
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-channel.h357 unsigned int poll_bytes; member in struct:__anon6597
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c356 channel->poll_bytes = 0;
362 got_bytes += channel->poll_bytes + 1;
366 got_bytes += channel->poll_bytes + 1;
404 channel->poll_bytes = 0;
410 got_bytes += channel->poll_bytes + 1;
414 got_bytes += channel->poll_bytes + 1;
H A Dxgehal-ring-fp.c305 ((xge_hal_channel_t *)channelh)->poll_bytes += *pkt_length;
376 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] +
459 ((xge_hal_channel_t *)channelh)->poll_bytes += sizes[0] + sizes[1] +
H A Dxgehal-fifo-fp.c772 ((xge_hal_channel_t *)channelh)->poll_bytes += txdl_priv->bytes_sent;
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c542 ixgbe_ring_rx(ixgbe_rx_ring_t *rx_ring, int poll_bytes) argument
651 if ((poll_bytes != IXGBE_POLL_NULL) &&
652 ((received_bytes + pkt_len) > poll_bytes))
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h334 int poll_bytes; /* bytes to be polled up */ member in struct:xgell_rx_ring
H A Dxgell.c810 if ((ring->poll_mp == NULL) && (ring->poll_bytes > 0)) {
814 if ((ring->poll_bytes -= pkt_length) <= 0) {
874 ring->poll_bytes = bytes_to_pickup;
878 ring->poll_bytes = -1;
1628 rx_ring->poll_bytes = -1;
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1366 i40e_ring_rx(i40e_trqpair_t *itrq, int poll_bytes) argument
1413 * and process until we either run out of poll_bytes or descriptors.
1472 if ((poll_bytes != I40E_POLL_NULL) &&
1473 (rx_bytes + plen) > poll_bytes)
1570 i40e_ring_rx_poll(void *arg, int poll_bytes) argument
1575 ASSERT(poll_bytes > 0);
1576 if (poll_bytes == 0)
1580 mp = i40e_ring_rx(itrq, poll_bytes);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c2437 ql_ring_rx(struct rx_ring *rx_ring, int poll_bytes) argument
2493 if ((poll_bytes != QLGE_POLL_ALL) &&
2494 ((received_bytes + length) > poll_bytes)) {
2596 if (poll_bytes == QLGE_POLL_ALL)

Completed in 116 milliseconds