Searched refs:QED_AFFIN_HWFN (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/net/ethernet/qlogic/qed/ |
D | qed_nvmetcp.c | 148 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_nvmetcp_dev_info() 185 rc = qed_sp_nvmetcp_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_nvmetcp_stop() 206 rc = qed_sp_nvmetcp_func_start(QED_AFFIN_HWFN(cdev), in qed_nvmetcp_start() 228 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_nvmetcp_start() 619 rc = qed_nvmetcp_acquire_connection(QED_AFFIN_HWFN(cdev), in qed_nvmetcp_acquire_conn() 633 *p_doorbell = qed_nvmetcp_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_nvmetcp_acquire_conn() 652 qed_nvmetcp_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_nvmetcp_release_conn() 719 return qed_sp_nvmetcp_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_nvmetcp_offload_conn() 757 return qed_sp_nvmetcp_conn_update(QED_AFFIN_HWFN(cdev), con, in qed_nvmetcp_update_conn() 773 return qed_sp_nvmetcp_conn_clear_sq(QED_AFFIN_HWFN(cdev), hash_con->con, in qed_nvmetcp_clear_conn_sq() [all …]
|
D | qed_fcoe.c | 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() [all …]
|
D | qed_iscsi.c | 1036 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 …]
|
D | qed_rdma.c | 853 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_rdma_dev_info() 872 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE); in qed_rdma_get_sb_start() 874 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE) * in qed_rdma_get_sb_start() 882 int n_cnq = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_RDMA_CNQ); in qed_rdma_get_min_cnq_msix() 1670 return QED_AFFIN_HWFN(cdev); in qed_rdma_get_rdma_ctx() 1925 return qed_rdma_start(QED_AFFIN_HWFN(cdev), params); in qed_rdma_init()
|
D | qed.h | 920 #define QED_AFFIN_HWFN(dev) \ macro 923 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
|
D | qed_ll2.c | 2448 (QED_AFFIN_HWFN(cdev) != QED_LEADING_HWFN(cdev)); in qed_ll2_is_storage_eng1() 2468 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stop() 2580 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start() 2679 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start_xmit() 2778 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stats()
|
D | qed_main.c | 1455 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_init() 1493 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_release()
|