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

Lines Matching defs:p_hwfn

210  * @param p_hwfn
221 * @param p_hwfn
225 enum _ecore_status_t ecore_hw_start_fastpath(struct ecore_hwfn *p_hwfn);
307 * @param p_hwfn
313 enum _ecore_status_t ecore_get_wake_info(struct ecore_hwfn *p_hwfn,
320 * @param p_hwfn
325 void ecore_wol_buffer_clear(struct ecore_hwfn *p_hwfn,
334 * @param p_hwfn
338 struct ecore_ptt *ecore_ptt_acquire(struct ecore_hwfn *p_hwfn);
347 * @param p_hwfn
350 void ecore_ptt_release(struct ecore_hwfn *p_hwfn,
356 * @param p_hwfn
492 * @param p_hwfn
502 ecore_dmae_host2grc(struct ecore_hwfn *p_hwfn,
522 ecore_dmae_grc2host(struct ecore_hwfn *p_hwfn,
533 * @param p_hwfn
543 ecore_dmae_host2host(struct ecore_hwfn *p_hwfn,
553 * @param p_hwfn
575 * @param p_hwfn
584 * @param p_hwfn
585 * @param src_id - relative to p_hwfn
590 enum _ecore_status_t ecore_fw_l2_queue(struct ecore_hwfn *p_hwfn,
597 * @param p_hwfn
598 * @param src_id - relative to p_hwfn
603 enum _ecore_status_t ecore_fw_vport(struct ecore_hwfn *p_hwfn,
610 * @param p_hwfn
611 * @param src_id - relative to p_hwfn
616 enum _ecore_status_t ecore_fw_rss_eng(struct ecore_hwfn *p_hwfn,
754 * @param p_hwfn
758 ecore_llh_set_function_as_default(struct ecore_hwfn *p_hwfn,
764 * @param p_hwfn
771 enum _ecore_status_t ecore_final_cleanup(struct ecore_hwfn *p_hwfn,
779 * @param p_hwfn
786 ecore_get_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 *coal,
798 * @param p_hwfn
806 ecore_set_queue_coalesce(struct ecore_hwfn *p_hwfn, u16 rx_coal,
815 * @param p_hwfn
817 void ecore_hw_set_feat(struct ecore_hwfn *p_hwfn);
822 * @param p_hwfn
828 enum _ecore_status_t ecore_pglueb_set_pfid_enable(struct ecore_hwfn *p_hwfn,
874 static OSAL_INLINE bool ecore_is_mf_ufp(struct ecore_hwfn *p_hwfn)
876 return !!OSAL_TEST_BIT(ECORE_MF_UFP_SPECIFIC, &p_hwfn->p_dev->mf_bits);
883 * @param p_hwfn