Searched refs:QED_AFFIN_HWFN (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_fcoe.c | 748 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_fcoe_dev_info() 809 p_ptt = qed_ptt_acquire(QED_AFFIN_HWFN(cdev)); in qed_fcoe_stop() 814 rc = qed_sp_fcoe_func_stop(QED_AFFIN_HWFN(cdev), p_ptt, in qed_fcoe_stop() 817 qed_ptt_release(QED_AFFIN_HWFN(cdev), p_ptt); in qed_fcoe_stop() 831 rc = qed_sp_fcoe_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_fcoe_start() 852 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_fcoe_start() 887 rc = qed_fcoe_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_fcoe_acquire_conn() 901 *p_doorbell = qed_fcoe_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_fcoe_acquire_conn() 919 qed_fcoe_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_fcoe_release_conn() 974 return qed_sp_fcoe_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_fcoe_offload_conn() [all …]
|
| D | qed_iscsi.c | 1085 struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_iscsi_dev_info() 1144 rc = qed_sp_iscsi_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_iscsi_stop() 1164 rc = qed_sp_iscsi_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK, in qed_iscsi_start() 1184 rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info); in qed_iscsi_start() 1216 rc = qed_iscsi_acquire_connection(QED_AFFIN_HWFN(cdev), NULL, in qed_iscsi_acquire_conn() 1230 *p_doorbell = qed_iscsi_get_db_addr(QED_AFFIN_HWFN(cdev), in qed_iscsi_acquire_conn() 1248 qed_iscsi_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con); in qed_iscsi_release_conn() 1325 return qed_sp_iscsi_conn_offload(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_offload_conn() 1352 return qed_sp_iscsi_conn_update(QED_AFFIN_HWFN(cdev), con, in qed_iscsi_update_conn() 1367 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 | 874 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_fill_rdma_dev_info() 893 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE); in qed_rdma_get_sb_start() 895 feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE) * in qed_rdma_get_sb_start() 903 int n_cnq = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_RDMA_CNQ); in qed_rdma_get_min_cnq_msix() 1657 return QED_AFFIN_HWFN(cdev); in qed_rdma_get_rdma_ctx() 1885 return qed_rdma_start(QED_AFFIN_HWFN(cdev), params); in qed_rdma_init()
|
| D | qed.h | 925 #define QED_AFFIN_HWFN(dev) \ macro 928 #define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
|
| D | qed_ll2.c | 2288 (QED_AFFIN_HWFN(cdev) != QED_LEADING_HWFN(cdev)); in qed_ll2_is_storage_eng1() 2308 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stop() 2417 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start() 2514 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_start_xmit() 2613 struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev); in qed_ll2_stats()
|
| D | qed_main.c | 1427 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_init() 1465 p_hwfn = QED_AFFIN_HWFN(cdev); in qed_sb_release()
|