Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1158 for_each_cos_in_tx_queue(fp, cos) in bnx2x_msix_fp_int()
1509 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_tx_skbs_queue()
2503 for_each_cos_in_tx_queue(fp, cos) in bnx2x_bz_fp()
2987 for_each_cos_in_tx_queue(fp, cos) in bnx2x_drain_tx_queues()
3251 for_each_cos_in_tx_queue(fp, cos) in bnx2x_poll()
4416 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_free_fp_mem_at()
4580 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_alloc_fp_mem_at()
H A Dbnx2x_cmn.h768 for_each_cos_in_tx_queue(fp, cos) in bnx2x_has_tx_work()
H A Dbnx2x_main.c1002 for_each_cos_in_tx_queue(fp, cos) in bnx2x_panic_dump()
1156 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_panic_dump()
1948 for_each_cos_in_tx_queue(fp, cos) in bnx2x_interrupt()
6387 for_each_cos_in_tx_queue(fp, cos) { in bnx2x_init_eth_fp()
6460 for_each_cos_in_tx_queue(&bp->fp[i], cos) in bnx2x_init_tx_rings()
9347 for_each_cos_in_tx_queue(fp, cos) in bnx2x_chip_cleanup()
H A Dbnx2x.h1970 #define for_each_cos_in_tx_queue(fp, var) \ macro