| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_osdep.h | 29 (readl(hw->hw_addr + ((hw->mac_type >= e1000_82543) \ 33 (writel((value), (hw->hw_addr + ((hw->mac_type >= e1000_82543) \ 38 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \ 43 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \ 51 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \ 56 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \ 61 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \ 66 (((a)->mac_type >= e1000_82543) ? E1000_##reg : E1000_82542_##reg) + \
|
| H A D | e1000_param.c | 256 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_check_options() local 266 .max = mac_type < e1000_82544 ? E1000_MAX_TXD : E1000_MAX_82544_TXD in e1000_check_options() 284 e1000_mac_type mac_type = adapter->hw.mac_type; in e1000_check_options() local 294 .max = mac_type < e1000_82544 ? E1000_MAX_RXD : in e1000_check_options()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_tspll.c | 80 static enum ice_tspll_freq ice_tspll_default_freq(enum ice_mac_type mac_type) in ice_tspll_default_freq() argument 82 switch (mac_type) { in ice_tspll_default_freq() 116 if ((hw->mac_type == ICE_MAC_GENERIC_3K_E825 || in ice_tspll_check_params() 118 clk_freq != ice_tspll_default_freq(hw->mac_type)) { in ice_tspll_check_params() 549 switch (hw->mac_type) { in ice_tspll_cfg() 570 switch (hw->mac_type) { in ice_tspll_dis_sticky_bits() 596 if (hw->mac_type != ICE_MAC_GENERIC && in ice_tspll_init() 597 hw->mac_type != ICE_MAC_GENERIC_3K_E825) in ice_tspll_init() 618 tspll_freq = ice_tspll_default_freq(hw->mac_type); in ice_tspll_init()
|
| H A D | ice_controlq.h | 30 #define EXP_FW_API_VER_MAJOR_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? \ 33 #define EXP_FW_API_VER_MINOR_BY_MAC(hw) ((hw)->mac_type == ICE_MAC_E830 ? \
|
| H A D | ice_ddp.c | 1871 static u32 ice_get_pkg_segment_id(enum ice_mac_type mac_type) in ice_get_pkg_segment_id() argument 1875 switch (mac_type) { in ice_get_pkg_segment_id() 1893 static u32 ice_get_pkg_sign_type(enum ice_mac_type mac_type) in ice_get_pkg_sign_type() argument 1897 switch (mac_type) { in ice_get_pkg_sign_type() 1919 hw->pkg_seg_id = ice_get_pkg_segment_id(hw->mac_type); in ice_get_signing_req() 1920 hw->pkg_sign_type = ice_get_pkg_sign_type(hw->mac_type); in ice_get_signing_req() 2356 if (hw->mac_type == ICE_MAC_E810 || in ice_get_set_tx_topo() 2357 hw->mac_type == ICE_MAC_GENERIC) in ice_get_set_tx_topo()
|
| H A D | ice_ptp_hw.c | 288 switch (hw->mac_type) { in ice_ptp_tmr_cmd_to_port_reg() 5088 switch (hw->mac_type) { in ice_ptp_init_hw() 5124 switch (hw->mac_type) { in ice_ptp_write_port_cmd() 5189 switch (hw->mac_type) { in ice_ptp_port_cmd() 5265 if (hw->mac_type == ICE_MAC_E830) { in ice_ptp_init_time() 5276 switch (hw->mac_type) { in ice_ptp_init_time() 5319 if (hw->mac_type == ICE_MAC_E830) { in ice_ptp_write_incval() 5328 switch (hw->mac_type) { in ice_ptp_write_incval() 5397 switch (hw->mac_type) { in ice_ptp_adj_clock() 5433 switch (hw->mac_type) { in ice_read_phy_tstamp() [all …]
|
| H A D | ice_common.c | 135 hw->mac_type = ICE_MAC_E810; in ice_set_mac_type() 156 hw->mac_type = ICE_MAC_GENERIC; in ice_set_mac_type() 162 hw->mac_type = ICE_MAC_GENERIC_3K_E825; in ice_set_mac_type() 183 hw->mac_type = ICE_MAC_E830; in ice_set_mac_type() 186 hw->mac_type = ICE_MAC_UNKNOWN; in ice_set_mac_type() 190 ice_debug(hw, ICE_DBG_INIT, "mac_type: %d\n", hw->mac_type); in ice_set_mac_type() 202 return (hw->mac_type == ICE_MAC_GENERIC || in ice_is_generic_mac() 203 hw->mac_type == ICE_MAC_GENERIC_3K_E825); in ice_is_generic_mac() 219 if (hw->mac_type != ICE_MAC_E810) in ice_is_pf_c827() 666 switch (hw->mac_type) { in ice_get_link_status_datalen() [all …]
|
| H A D | ice_ptp_hw.h | 392 switch (hw->mac_type) { in ice_get_base_incval()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.h | 77 u64 mac_type:4; member 93 u64 mac_type:4; 178 u8 mac_type; member
|
| H A D | otx_cptvf_algs.c | 506 static int cpt_aead_init(struct crypto_aead *tfm, u8 cipher_type, u8 mac_type) in cpt_aead_init() argument 511 ctx->mac_type = mac_type; in cpt_aead_init() 513 switch (ctx->mac_type) { in cpt_aead_init() 636 switch (ctx->mac_type) { in otx_cpt_aead_set_authsize() 719 static int swap_pad(u8 mac_type, u8 *pad) in swap_pad() argument 725 switch (mac_type) { in swap_pad() 813 ret = swap_pad(ctx->mac_type, ipad); in aead_hmac_init() 821 ret = swap_pad(ctx->mac_type, opad); in aead_hmac_init() 908 if (ctx->mac_type == OTX_CPT_SHA384) in create_aead_ctx_hdr() 949 fctx->enc.enc_ctrl.e.mac_type = ctx->mac_type; in create_aead_ctx_hdr() [all …]
|
| /linux/drivers/net/wireless/ath/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 …]
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.h | 68 u64 mac_type:4; member 84 u64 mac_type:4; 174 u8 mac_type; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| H A D | espi.c | 228 int t1_espi_init(struct peespi *espi, int mac_type, int nports) in t1_espi_init() argument 245 if (mac_type == CHBT_MAC_PM3393) in t1_espi_init() 247 else if (mac_type == CHBT_MAC_VSC7321) in t1_espi_init() 249 else if (mac_type == CHBT_MAC_IXF1010) { in t1_espi_init()
|
| H A D | espi.h | 47 int t1_espi_init(struct peespi *espi, int mac_type, int nports);
|
| /linux/drivers/net/wireless/intel/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() 1581 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()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_dsaf_mac.c | 421 if (mac_cb->mac_type == HNAE_PORT_DEBUG) in hns_mac_port_config_bc_en() 455 if (mac_cb->mac_type == HNAE_PORT_DEBUG) in hns_mac_vm_config_bc_en() 506 if (mac_cb->mac_type == HNAE_PORT_DEBUG) in hns_mac_reset() 640 if (mac_cb->mac_type == HNAE_PORT_DEBUG) { in hns_mac_set_pauseparam() 1004 if (mac_cb->mac_type == HNAE_PORT_SERVICE) in hns_mac_get_vaddr() 1034 mac_cb->mac_type = HNAE_PORT_SERVICE; in hns_mac_get_cfg() 1036 mac_cb->mac_type = HNAE_PORT_DEBUG; in hns_mac_get_cfg()
|
| /linux/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_hw.c | 74 if (wx->mac_type != em_mac_type_mdi) { in ngbe_reset_hw()
|
| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | nic.h | 315 u8 mac_type; member 511 u8 mac_type; member
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 481 enum qlcnic_mac_type mac_type) in qlcnic_nic_add_mac() argument 505 cur->mac_type = mac_type; in qlcnic_nic_add_mac() 518 if (cur->mac_type != QLCNIC_MULTICAST_MAC) in qlcnic_flush_mcast_mac()
|
| H A D | qlcnic_sriov_common.c | 1503 enum qlcnic_mac_type mac_type) in qlcnic_vf_add_mc_list() argument 1514 qlcnic_nic_add_mac(adapter, mac, 0, mac_type); in qlcnic_vf_add_mc_list() 1521 mac_type); in qlcnic_vf_add_mc_list() 1525 qlcnic_nic_add_mac(adapter, mac, 0, mac_type); in qlcnic_vf_add_mc_list()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 1152 enum HCLGE_MAC_ADDR_TYPE mac_type, 1157 enum HCLGE_MAC_ADDR_TYPE mac_type);
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_link.h | 344 u8 mac_type; member
|
| H A D | bnx2x_link.c | 1639 vars->mac_type = MAC_TYPE_UMAC; in bnx2x_umac_enable() 1799 vars->mac_type = MAC_TYPE_XMAC; in bnx2x_xmac_enable() 1933 vars->mac_type = MAC_TYPE_EMAC; in bnx2x_emac_enable() 2242 if (vars->mac_type == MAC_TYPE_XMAC) in bnx2x_update_pfc() 2438 vars->mac_type = MAC_TYPE_BMAC; in bnx2x_bmac_enable() 4777 vars->mac_type = MAC_TYPE_XMAC; in bnx2x_sync_link() 4779 vars->mac_type = MAC_TYPE_BMAC; in bnx2x_sync_link() 4782 vars->mac_type = MAC_TYPE_UMAC; in bnx2x_sync_link() 4784 vars->mac_type = MAC_TYPE_EMAC; in bnx2x_sync_link() 4796 vars->mac_type = MAC_TYPE_NONE; in bnx2x_sync_link() [all …]
|
| /linux/drivers/net/wireless/marvell/ |
| H A D | mwl8k.c | 3748 __le16 mac_type; member 3766 int mac_type; in mwl8k_cmd_update_mac_addr() local 3769 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP; in mwl8k_cmd_update_mac_addr() 3773 mac_type = MWL8K_MAC_TYPE_SECONDARY_CLIENT; in mwl8k_cmd_update_mac_addr() 3775 mac_type = MWL8K_MAC_TYPE_PRIMARY_CLIENT; in mwl8k_cmd_update_mac_addr() 3777 mac_type = MWL8K_MAC_TYPE_SECONDARY_CLIENT; in mwl8k_cmd_update_mac_addr() 3780 mac_type = MWL8K_MAC_TYPE_PRIMARY_AP; in mwl8k_cmd_update_mac_addr() 3782 mac_type = MWL8K_MAC_TYPE_SECONDARY_AP; in mwl8k_cmd_update_mac_addr() 3796 cmd->mbss.mac_type = cpu_to_le16(mac_type); in mwl8k_cmd_update_mac_addr()
|