Searched refs:bnapi (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ethernet/broadcom/ |
| A D | bnx2.c | 355 bnapi->cnic_present = 0; in bnx2_setup_cnic_irq_info() 360 bnapi->cnic_tag = bnapi->last_status_idx; in bnx2_setup_cnic_irq_info() 409 bnapi->cnic_present = 0; in bnx2_unregister_cnic() 464 bnapi->cnic_tag = bnapi->last_status_idx; in bnx2_cnic_start() 596 struct bnx2_napi *bnapi; in bnx2_disable_int() local 610 struct bnx2_napi *bnapi; in bnx2_enable_int() local 883 bnapi->hw_tx_cons_ptr = in bnx2_alloc_mem() 885 bnapi->hw_rx_cons_ptr = in bnx2_alloc_mem() 3408 if (bnapi->cnic_present && (bnapi->cnic_tag != sblk->status_idx)) in bnx2_has_work() 5802 tx_napi = bnapi; in bnx2_run_loopback() [all …]
|
| /drivers/net/ethernet/broadcom/bnxt/ |
| A D | bnxt.c | 4173 cpr->bnapi = bnapi; in bnxt_alloc_cp_rings() 4209 cpr2->bnapi = bnapi; in bnxt_alloc_cp_rings() 5454 bp->bnapi = bnapi; in bnxt_alloc_mem() 5457 bp->bnapi[i] = bnapi; in bnxt_alloc_mem() 5486 rxr->bnapi = bp->bnapi[i]; in bnxt_alloc_mem() 11451 bnapi = bp->bnapi[idx]; in bnxt_tx_queue_stop() 11482 bnapi = bp->bnapi[idx]; in bnxt_tx_queue_start() 11740 bnapi = bp->bnapi[i]; in bnxt_init_napi() 13999 bnapi = bp->bnapi[i]; in bnxt_dbg_dump_states() 16016 bnapi = rxr->bnapi; in bnxt_queue_start() [all …]
|
| A D | bnxt_dim.c | 20 struct bnxt_napi *bnapi = container_of(cpr, in bnxt_dim_work() local 29 bnxt_hwrm_set_ring_coal(bnapi->bp, bnapi); in bnxt_dim_work()
|
| A D | bnxt_debugfs.c | 84 struct bnxt_cp_ring_info *cpr = &bp->bnapi[i]->cp_ring; in bnxt_debug_dev_init() 86 if (cpr && bp->bnapi[i]->rx_ring) in bnxt_debug_dev_init()
|
| A D | bnxt_xdp.c | 121 void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int budget) in bnxt_tx_int_xdp() argument 123 struct bnxt_tx_ring_info *txr = bnapi->tx_ring[0]; in bnxt_tx_int_xdp() 124 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring; in bnxt_tx_int_xdp() 166 bnapi->events &= ~BNXT_TX_CMP_EVENT; in bnxt_tx_int_xdp() 245 txr = rxr->bnapi->tx_ring[0]; in bnxt_rx_xdp()
|
| A D | bnxt_xdp.h | 19 void bnxt_tx_int_xdp(struct bnxt *bp, struct bnxt_napi *bnapi, int budget);
|
| A D | bnxt.h | 976 struct bnxt_napi *bnapi; member 1090 struct bnxt_napi *bnapi; member 1167 struct bnxt_napi *bnapi; member 1209 #define bnxt_for_each_napi_tx(iter, bnapi, txr) \ argument 1210 for (iter = 0, txr = (bnapi)->tx_ring[0]; txr; \ 1212 (bnapi)->tx_ring[++iter] : NULL) 2343 struct bnxt_napi **bnapi; member 2972 int bnxt_hwrm_set_ring_coal(struct bnxt *bp, struct bnxt_napi *bnapi);
|
| A D | bnxt_ptp.h | 169 void bnxt_tx_ts_cmp(struct bnxt *bp, struct bnxt_napi *bnapi,
|
| A D | bnxt_ethtool.c | 603 if (!bp->bnapi) { in bnxt_get_ethtool_stats() 610 struct bnxt_napi *bnapi = bp->bnapi[i]; in bnxt_get_ethtool_stats() local 611 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_get_ethtool_stats() 4869 struct bnxt_napi *bnapi = cpr->bnapi; in bnxt_rx_loopback() local 4878 rxr = bnapi->rx_ring; in bnxt_rx_loopback() 4889 if (!ether_addr_equal(data + i, bnapi->bp->dev->dev_addr)) in bnxt_rx_loopback() 4946 cpr = &rxr->bnapi->cp_ring; in bnxt_run_loopback()
|
| A D | bnxt_ptp.c | 858 void bnxt_tx_ts_cmp(struct bnxt *bp, struct bnxt_napi *bnapi, in bnxt_tx_ts_cmp() argument 869 txr = bnapi->tx_ring[TX_OPAQUE_RING(opaque)]; in bnxt_tx_ts_cmp()
|
Completed in 794 milliseconds