Searched refs:skip_rx_queue (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 1923 if (skip_rx_queue(bp, var)) \ 1930 if (skip_rx_queue(bp, var)) \ 1936 if (skip_rx_queue(bp, var)) \ 1975 #define skip_rx_queue(bp, idx) (NO_FCOE(bp) && IS_FCOE_IDX(idx)) macro
|
H A D | bnx2x_cmn.c | 4380 if (!skip_rx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at() 4588 if (!skip_rx_queue(bp, index)) { in bnx2x_alloc_fp_mem_at()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x.h | 1924 if (skip_rx_queue(bp, var)) \ 1931 if (skip_rx_queue(bp, var)) \ 1937 if (skip_rx_queue(bp, var)) \ 1976 #define skip_rx_queue(bp, idx) (NO_FCOE(bp) && IS_FCOE_IDX(idx)) macro
|
H A D | bnx2x_cmn.c | 4391 if (!skip_rx_queue(bp, fp_index)) { in bnx2x_free_fp_mem_at() 4599 if (!skip_rx_queue(bp, index)) { in bnx2x_alloc_fp_mem_at()
|
Completed in 22 milliseconds