Home
last modified time | relevance | path

Searched refs:NUM_OF_CONNECTION_TYPES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_fw_funcs.c21 static u16 con_region_offsets[3][NUM_OF_CONNECTION_TYPES] = {
27 static u16 task_region_offsets[1][NUM_OF_CONNECTION_TYPES] = {
H A Dqed_debug.c4952 dump, "size", NUM_OF_CONNECTION_TYPES); in qed_ilt_dump_dump_num_pf_cids()
4954 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_pf_cids()
4979 dump, "size", NUM_OF_CONNECTION_TYPES); in qed_ilt_dump_dump_num_vf_cids()
4981 conn_type < NUM_OF_CONNECTION_TYPES; conn_type++, offset++) { in qed_ilt_dump_dump_num_vf_cids()
/openbmc/linux/include/linux/qed/
H A Dcommon_hsi.h140 #define NUM_OF_CONNECTION_TYPES (8) macro