Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A 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];
H A 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()
1039 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cid_map_free()
1081 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cid_map_alloc()
1217 for (type = 0; type < MAX_CONN_TYPES; type++) { in qed_cxt_mngr_setup()
1804 if (type >= MAX_CONN_TYPES) { in _qed_cxt_acquire_cid()
1872 if (*p_type == MAX_CONN_TYPES) { in qed_cxt_test_cid_acquired()
[all …]