Searched refs:scatter_n (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dfarch.c527 rx_queue->scatter_n = 0;
947 if (rx_queue->scatter_n &&
948 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) &
993 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) &
998 unlikely(rx_ev_sop != (rx_queue->scatter_n == 0))) {
1004 if (rx_queue->scatter_n) {
1008 rx_queue->scatter_n, 0, EFX_RX_PKT_DISCARD);
1009 rx_queue->removed_count += rx_queue->scatter_n;
1010 rx_queue->scatter_n = 0;
1028 ++rx_queue->scatter_n;
[all...]
H A Dnet_driver.h367 * @scatter_n: Used by NIC specific receive code.
401 unsigned int scatter_n; member in struct:efx_rx_queue
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c539 rx_queue->scatter_n = 0;
953 if (rx_queue->scatter_n &&
954 index == ((rx_queue->removed_count + rx_queue->scatter_n - 1) &
1000 expected_ptr = ((rx_queue->removed_count + rx_queue->scatter_n) &
1005 unlikely(rx_ev_sop != (rx_queue->scatter_n == 0))) {
1011 if (rx_queue->scatter_n) {
1015 rx_queue->scatter_n, 0, EF4_RX_PKT_DISCARD);
1016 rx_queue->removed_count += rx_queue->scatter_n;
1017 rx_queue->scatter_n = 0;
1035 ++rx_queue->scatter_n;
[all...]
H A Dnet_driver.h308 * @scatter_n: Used by NIC specific receive code.
340 unsigned int scatter_n; member in struct:ef4_rx_queue
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c2704 rx_queue->scatter_n);
2708 efx_rx_packet(rx_queue, rx_desc_ptr, rx_queue->scatter_n,
2711 rx_queue->removed_count += rx_queue->scatter_n;
2712 rx_queue->scatter_n = 0;
2850 if (n_descs != rx_queue->scatter_n + 1) {
2854 if (unlikely(n_descs == rx_queue->scatter_n)) {
2855 if (rx_queue->scatter_n == 0 || rx_bytes != 0)
2857 "invalid RX abort: scatter_n=%u event="
2859 rx_queue->scatter_n,
2871 rx_queue->scatter_n !
[all...]
H A Dmcdi_functions.c290 rx_queue->scatter_n = 0;
H A Dnet_driver.h353 * @scatter_n: Used by NIC specific receive code.
390 unsigned int scatter_n; member in struct:efx_rx_queue

Completed in 257 milliseconds