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

/freebsd-13-stable/sys/dev/bxe/
H A Decore_sp.c6258 * `sd_vlan_eth_type' will replace ethertype in SD mode even if
6262 if (start_params->sd_vlan_eth_type)
6263 rdata->sd_vlan_eth_type =
6264 ECORE_CPU_TO_LE16(start_params->sd_vlan_eth_type);
6266 rdata->sd_vlan_eth_type =
6320 rdata->sd_vlan_eth_type =
H A Decore_sp.h1675 uint16_t sd_vlan_eth_type; member in struct:ecore_func_start_params
H A Decore_hsi.h11717 uint16_t sd_vlan_eth_type /* Value of ether-type to use in the case of switch dependent multi-function mode. Setting this to 0 uses the default value of 0x8100 */; member in struct:function_start_data
11756 uint8_t sd_vlan_eth_type_change_flg /* If set, the SD VLAN Ethertype is changed according to the field sd_vlan_eth_type */;
11759 uint16_t sd_vlan_eth_type /* New value of ether-type in the case of switch dependent multi-function mode. Setting this to 0 restores the default value of 0x8100 */; member in struct:function_update_data

Completed in 190 milliseconds