Home
last modified time | relevance | path

Searched refs:bnx2x_fp (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c47 netif_napi_add(bp->dev, &bnx2x_fp(bp, i, napi), in bnx2x_add_all_napi_cnic()
58 netif_napi_add(bp->dev, &bnx2x_fp(bp, i, napi), in bnx2x_add_all_napi()
1150 napi_schedule_irqoff(&bnx2x_fp(bp, fp->index, napi)); in bnx2x_msix_fp_int()
1865 napi_enable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_enable_cnic()
1874 napi_enable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_enable()
1883 napi_disable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_disable_cnic()
1892 napi_disable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_disable()
4357 union host_hc_status_block *sb = &bnx2x_fp(bp, fp_index, status_blk); in bnx2x_free_fp_mem_at()
4370 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4375 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
[all …]
Dbnx2x_cmn.h828 __netif_napi_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi_cnic()
838 __netif_napi_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi()
Dbnx2x.h621 #define bnx2x_fp(bp, nr, var) ((bp)->fp[(nr)].var) macro
Dbnx2x_vfpf.c453 req->sb_addr[i] = (dma_addr_t)bnx2x_fp(bp, i, in bnx2x_vfpf_init()
Dbnx2x_sriov.c1572 vf->sp_cl_id = bnx2x_fp(bp, 0, cl_id); in bnx2x_iov_nic_init()
Dbnx2x_main.c1952 napi_schedule_irqoff(&bnx2x_fp(bp, fp->index, napi)); in bnx2x_interrupt()
3293 txq_init->tss_leading_cl_id = bnx2x_fp(bp, 0, cl_id); in bnx2x_pf_tx_q_prep()