Home
last modified time | relevance | path

Searched refs:mac_type (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal.c19 .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 Dhal.h764 enum hal_srng_mac_type mac_type; member
/freebsd/crypto/openssl/ssl/
H A Dt1_enc.c123 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 Dtls13_enc.c327 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 Dpnvm.c42 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 Dmac-ctxt.c510 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 Dmld-mac.c43 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 Dfsl_enet.h65 enum mac_type { enum
/freebsd/sys/dev/ice/
H A Dice_ddp_common.c447 * @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 Dice_common.c178 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 Dice_type.h1081 enum ice_mac_type mac_type;
1058 enum ice_mac_type mac_type; global() member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h326 __le32 mac_type; member
H A Dmac-cfg.h370 __le32 mac_type; member
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c276 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA); in iwm_mac_ctxt_cmd_common()
H A Dif_iwmreg.h4058 * @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 Dbxe_elink.h480 uint8_t mac_type; member
H A Dbxe_elink.c2189 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 Dbxe_stats.c368 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 Dbxe.c3566 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 Dif_bwivar.h458 #define mac_type mac_regwin.rw_type macro
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Diface.c152 cmd->mac_type = in iwl_mld_mac_cmd_fill_common()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c3781 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 Dif_iwxreg.h4488 uint32_t mac_type; member
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h993 enum AL_ETH_FWD_CTRL_IDX_MAC_DA_TYPE mac_type; member
H A Dal_hal_eth_main.c2884 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()