Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_main.c788 uint8_t aq_buf[I40E_AQ_LARGE_BUF]; in i40e_set_def_vsi_seid() local
793 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_set_def_vsi_seid()
794 rc = i40e_aq_get_switch_config(hw, sw_config, sizeof (aq_buf), &next, in i40e_set_def_vsi_seid()
821 uint8_t aq_buf[I40E_AQ_LARGE_BUF]; in i40e_get_mac_seid() local
826 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_get_mac_seid()
827 rc = i40e_aq_get_switch_config(hw, sw_config, sizeof (aq_buf), &next, in i40e_get_mac_seid()