Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1146 napi_schedule_irqoff(&bnx2x_fp(bp, fp->index, napi)); in bnx2x_msix_fp_int()
1861 napi_enable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_enable_cnic()
1870 napi_enable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_enable()
1879 napi_disable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_disable_cnic()
1888 napi_disable(&bnx2x_fp(bp, i, napi)); in bnx2x_napi_disable()
4345 union host_hc_status_block *sb = &bnx2x_fp(bp, fp_index, status_blk); in bnx2x_free_fp_mem_at()
4358 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
4363 bnx2x_fp(bp, fp_index, in bnx2x_free_fp_mem_at()
[all …]
Dbnx2x_cmn.h832 napi_hash_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi_cnic()
833 netif_napi_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi_cnic()
842 napi_hash_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi()
843 netif_napi_del(&bnx2x_fp(bp, i, napi)); in bnx2x_del_all_napi()
Dbnx2x.h615 #define bnx2x_fp(bp, nr, var) ((bp)->fp[(nr)].var) macro
Dbnx2x_vfpf.c456 req->sb_addr[i] = (dma_addr_t)bnx2x_fp(bp, i, in bnx2x_vfpf_init()
Dbnx2x_sriov.c1580 vf->sp_cl_id = bnx2x_fp(bp, 0, cl_id); in bnx2x_iov_nic_init()
Dbnx2x_main.c1944 napi_schedule_irqoff(&bnx2x_fp(bp, fp->index, napi)); in bnx2x_interrupt()
3281 txq_init->tss_leading_cl_id = bnx2x_fp(bp, 0, cl_id); in bnx2x_pf_tx_q_prep()