Home
last modified time | relevance | path

Searched refs:QED_AFFIN_HWFN (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c726 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()
[all …]
Dqed_iscsi.c1036 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_iscsi_dev_info()
1095 rc = qed_sp_iscsi_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_iscsi_stop()
1115 rc = qed_sp_iscsi_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_iscsi_start()
1135 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_iscsi_start()
1167 rc = qed_iscsi_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_iscsi_acquire_conn()
1181 *p_doorbell = qed_iscsi_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_iscsi_acquire_conn()
1199 qed_iscsi_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_iscsi_release_conn()
1276 return qed_sp_iscsi_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_offload_conn()
1303 return qed_sp_iscsi_conn_update(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_update_conn()
1318 return qed_sp_iscsi_conn_clear_sq(QED_AFFIN_HWFN(cdev), hash_con->con, in qed_iscsi_clear_conn_sq()
[all …]
Dqed_rdma.c880 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_rdma_dev_info()
899 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE); in qed_rdma_get_sb_start()
901 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE) * in qed_rdma_get_sb_start()
909 int n_cnq = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_RDMA_CNQ); in qed_rdma_get_min_cnq_msix()
1697 return QED_AFFIN_HWFN(cdev); in qed_rdma_get_rdma_ctx()
1953 return qed_rdma_start(QED_AFFIN_HWFN(cdev), params); in qed_rdma_init()
Dqed.h929 #define QED_AFFIN_HWFN(dev) \ macro
932 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
Dqed_ll2.c2400 (QED_AFFIN_HWFN(cdev) != QED_LEADING_HWFN(cdev)); in qed_ll2_is_storage_eng1()
2420 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stop()
2529 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start()
2626 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start_xmit()
2725 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stats()
Dqed_main.c1483 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_init()
1521 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_release()