Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h759 struct i40e_aqc_switch_resource_alloc_element_resp { struct
788 I40E_CHECK_STRUCT_LEN(0x10, i40e_aqc_switch_resource_alloc_element_resp); argument
H A Dixl_pf_main.c3676 const struct i40e_aqc_switch_resource_alloc_element_resp *one, *two; in ixl_res_alloc_cmp()
3677 one = (const struct i40e_aqc_switch_resource_alloc_element_resp *)a; in ixl_res_alloc_cmp()
3678 two = (const struct i40e_aqc_switch_resource_alloc_element_resp *)b; in ixl_res_alloc_cmp()
3729 struct i40e_aqc_switch_resource_alloc_element_resp resp[IXL_SW_RES_SIZE]; in ixl_sysctl_hw_res_alloc()
3753 sizeof(struct i40e_aqc_switch_resource_alloc_element_resp), in ixl_sysctl_hw_res_alloc()
H A Di40e_prototype.h328 struct i40e_aqc_switch_resource_alloc_element_resp *buf,
H A Di40e_common.c4647 struct i40e_aqc_switch_resource_alloc_element_resp *buf, in i40e_aq_get_switch_resource_alloc()