Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1561 struct i40e_aq_set_mac_config { struct
1571 I40E_CHECK_CMD_LENGTH(i40e_aq_set_mac_config); argument
H A Di40e_prototype.h101 int i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size,
H A Di40e_common.c1203 int i40e_aq_set_mac_config(struct i40e_hw *hw, u16 max_frame_size, in i40e_aq_set_mac_config() function
1206 struct i40e_aq_set_mac_config *cmd; in i40e_aq_set_mac_config()
H A Di40e_main.c16068 err = i40e_aq_set_mac_config(hw, MAX_FRAME_SIZE_DEFAULT, NULL); in i40e_probe()