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

/freebsd-13-stable/sys/dev/ice/
H A Dice_vlan_mode.c53 hw->vlan_mode_ops.set_dvm = NULL;
54 hw->vlan_mode_ops.set_svm = ice_set_svm_dflt;
65 if (hw->vlan_mode_ops.set_dvm)
66 status = hw->vlan_mode_ops.set_dvm(hw);
69 return hw->vlan_mode_ops.set_svm(hw);
H A Dice_type.h1027 struct ice_vlan_mode_ops vlan_mode_ops; member in struct:ice_hw

Completed in 160 milliseconds