Searched refs:for_each_cos_in_tx_queue (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_cmn.c | 1146 for_each_cos_in_tx_queue(fp, cos) in bnx2x_msix_fp_int() 1497 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_tx_skbs_queue() 2492 for_each_cos_in_tx_queue(fp, cos) in bnx2x_bz_fp() 2974 for_each_cos_in_tx_queue(fp, cos) in bnx2x_drain_tx_queues() 3235 for_each_cos_in_tx_queue(fp, cos) in bnx2x_poll() 4405 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_fp_mem_at() 4569 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_alloc_fp_mem_at()
|
D | bnx2x_cmn.h | 768 for_each_cos_in_tx_queue(fp, cos) in bnx2x_has_tx_work()
|
D | bnx2x_main.c | 1003 for_each_cos_in_tx_queue(fp, cos) in bnx2x_panic_dump() 1157 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_panic_dump() 1950 for_each_cos_in_tx_queue(fp, cos) in bnx2x_interrupt() 6389 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_init_eth_fp() 6462 for_each_cos_in_tx_queue(&bp->fp[i], cos) in bnx2x_init_tx_rings() 9349 for_each_cos_in_tx_queue(fp, cos) in bnx2x_chip_cleanup()
|
D | bnx2x.h | 1969 #define for_each_cos_in_tx_queue(fp, var) \ macro
|