Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_adminq_cmd.h111 i40e_aqc_opc_list_func_capabilities = 0x000A, enumerator
Di40e_common.c3248 else if (list_type_opc == i40e_aqc_opc_list_func_capabilities) in i40e_parse_discover_capabilities()
3493 if (list_type_opc != i40e_aqc_opc_list_func_capabilities && in i40e_aq_discover_capabilities()
Di40e_main.c9650 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()
9676 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()
10042 i40e_aqc_opc_list_func_capabilities)) in i40e_rebuild()
10074 ret = i40e_get_capabilities(pf, i40e_aqc_opc_list_func_capabilities); in i40e_rebuild()
14902 err = i40e_get_capabilities(pf, i40e_aqc_opc_list_func_capabilities); in i40e_probe()