Lines Matching full:vlan

7  * ice_pkg_get_supported_vlan_mode - determine if DDP supports Double VLAN mode
56 * ice_aq_get_vlan_mode - get the VLAN mode of the device
58 * @get_params: structure FW fills in based on the current VLAN mode config
60 * Get VLAN Mode Parameters (0x020D)
79 * ice_aq_is_dvm_ena - query FW to check if double VLAN mode is enabled
82 * Returns true if the hardware/firmware is configured in double VLAN mode,
84 * single VLAN mode.
96 ice_debug(hw, ICE_DBG_AQ, "Failed to get VLAN mode, status %d\n", in ice_aq_is_dvm_ena()
105 * ice_is_dvm_ena - check if double VLAN mode is enabled
108 * The device is configured in single or double VLAN mode on initialization and
110 * need to make an AQ call every time the driver needs to know the VLAN mode.
111 * Instead, use the cached VLAN mode.
119 * ice_cache_vlan_mode - cache VLAN mode after DDP is downloaded
124 * cache the VLAN mode.
142 ice_debug(hw, ICE_DBG_PKG, "Failed to get supported VLAN mode, status %d\n", in ice_pkg_supports_dvm()
164 ice_debug(hw, ICE_DBG_NVM, "Failed to get VLAN mode, status %d\n", in ice_fw_supports_dvm()
173 * ice_is_dvm_supported - check if Double VLAN Mode is supported
176 * Returns true if Double VLAN Mode (DVM) is supported and false if only Single
177 * VLAN Mode (SVM) is supported. In order for DVM to be supported the DDP and
205 * outer/single VLAN in DVM
215 /* Update recipe ICE_SW_LKUP_VLAN to filter based on the VLAN
216 * packet flags to support VLAN filtering on multiple VLAN
228 * outer/single VLAN in DVM
267 * ice_aq_set_vlan_mode - set the VLAN mode of the device
269 * @set_params: requested VLAN mode configuration
271 * Set VLAN Mode Parameters (0x020C)
305 * ice_set_dvm - sets up software and hardware for double VLAN mode
319 ice_debug(hw, ICE_DBG_INIT, "Failed to set double VLAN mode parameters, status %d\n", in ice_set_dvm()
326 ice_debug(hw, ICE_DBG_INIT, "Failed to update default recipes for double VLAN mode, status %d\n", in ice_set_dvm()
333 ice_debug(hw, ICE_DBG_INIT, "Failed to set port in double VLAN mode, status %d\n", in ice_set_dvm()
340 ice_debug(hw, ICE_DBG_INIT, "Failed to set boost TCAM entries for double VLAN mode, status %d\n", in ice_set_dvm()
349 * ice_set_svm - set single VLAN mode
359 ice_debug(hw, ICE_DBG_INIT, "Failed to set port parameters for single VLAN mode\n"); in ice_set_svm()
375 ice_debug(hw, ICE_DBG_INIT, "Failed to configure port in single VLAN mode\n"); in ice_set_svm()
418 * ice_post_pkg_dwnld_vlan_mode_cfg - configure VLAN mode after DDP download
421 * This function is meant to configure any VLAN mode specific functionality
425 * Since only one PF downloads the DDP and configures the VLAN mode there needs