Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_nvmetcp.c148 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 …]
A Dqed_fcoe.c725 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_fcoe_dev_info()
786 p_ptt = qed_ptt_acquire(QED_AFFIN_HWFN(cdev)); in qed_fcoe_stop()
791 rc = qed_sp_fcoe_func_stop(QED_AFFIN_HWFN(cdev), p_ptt, in qed_fcoe_stop()
794 qed_ptt_release(QED_AFFIN_HWFN(cdev), p_ptt); in qed_fcoe_stop()
829 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_fcoe_start()
864 rc = qed_fcoe_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_fcoe_acquire_conn()
878 *p_doorbell = qed_fcoe_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_fcoe_acquire_conn()
896 qed_fcoe_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_fcoe_release_conn()
951 return qed_sp_fcoe_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_fcoe_offload_conn()
972 return qed_sp_fcoe_conn_destroy(QED_AFFIN_HWFN(cdev), con, in qed_fcoe_destroy_conn()
[all …]
A Dqed_iscsi.c1035 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_iscsi_dev_info()
1094 rc = qed_sp_iscsi_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_iscsi_stop()
1134 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_iscsi_start()
1166 rc = qed_iscsi_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_iscsi_acquire_conn()
1180 *p_doorbell = qed_iscsi_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_iscsi_acquire_conn()
1198 qed_iscsi_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_iscsi_release_conn()
1275 return qed_sp_iscsi_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_offload_conn()
1302 return qed_sp_iscsi_conn_update(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_update_conn()
1317 return qed_sp_iscsi_conn_clear_sq(QED_AFFIN_HWFN(cdev), hash_con->con, in qed_iscsi_clear_conn_sq()
1341 return qed_iscsi_get_stats(QED_AFFIN_HWFN(cdev), stats); in qed_iscsi_stats()
[all …]
A Dqed_rdma.c871 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_rdma_dev_info()
890 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE); in qed_rdma_get_sb_start()
892 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE) * in qed_rdma_get_sb_start()
900 int n_cnq = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_RDMA_CNQ); in qed_rdma_get_min_cnq_msix()
1688 return QED_AFFIN_HWFN(cdev); in qed_rdma_get_rdma_ctx()
1943 return qed_rdma_start(QED_AFFIN_HWFN(cdev), params); in qed_rdma_init()
A Dqed.h921 #define QED_AFFIN_HWFN(dev) \ macro
924 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
A Dqed_ll2.c2446 (QED_AFFIN_HWFN(cdev) != QED_LEADING_HWFN(cdev)); in qed_ll2_is_storage_eng1()
2466 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stop()
2578 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start()
2677 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start_xmit()
2776 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stats()
A Dqed_main.c1483 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_init()
1521 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_release()

Completed in 28 milliseconds