Searched refs:i40e_aq_set_mac_config (Results 1 – 4 of 4) sorted by relevance
1561 struct i40e_aq_set_mac_config { struct1571 I40E_CHECK_CMD_LENGTH(i40e_aq_set_mac_config); argument
101 int i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size,
1203 int i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size, in i40e_aq_set_mac_config() function1206 struct i40e_aq_set_mac_config *cmd; in i40e_aq_set_mac_config()
16068 err = i40e_aq_set_mac_config(hw, MAX_FRAME_SIZE_DEFAULT, NULL); in i40e_probe()