Home
last modified time | relevance | path

Searched refs:for_each_cos_in_tx_queue (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c1145 for_each_cos_in_tx_queue(fp, cos) in bnx2x_msix_fp_int()
1496 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_tx_skbs_queue()
2491 for_each_cos_in_tx_queue(fp, cos) in bnx2x_bz_fp()
2973 for_each_cos_in_tx_queue(fp, cos) in bnx2x_drain_tx_queues()
3234 for_each_cos_in_tx_queue(fp, cos) in bnx2x_poll()
4399 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_fp_mem_at()
4563 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_alloc_fp_mem_at()
Dbnx2x_cmn.h768 for_each_cos_in_tx_queue(fp, cos) in bnx2x_has_tx_work()
Dbnx2x_main.c1003 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()
1949 for_each_cos_in_tx_queue(fp, cos) in bnx2x_interrupt()
6388 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_init_eth_fp()
6461 for_each_cos_in_tx_queue(&bp->fp[i], cos) in bnx2x_init_tx_rings()
9348 for_each_cos_in_tx_queue(fp, cos) in bnx2x_chip_cleanup()
Dbnx2x.h1969 #define for_each_cos_in_tx_queue(fp, var) \ macro