Searched refs:ethertype_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ice/
H A Dice_lib.c9127 struct ice_list_head ethertype_list; local
9134 INIT_LIST_HEAD(&ethertype_list);
9144 err = ice_add_ethertype_to_list(vsi, &ethertype_list,
9153 err = ice_add_ethertype_to_list(vsi, &ethertype_list,
9160 status = ice_add_eth_mac(hw, &ethertype_list);
9170 ice_free_fltr_list(&ethertype_list);
9185 struct ice_list_head ethertype_list; local
9211 INIT_LIST_HEAD(&ethertype_list);
9214 err = ice_add_ethertype_to_list(vsi, &ethertype_list,
9224 status = ice_add_eth_mac(hw, &ethertype_list);
9253 struct ice_list_head ethertype_list; local
[all...]

Completed in 177 milliseconds