Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_main.c775 uint8_t aq_buf[I40E_AQ_LARGE_BUF]; in i40e_set_def_vsi_seid() local
780 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_set_def_vsi_seid()
781 rc = i40e_aq_get_switch_config(hw, sw_config, sizeof (aq_buf), &next, in i40e_set_def_vsi_seid()
808 uint8_t aq_buf[I40E_AQ_LARGE_BUF]; in i40e_get_mac_seid() local
813 sw_config = (struct i40e_aqc_get_switch_config_resp *)aq_buf; in i40e_get_mac_seid()
814 rc = i40e_aq_get_switch_config(hw, sw_config, sizeof (aq_buf), &next, in i40e_get_mac_seid()