Searched refs:BP_VF (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sriov.c | 75 return (idx < BNX2X_NR_VIRTFN(bp)) ? BP_VF(bp, idx) : NULL; in bnx2x_vf_by_abs_fid() 920 vf = BP_VF(bp, i); in bnx2x_vf_flr_clnup() 968 struct bnx2x_virtf *vf = BP_VF(bp, i); in bnx2x_vf_handle_flr_event() 1512 struct bnx2x_virtf *vf = BP_VF(bp, idx); in bnx2x_set_vf_link_state() 1553 struct bnx2x_virtf *vf = BP_VF(bp, vfid); in bnx2x_iov_nic_init() 1606 struct bnx2x_virtf *vf = BP_VF(bp, vfid); in bnx2x_iov_nic_init() 1635 bnx2x_vf_release(bp, BP_VF(bp, i)); in bnx2x_iov_chip_cleanup() 1895 struct bnx2x_virtf *vf = BP_VF(bp, i); in bnx2x_iov_adjust_stats_req() 2460 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_enable_sriov() 2463 vf_sb_count(BP_VF(bp, vf_idx)) = 0; in bnx2x_enable_sriov() [all …]
|
| H A D | bnx2x_sriov.h | 321 #define BP_VF(bp, idx) ((BP_VFDB(bp) && (bp)->vfdb->vfs) ? \ macro
|
| H A D | bnx2x_vfpf.c | 2241 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_vf_mbx()
|
| H A D | bnx2x_main.c | 10010 struct bnx2x_virtf *vf = BP_VF(bp, vf_idx); in bnx2x_parity_recover()
|