Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_em_hw.c215 if (hw->mac_type == em_undefined) in em_set_phy_type()
231 if (hw->mac_type == em_82541 || in em_set_phy_type()
232 hw->mac_type == em_82541_rev_2 || in em_set_phy_type()
233 hw->mac_type == em_82547 || in em_set_phy_type()
234 hw->mac_type == em_82547_rev_2) { in em_set_phy_type()
276 if (hw->mac_type == em_80003es2lan) { in em_set_phy_type()
315 switch (hw->mac_type) { in em_phy_init_script()
342 if (hw->mac_type == em_82547) { in em_phy_init_script()
400 hw->mac_type = em_82542_rev2_0; in em_set_mac_type()
403 hw->mac_type in em_set_mac_type()
[all...]
H A Dif_em.c436 if (sc->hw.mac_type <= em_82572) in em_attach()
440 if (sc->hw.mac_type >= em_82544) { in em_attach()
482 switch (sc->hw.mac_type) { in em_attach()
554 if (sc->hw.mac_type == em_80003es2lan || sc->hw.mac_type == em_82575 || in em_attach()
555 sc->hw.mac_type == em_82576 || in em_attach()
556 sc->hw.mac_type == em_82580 || sc->hw.mac_type == em_i210 || in em_attach()
557 sc->hw.mac_type == em_i350) { in em_attach()
603 printf(", mac %#x phy %#x", sc->hw.mac_type, s in em_attach()
[all...]
H A Dif_em_osdep.h99 ((hw)->mac_type >= em_82543 ? \
H A Dixgb_hw.h720 ixgb_mac_type mac_type; /* Identifier for MAC controller */ member
H A Dif_iwx.c4112 uint16_t mac_type = 0, rf_id = 0; in iwx_pnvm_handle_section()
4153 mac_type = le16_to_cpup((const uint16_t *)data); in iwx_pnvm_parse()
4157 if (mac_type == IWX_CSR_HW_REV_TYPE(sc->sc_hw_rev) && in iwx_pnvm_parse()
7620 cmd->mac_type = htole32(IWX_FW_MAC_TYPE_LISTENER); in iwx_bgscan_done_task()
7622 cmd->mac_type = htole32(IWX_FW_MAC_TYPE_BSS_STA); in iwx_bgscan_done_task()
7780 cmd.mac_type = htole32(IWX_FW_MAC_TYPE_LISTENER); in iwx_rs_init_v3()
7782 cmd.mac_type = htole32(IWX_FW_MAC_TYPE_BSS_STA); in iwx_rs_init_v3()
10866 uint16_t mac_type; in iwx_find_device_cfg()
10880 .mac_type = _mac_type, .rf_type = _rf_type, \ in iwx_find_device_cfg()
11304 uint16_t mac_type, rf_typ in iwx_attach()
4042 uint16_t mac_type = 0, rf_id = 0; iwx_pnvm_handle_section() local
10449 uint16_t mac_type; global() member
10861 uint16_t mac_type, rf_type; iwx_find_device_cfg() local
[all...]
H A Dif_ixgb.c892 sc->hw.mac_type = ixgb_82597; in ixgb_identify_hardware()
H A Dif_em_hw.h1404 em_mac_type mac_type;
1406 em_mac_type mac_type; global() member
H A Dif_iwmreg.h4023 * @mac_type: one of IWM_FW_MAC_TYPE_*
4035 * @mac_specific: one of struct iwm_mac_data_*, according to mac_type
4042 uint32_t mac_type; member
H A Dif_iwxreg.h4476 * @mac_type: one of IWX_FW_MAC_TYPE_*
4488 * @mac_specific: one of struct iwx_mac_data_*, according to mac_type
4495 uint32_t mac_type;
4591 * @mac_type: one of &enum iwx_mac_types
4608 uint32_t mac_type;
4485 uint32_t mac_type; global() member
H A Dif_iwm.c8271 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_LISTENER); in iwm_mac_ctxt_cmd_common()
8273 cmd->mac_type = htole32(IWM_FW_MAC_TYPE_BSS_STA); in iwm_mac_ctxt_cmd_common()
/openbsd-src/lib/libssl/
H A Dt1_enc.c346 int mac_type = NID_undef, mac_secret_size = 0; in tls1_setup_key_block() local
369 /* XXX - mac_type and mac_secret_size are now unused. */ in tls1_setup_key_block()
371 &mac_type, &mac_secret_size)) { in tls1_setup_key_block()
H A Dtls12_record_layer.c471 int mac_type; in tls12_record_layer_ccs_cipher() local
477 mac_type = EVP_PKEY_HMAC; in tls12_record_layer_ccs_cipher()
499 if ((mac_pkey = EVP_PKEY_new_mac_key(mac_type, NULL, CBS_data(mac_key), in tls12_record_layer_ccs_cipher()
/openbsd-src/sys/dev/ic/
H A Dbwivar.h423 #define mac_type mac_regwin.rw_type macro