Lines Matching defs:p_hwfn
19 #define IS_PF_SRIOV(p_hwfn) (!!((p_hwfn)->cdev->p_iov_info)) argument
23 #define IS_PF_SRIOV(p_hwfn) (0) argument
25 #define IS_PF_SRIOV_ALLOC(p_hwfn) (!!((p_hwfn)->pf_iov_info)) argument
187 #define QED_VF_ABS_ID(p_hwfn, p_vf) (QED_PATH_ID(p_hwfn) ? \ argument
410 qed_iov_is_valid_vfid(struct qed_hwfn *p_hwfn, in qed_iov_is_valid_vfid()
416 static inline u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, in qed_iov_get_next_active_vf()
423 qed_iov_bulletin_set_udp_ports(struct qed_hwfn *p_hwfn, int vfid, in qed_iov_bulletin_set_udp_ports()
428 static inline int qed_iov_hw_info(struct qed_hwfn *p_hwfn) in qed_iov_hw_info()
433 static inline int qed_iov_alloc(struct qed_hwfn *p_hwfn) in qed_iov_alloc()
438 static inline void qed_iov_setup(struct qed_hwfn *p_hwfn) in qed_iov_setup()
442 static inline void qed_iov_free(struct qed_hwfn *p_hwfn) in qed_iov_free()
450 static inline bool qed_iov_mark_vf_flr(struct qed_hwfn *p_hwfn, in qed_iov_mark_vf_flr()
483 static inline void qed_sriov_vfpf_malicious(struct qed_hwfn *p_hwfn, in qed_sriov_vfpf_malicious()
488 static inline int qed_sriov_eqe_event(struct qed_hwfn *p_hwfn, u8 opcode, in qed_sriov_eqe_event()