• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/qlnx/qlnxe/

Lines Matching defs:p_hwfn

158 #define ECORE_VF_ABS_ID(p_hwfn, p_vf)	(ECORE_PATH_ID(p_hwfn) ? \
227 * @param p_hwfn
231 enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn *p_hwfn);
247 * @param p_hwfn
250 void ecore_dp_tlv_list(struct ecore_hwfn *p_hwfn,
256 * @param p_hwfn
260 enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn);
265 * @param p_hwfn
267 void ecore_iov_setup(struct ecore_hwfn *p_hwfn);
272 * @param p_hwfn
274 void ecore_iov_free(struct ecore_hwfn *p_hwfn);
286 * @param p_hwfn
291 bool ecore_iov_mark_vf_flr(struct ecore_hwfn *p_hwfn,
297 * @param p_hwfn
303 void *ecore_iov_search_list_tlvs(struct ecore_hwfn *p_hwfn,
310 * @param p_hwfn
317 struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn,
321 static OSAL_INLINE enum _ecore_status_t ecore_iov_hw_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;}
323 static OSAL_INLINE void ecore_dp_tlv_list(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *tlvs_list) {}
324 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {return ECORE_SUCCESS;}
325 static OSAL_INLINE void ecore_iov_setup(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
326 static OSAL_INLINE void ecore_iov_free(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {}
329 static OSAL_INLINE bool ecore_iov_mark_vf_flr(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u32 OSAL_UNUSED *disabled_vfs) {return false;}
330 static OSAL_INLINE void *ecore_iov_search_list_tlvs(struct ecore_hwfn OSAL_UNUSED *p_hwfn, void OSAL_UNUSED *p_tlvs_list, u16 OSAL_UNUSED req_type) {return OSAL_NULL;}
331 static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED relative_vf_id, bool OSAL_UNUSED b_enabled_only) {return OSAL_NULL;}