Searched defs:resc (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| D | qed.h | 291 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument 292 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument 293 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument 297 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
|
| D | qed_vf.h | 215 } resc; member
|
| D | qed_sriov.c | 1542 struct pf_vf_resc *resc = &resp->resc; in qed_iov_vf_mbx_acquire() local
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
| D | qed.h | 290 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument 291 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument 292 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument 296 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
|
| D | qed_vf.h | 215 } resc; member
|
| D | qed_sriov.c | 1544 struct pf_vf_resc *resc = &resp->resc; in qed_iov_vf_mbx_acquire() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sriov.c | 829 struct vf_pf_resc_request *resc = &vf->alloc_resc; in bnx2x_iov_static_resc() local 2015 struct vf_pf_resc_request *resc) in bnx2x_vf_acquire()
|
| D | bnx2x_vfpf.c | 1259 struct pf_vf_resc *resc = &resp->resc; in bnx2x_vf_mbx_acquire_resp() local
|
| D | bnx2x_vfpf.h | 209 } resc; member
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sriov.c | 829 struct vf_pf_resc_request *resc = &vf->alloc_resc; in bnx2x_iov_static_resc() local 2008 struct vf_pf_resc_request *resc) in bnx2x_vf_acquire()
|
| D | bnx2x_vfpf.c | 1261 struct pf_vf_resc *resc = &resp->resc; in bnx2x_vf_mbx_acquire_resp() local
|
| D | bnx2x_vfpf.h | 209 } resc; member
|