Searched refs:brdcast (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 533 u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in i40e_alloc_vsi_res() local 549 f = i40e_add_filter(vsi, brdcast, vf->port_vlan_id, in i40e_alloc_vsi_res()
|
D | i40e_main.c | 8143 u8 brdcast[ETH_ALEN] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; in i40e_config_netdev() local 8204 i40e_add_filter(vsi, brdcast, I40E_VLAN_ANY, false, false); in i40e_config_netdev()
|