Home
last modified time | relevance | path

Searched refs:MAX_CONN_TYPES (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/qlogic/qed/
Dqed_cxt.h233 #define MAX_CONN_TYPES PROTOCOLID_COMMON macro
311 struct qed_conn_type_cfg conn_cfg[MAX_CONN_TYPES];
326 struct qed_cid_acquired_map acquired[MAX_CONN_TYPES];
329 acquired_vf[MAX_CONN_TYPES][MAX_NUM_VFS];
Dqed_cxt.c126 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cxt_cdu_iids()
143 for (i = 0; i < MAX_CONN_TYPES; i++) { in qed_cxt_src_iids()
178 for (i = MAX_CONN_TYPES - 1; i >= 0; i--) { in qed_cxt_tm_iids()
230 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cxt_qm_iids()
265 for (i = 0; i < MAX_CONN_TYPES; i++) in qed_cxt_tid_seg_info()
1038 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cid_map_free()
1080 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cid_map_alloc()
1216 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cxt_mngr_setup()
1803 if (type >= MAX_CONN_TYPES) { in _qed_cxt_acquire_cid()
1858 for (*p_type = 0; *p_type < MAX_CONN_TYPES; (*p_type)++) { in qed_cxt_test_cid_acquired()
[all …]