Symbol: QED_AFFIN_HWFN
drivers/net/ethernet/qlogic/qed/qed.h
921
#define QED_AFFIN_HWFN_IDX(dev) (IS_LEAD_HWFN(QED_AFFIN_HWFN(dev)) ? 0 : 1)
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
726
struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
787
p_ptt = qed_ptt_acquire(QED_AFFIN_HWFN(cdev));
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
792
rc = qed_sp_fcoe_func_stop(QED_AFFIN_HWFN(cdev), p_ptt,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
795
qed_ptt_release(QED_AFFIN_HWFN(cdev), p_ptt);
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
809
rc = qed_sp_fcoe_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
830
rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info);
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
865
rc = qed_fcoe_acquire_connection(QED_AFFIN_HWFN(cdev), NULL,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
879
*p_doorbell = qed_fcoe_get_db_addr(QED_AFFIN_HWFN(cdev),
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
897
qed_fcoe_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con);
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
952
return qed_sp_fcoe_conn_offload(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
973
return qed_sp_fcoe_conn_destroy(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_fcoe.c
981
return qed_fcoe_get_stats(QED_AFFIN_HWFN(cdev), stats, is_atomic);
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1036
struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1095
rc = qed_sp_iscsi_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1115
rc = qed_sp_iscsi_func_start(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1135
rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info);
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1167
rc = qed_iscsi_acquire_connection(QED_AFFIN_HWFN(cdev), NULL,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1181
*p_doorbell = qed_iscsi_get_db_addr(QED_AFFIN_HWFN(cdev),
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1199
qed_iscsi_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con);
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1276
return qed_sp_iscsi_conn_offload(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1303
return qed_sp_iscsi_conn_update(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1318
return qed_sp_iscsi_conn_clear_sq(QED_AFFIN_HWFN(cdev), hash_con->con,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1336
return qed_sp_iscsi_conn_terminate(QED_AFFIN_HWFN(cdev), hash_con->con,
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1344
return qed_iscsi_get_stats(QED_AFFIN_HWFN(cdev), stats, is_atomic);
drivers/net/ethernet/qlogic/qed/qed_iscsi.c
1364
return qed_sp_iscsi_mac_update(QED_AFFIN_HWFN(cdev), hash_con->con,
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2447
(QED_AFFIN_HWFN(cdev) != QED_LEADING_HWFN(cdev));
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2467
struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2579
struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2678
struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_ll2.c
2777
struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_main.c
1454
p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_main.c
1492
p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
148
struct qed_hwfn *hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
185
rc = qed_sp_nvmetcp_func_stop(QED_AFFIN_HWFN(cdev), QED_SPQ_MODE_EBLOCK,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
206
rc = qed_sp_nvmetcp_func_start(QED_AFFIN_HWFN(cdev),
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
228
rc = qed_cxt_get_tid_mem_info(QED_AFFIN_HWFN(cdev), tid_info);
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
619
rc = qed_nvmetcp_acquire_connection(QED_AFFIN_HWFN(cdev),
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
633
*p_doorbell = qed_nvmetcp_get_db_addr(QED_AFFIN_HWFN(cdev),
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
652
qed_nvmetcp_release_connection(QED_AFFIN_HWFN(cdev), hash_con->con);
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
719
return qed_sp_nvmetcp_conn_offload(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
757
return qed_sp_nvmetcp_conn_update(QED_AFFIN_HWFN(cdev), con,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
773
return qed_sp_nvmetcp_conn_clear_sq(QED_AFFIN_HWFN(cdev), hash_con->con,
drivers/net/ethernet/qlogic/qed/qed_nvmetcp.c
792
return qed_sp_nvmetcp_conn_terminate(QED_AFFIN_HWFN(cdev), hash_con->con,
drivers/net/ethernet/qlogic/qed/qed_rdma.c
1670
return QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_rdma.c
1923
return qed_rdma_start(QED_AFFIN_HWFN(cdev), params);
drivers/net/ethernet/qlogic/qed/qed_rdma.c
853
struct qed_hwfn *p_hwfn = QED_AFFIN_HWFN(cdev);
drivers/net/ethernet/qlogic/qed/qed_rdma.c
872
feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE);
drivers/net/ethernet/qlogic/qed/qed_rdma.c
874
feat_num = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_PF_L2_QUE) *
drivers/net/ethernet/qlogic/qed/qed_rdma.c
882
int n_cnq = FEAT_NUM(QED_AFFIN_HWFN(cdev), QED_RDMA_CNQ);