Lines Matching refs:QED_AFFIN_HWFN
726 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_fcoe_dev_info()
787 p_ptt = qed_ptt_acquire(QED_AFFIN_HWFN(cdev)); in qed_fcoe_stop()
792 rc = qed_sp_fcoe_func_stop(QED_AFFIN_HWFN(cdev), p_ptt, in qed_fcoe_stop()
795 qed_ptt_release(QED_AFFIN_HWFN(cdev), p_ptt); in qed_fcoe_stop()
809 rc = qed_sp_fcoe_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_fcoe_start()
830 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_fcoe_start()
865 rc = qed_fcoe_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_fcoe_acquire_conn()
879 *p_doorbell = qed_fcoe_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_fcoe_acquire_conn()
897 qed_fcoe_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_fcoe_release_conn()
952 return qed_sp_fcoe_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_fcoe_offload_conn()
973 return qed_sp_fcoe_conn_destroy(QED_AFFIN_HWFN(cdev), con, in qed_fcoe_destroy_conn()
981 return qed_fcoe_get_stats(QED_AFFIN_HWFN(cdev), stats, is_atomic); in qed_fcoe_stats_context()