Lines Matching full:vlan

36  * ice_pkg_get_supported_vlan_mode - chk if DDP supports Double VLAN mode (DVM)
85 * ice_aq_get_vlan_mode - get the VLAN mode of the device
87 * @get_params: structure FW fills in based on the current VLAN mode config
89 * Get VLAN Mode Parameters (0x020D)
108 * ice_aq_is_dvm_ena - query FW to check if double VLAN mode is enabled
111 * Returns true if the hardware/firmware is configured in double VLAN mode,
113 * single VLAN mode.
125 ice_debug(hw, ICE_DBG_AQ, "Failed to get VLAN mode, status %d\n",
134 * ice_is_dvm_ena - check if double VLAN mode is enabled
137 * The device is configured in single or double VLAN mode on initialization and
139 * need to make an AQ call every time the driver needs to know the VLAN mode.
140 * Instead, use the cached VLAN mode.
148 * ice_cache_vlan_mode - cache VLAN mode after DDP is downloaded
153 * cache the VLAN mode.
171 ice_debug(hw, ICE_DBG_PKG, "Failed to get supported VLAN mode, status %d\n",
193 ice_debug(hw, ICE_DBG_NVM, "Failed to get VLAN mode, status %d\n",
202 * ice_is_dvm_supported - check if Double VLAN Mode is supported
205 * Returns true if Double VLAN Mode (DVM) is supported and false if only Single
206 * VLAN Mode (SVM) is supported. In order for DVM to be supported the DDP and
227 * ice_aq_set_vlan_mode - set the VLAN mode of the device
229 * @set_params: requested VLAN mode configuration
231 * Set VLAN Mode Parameters (0x020C)
265 * ice_set_svm - set single VLAN mode
275 ice_debug(hw, ICE_DBG_INIT, "Failed to set port parameters for single VLAN mode\n");
291 ice_debug(hw, ICE_DBG_INIT, "Failed to configure port in single VLAN mode\n");
310 * ice_post_pkg_dwnld_vlan_mode_cfg - configure VLAN mode after DDP download
313 * This function is meant to configure any VLAN mode specific functionality
317 * Since only one PF downloads the DDP and configures the VLAN mode there needs