Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h47 i40e_aqc_opc_list_func_capabilities = 0x000A, enumerator
H A Di40e_common.c2661 else if (list_type_opc == i40e_aqc_opc_list_func_capabilities) in i40e_parse_discover_capabilities()
2906 if (list_type_opc != i40e_aqc_opc_list_func_capabilities && in i40e_aq_discover_capabilities()
H A Di40e_main.c10487 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()
10513 if (list_type == i40e_aqc_opc_list_func_capabilities) { in i40e_get_capabilities()
10879 i40e_aqc_opc_list_func_capabilities)) in i40e_rebuild()
10911 ret = i40e_get_capabilities(pf, i40e_aqc_opc_list_func_capabilities); in i40e_rebuild()
15742 err = i40e_get_capabilities(pf, i40e_aqc_opc_list_func_capabilities); in i40e_probe()