Searched defs:resc (Results 1 – 5 of 5) sorted by relevance
198 struct vf_resc *resc; in bnx2x_loop_obtain_resources() local
132 struct vf_resc resc; member
391 #define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_start[resc]) argument392 #define RESC_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.resc_num[resc]) argument393 #define RESC_END(_p_hwfn, resc) (RESC_START(_p_hwfn, resc) + \ argument395 #define FEAT_NUM(_p_hwfn, resc) ((_p_hwfn)->hw_info.feat_num[resc]) argument
232 } resc; member
1780 struct pf_vf_resc *resc = &resp->resc; in ecore_iov_vf_mbx_acquire() local