Searched refs:BP_VF (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 75 return (idx < BNX2X_NR_VIRTFN(bp)) ? BP_VF(bp, idx) : NULL; in bnx2x_vf_by_abs_fid() 908 vf = BP_VF(bp, i); in bnx2x_vf_flr_clnup() 956 struct bnx2x_virtf *vf = BP_VF(bp, i); in bnx2x_vf_handle_flr_event() 1502 struct bnx2x_virtf *vf = BP_VF(bp, idx); in bnx2x_set_vf_link_state() 1543 struct bnx2x_virtf *vf = BP_VF(bp, vfid); in bnx2x_iov_nic_init() 1596 struct bnx2x_virtf *vf = BP_VF(bp, vfid); in bnx2x_iov_nic_init() 1625 bnx2x_vf_release(bp, BP_VF(bp, i)); in bnx2x_iov_chip_cleanup() 1890 struct bnx2x_virtf *vf = BP_VF(bp, i); in bnx2x_iov_adjust_stats_req() 2456 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_enable_sriov() 2459 vf_sb_count(BP_VF(bp, vf_idx)) = 0; in bnx2x_enable_sriov() [all …]
|
D | bnx2x_sriov.h | 321 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \ macro
|
D | bnx2x_vfpf.c | 2240 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_vf_mbx()
|
D | bnx2x_main.c | 9996 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_parity_recover()
|