| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hal.c | 19 .mac_type = ATH12K_HAL_SRNG_UMAC, 30 .mac_type = ATH12K_HAL_SRNG_UMAC, 38 .mac_type = ATH12K_HAL_SRNG_UMAC, 47 .mac_type = ATH12K_HAL_SRNG_UMAC, 56 .mac_type = ATH12K_HAL_SRNG_UMAC, 64 .mac_type = ATH12K_HAL_SRNG_UMAC, 72 .mac_type = ATH12K_HAL_SRNG_UMAC, 81 .mac_type = ATH12K_HAL_SRNG_UMAC, 89 .mac_type = ATH12K_HAL_SRNG_UMAC, 97 .mac_type = ATH12K_HAL_SRNG_UMAC, [all …]
|
| H A D | hal.h | 764 enum hal_srng_mac_type mac_type; member
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_enc.c | 123 int mac_type; in tls1_change_cipher_state() local 136 mac_type = s->s3.tmp.new_mac_pkey_type; in tls1_change_cipher_state() 238 mac_secret_size, c, taglen, mac_type, in tls1_change_cipher_state() 264 int mac_type = NID_undef; in tls1_setup_key_block() 273 &mac_type, &mac_secret_size, &comp, in tls1_setup_key_block() 284 s->s3.tmp.new_mac_pkey_type = mac_type; in tls1_setup_key_block() 262 int mac_type = NID_undef; tls1_setup_key_block() local
|
| H A D | tls13_enc.c | 327 int mac_type = NID_undef; in tls13_setup_key_block() local 332 &mac_type, &mac_secret_size, NULL, 0)) { in tls13_setup_key_block() 342 s->s3.tmp.new_mac_pkey_type = mac_type; in tls13_setup_key_block() 350 int mac_type, in derive_secret_key_and_iv() argument 380 && mac_type == NID_hmac) { in derive_secret_key_and_iv()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | pnvm.c | 42 u16 mac_type = 0, rf_id = 0; in iwl_pnvm_handle_section() local 93 mac_type = le16_to_cpup((const __le16 *)data); in iwl_pnvm_handle_section() 98 mac_type, rf_id); in iwl_pnvm_handle_section() 100 if (mac_type == CSR_HW_REV_TYPE(trans->info.hw_rev) && in iwl_pnvm_handle_section()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac-ctxt.c | 510 u32 mac_type = FW_MAC_TYPE_BSS_STA; in iwl_mvm_get_mac_type() local 515 mac_type = FW_MAC_TYPE_P2P_STA; in iwl_mvm_get_mac_type() 517 mac_type = FW_MAC_TYPE_BSS_STA; in iwl_mvm_get_mac_type() 520 mac_type = FW_MAC_TYPE_GO; in iwl_mvm_get_mac_type() 523 mac_type = FW_MAC_TYPE_LISTENER; in iwl_mvm_get_mac_type() 526 mac_type = FW_MAC_TYPE_P2P_DEVICE; in iwl_mvm_get_mac_type() 529 mac_type = FW_MAC_TYPE_IBSS; in iwl_mvm_get_mac_type() 534 return mac_type; in iwl_mvm_get_mac_type() 550 cmd->mac_type = cpu_to_le32(iwl_mvm_get_mac_type(vif)); in iwl_mvm_mac_ctxt_cmd_common() 1588 u32 mac_type; in iwl_mvm_handle_missed_beacons_notif() local [all …]
|
| H A D | mld-mac.c | 43 cmd->mac_type = cpu_to_le32(iwl_mvm_get_mac_type(vif)); in iwl_mvm_mld_mac_ctxt_cmd_common()
|
| /freebsd/sys/contrib/ncsw/inc/flib/ |
| H A D | fsl_enet.h | 65 enum mac_type { enum
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_ddp_common.c | 447 * @mac_type: MAC type of the device 449 static u32 ice_get_pkg_segment_id(enum ice_mac_type mac_type) 453 switch (mac_type) { in ice_has_signing_seg() 470 * @mac_type: MAC type of the device in ice_get_pkg_segment_id() 472 static u32 ice_get_pkg_sign_type(enum ice_mac_type mac_type) in ice_get_pkg_segment_id() 476 switch (mac_type) { in ice_get_pkg_segment_id() 501 hw->pkg_seg_id = ice_get_pkg_segment_id(hw->mac_type); in ice_get_pkg_sign_type() 502 hw->pkg_sign_type = ice_get_pkg_sign_type(hw->mac_type); in ice_get_pkg_sign_type() 464 ice_get_pkg_segment_id(enum ice_mac_type mac_type) ice_get_pkg_segment_id() argument 484 ice_get_pkg_sign_type(enum ice_mac_type mac_type) ice_get_pkg_sign_type() argument
|
| H A D | ice_common.c | 178 hw->mac_type = ICE_MAC_E810; in ice_set_mac_type() 199 hw->mac_type = ICE_MAC_GENERIC; in ice_set_mac_type() 205 hw->mac_type = ICE_MAC_GENERIC_3K_E825; in ice_set_mac_type() 225 hw->mac_type = ICE_MAC_E830; in ice_set_mac_type() 228 hw->mac_type = ICE_MAC_UNKNOWN; in ice_set_mac_type() 232 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type() 244 return (hw->mac_type == ICE_MAC_GENERIC || in ice_is_generic_mac() 245 hw->mac_type == ICE_MAC_GENERIC_3K || in ice_is_generic_mac() 246 hw->mac_type == ICE_MAC_GENERIC_3K_E825); in ice_is_generic_mac() 257 return hw->mac_type == ICE_MAC_E810; in ice_is_e810() [all …]
|
| H A D | ice_type.h | 1081 enum ice_mac_type mac_type; 1058 enum ice_mac_type mac_type; global() member
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac.h | 326 __le32 mac_type; member
|
| H A D | mac-cfg.h | 370 __le32 mac_type; member
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_mac_ctxt.c | 276 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA); in iwm_mac_ctxt_cmd_common()
|
| H A D | if_iwmreg.h | 4058 * @mac_type: one of IWM_FW_MAC_TYPE_* 4070 * @mac_specific: one of struct iwm_mac_data_*, according to mac_type 4077 uint32_t mac_type; member
|
| /freebsd/sys/dev/bxe/ |
| H A D | bxe_elink.h | 480 uint8_t mac_type; member
|
| H A D | bxe_elink.c | 2189 if (vars->mac_type == ELINK_MAC_TYPE_EMAC) { in elink_pfc_statistic() 2425 vars->mac_type = ELINK_MAC_TYPE_UMAC; in elink_umac_enable() 2585 vars->mac_type = ELINK_MAC_TYPE_XMAC; in elink_xmac_enable() 2758 vars->mac_type = ELINK_MAC_TYPE_EMAC; in elink_emac_enable() 3057 if (vars->mac_type == ELINK_MAC_TYPE_XMAC) in elink_update_pfc() 3262 vars->mac_type = ELINK_MAC_TYPE_BMAC; in elink_bmac_enable() 5612 vars->mac_type = ELINK_MAC_TYPE_XMAC; in elink_sync_link() 5614 vars->mac_type = ELINK_MAC_TYPE_BMAC; in elink_sync_link() 5617 vars->mac_type = ELINK_MAC_TYPE_UMAC; in elink_sync_link() 5619 vars->mac_type = ELINK_MAC_TYPE_EMAC; in elink_sync_link() [all …]
|
| H A D | bxe_stats.c | 368 if (sc->link_vars.mac_type == ELINK_MAC_TYPE_EMAC) { in bxe_port_stats_init() 419 switch (sc->link_vars.mac_type) { in bxe_port_stats_init() 870 switch (sc->link_vars.mac_type) { in bxe_hw_stats_update()
|
| H A D | bxe.c | 3566 int mac_type, in bxe_del_all_macs() argument 3578 bxe_set_bit(mac_type, &vlan_mac_flags); in bxe_del_all_macs() 3583 rc, mac_type, wait_for_comp); in bxe_del_all_macs() 5102 uint8_t mac_type; in bxe_tx_encap() local 5126 mac_type = UNICAST_ADDRESS; in bxe_tx_encap() 5261 mac_type = BROADCAST_ADDRESS; in bxe_tx_encap() 5263 mac_type = MULTICAST_ADDRESS; in bxe_tx_encap() 5343 mac_type); in bxe_tx_encap() 5355 ETH_TX_PARSE_BD_E1X_ETH_ADDR_TYPE, mac_type); in bxe_tx_encap() 7009 if (sc->link_vars.mac_type != ELINK_MAC_TYPE_EMAC) { in bxe_link_attn() [all …]
|
| /freebsd/sys/dev/bwi/ |
| H A D | if_bwivar.h | 458 #define mac_type mac_regwin.rw_type macro
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | iface.c | 152 cmd->mac_type = in iwl_mld_mac_cmd_fill_common()
|
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx.c | 3781 uint16_t mac_type = 0, rf_id = 0; in iwx_pnvm_handle_section() local 3819 mac_type = le16_to_cpup((const uint16_t *)data); in iwx_pnvm_handle_section() 3823 if (mac_type == IWX_CSR_HW_REV_TYPE(sc->sc_hw_rev) && in iwx_pnvm_handle_section() 6845 cmd->mac_type = htole32(IWX_FW_MAC_TYPE_LISTENER); in iwx_mac_ctxt_cmd_common() 6847 cmd->mac_type = htole32(IWX_FW_MAC_TYPE_BSS_STA); in iwx_mac_ctxt_cmd_common() 9659 uint16_t mac_type; member 9673 .mac_type = _mac_type, .rf_type = _rf_type, \ 10090 uint16_t sdev_id, mac_type, rf_type; in iwx_find_device_cfg() local 10095 mac_type = IWX_CSR_HW_REV_TYPE(sc->sc_hw_rev); in iwx_find_device_cfg() 10116 if (dev_info->mac_type != (uint16_t)IWX_CFG_ANY && in iwx_find_device_cfg() [all …]
|
| H A D | if_iwxreg.h | 4488 uint32_t mac_type; member
|
| /freebsd/sys/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth.h | 993 enum AL_ETH_FWD_CTRL_IDX_MAC_DA_TYPE mac_type; member
|
| H A D | al_hal_eth_main.c | 2884 if ((index->mac_type != AL_ETH_FWD_CTRL_IDX_MAC_DA_TYPE_ANY) in al_eth_ctrl_index_match() 2885 && (index->mac_type != AL_REG_FIELD_GET(i, AL_FIELD_MASK(10,9),9))) in al_eth_ctrl_index_match()
|