Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
Dqed_init_fw_funcs.c213 static const char * const s_protocol_types[] = { variable
1728 if (protocol_type >= ARRAY_SIZE(s_protocol_types)) in qed_get_protocol_type_str()
1731 return s_protocol_types[protocol_type]; in qed_get_protocol_type_str()