Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 25 of 73) sorted by relevance

123

/openbsd-src/sys/dev/ic/
H A Dbwi.c416 #define RF_LO_WRITE(mac, lo) bwi_rf_lo_write((mac), (lo)) argument
444 #define SAVE_RF_REG(mac, regs, n) (regs)->rf_##n = RF_READ((mac), 0x##n) argument
445 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n) argument
447 #define SAVE_PHY_REG(mac, regs, n) (regs)->phy_##n = PHY_READ((mac), 0x##n) argument
448 #define RESTORE_PHY_REG(mac, regs, n) PHY_WRITE((mac), 0x##n, (regs)->phy_##n) argument
574 struct bwi_mac *mac; in bwi_intr() local
705 struct bwi_mac *mac; in bwi_attach() local
918 bwi_tmplt_write_4(struct bwi_mac *mac, uint32_t ofs, uint32_t val) in bwi_tmplt_write_4()
930 bwi_hostflags_write(struct bwi_mac *mac, uint64_t flags) in bwi_hostflags_write()
944 bwi_hostflags_read(struct bwi_mac *mac) in bwi_hostflags_read()
[all …]
H A Dhme.c327 bus_space_handle_t mac = sc->sc_mac; in hme_tick() local
500 bus_space_handle_t mac = sc->sc_mac; in hme_init() local
933 bus_space_handle_t mac = sc->sc_mac; in hme_mifinit() local
969 bus_space_handle_t mac = sc->sc_mac; in hme_mii_readreg() local
1025 bus_space_handle_t mac = sc->sc_mac; in hme_mii_writereg() local
1077 bus_space_handle_t mac = sc->sc_mac; in hme_mii_statchg() local
1105 bus_space_handle_t mac = sc->sc_mac; in hme_mediachange() local
1213 bus_space_handle_t mac = sc->sc_mac; in hme_iff() local
H A Dbwivar.h455 #define BWI_CREATE_MAC(mac, sc, id, rev) \ argument
633 #define MOBJ_WRITE_2(mac, objid, ofs, val) \ argument
635 #define MOBJ_WRITE_4(mac, objid, ofs, val) \ argument
637 #define MOBJ_READ_2(mac, objid, ofs) \ argument
639 #define MOBJ_READ_4(mac, objid, ofs) \ argument
642 #define MOBJ_SETBITS_4(mac, objid, ofs, bits) \ argument
645 #define MOBJ_CLRBITS_4(mac, objid, ofs, bits) \ argument
649 #define MOBJ_FILT_SETBITS_2(mac, objid, ofs, filt, bits) \ argument
653 #define TMPLT_WRITE_4(mac, ofs, val) bwi_tmplt_write_4((mac), (ofs), (val)) argument
655 #define HFLAGS_WRITE(mac, flags) bwi_hostflags_write((mac), (flags)) argument
[all …]
H A Dar5211.c202 u_int8_t mac[IEEE80211_ADDR_LEN]; in ar5k_ar5211_attach() local
415 u_int8_t mac[IEEE80211_ADDR_LEN]; in ar5k_ar5211_reset() local
1581 ar5k_ar5211_get_lladdr(struct ath_hal *hal, u_int8_t *mac) in ar5k_ar5211_get_lladdr()
1587 ar5k_ar5211_set_lladdr(struct ath_hal *hal, const u_int8_t *mac) in ar5k_ar5211_set_lladdr()
1952 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5211_set_key()
1999 const u_int8_t *mac) in ar5k_ar5211_set_key_lladdr()
H A Dar5212.c206 u_int8_t mac[IEEE80211_ADDR_LEN]; in ar5k_ar5212_attach() local
473 u_int8_t mac[IEEE80211_ADDR_LEN]; in ar5k_ar5212_reset() local
1891 ar5k_ar5212_get_lladdr(struct ath_hal *hal, u_int8_t *mac) in ar5k_ar5212_get_lladdr()
1897 ar5k_ar5212_set_lladdr(struct ath_hal *hal, const u_int8_t *mac) in ar5k_ar5212_set_lladdr()
2315 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5212_set_key()
2362 const u_int8_t *mac) in ar5k_ar5212_set_key_lladdr()
H A Dar5210.c199 u_int8_t mac[IEEE80211_ADDR_LEN]; in ar5k_ar5210_attach() local
1486 ar5k_ar5210_get_lladdr(struct ath_hal *hal, u_int8_t *mac) in ar5k_ar5210_get_lladdr()
1492 ar5k_ar5210_set_lladdr(struct ath_hal *hal, const u_int8_t *mac) in ar5k_ar5210_set_lladdr()
1841 const HAL_KEYVAL *keyval, const u_int8_t *mac, int xor_notused) in ar5k_ar5210_set_key()
1888 const u_int8_t *mac) in ar5k_ar5210_set_key_lladdr()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dredef2.c6 #define mac(a, b) (a) + (b) macro
7 #define mac(a, b) (a) * (b) macro
8 #define mac(a, b) (a) * (x) macro
9 #define mac(a, g) (a) * (x) macro
/openbsd-src/usr.bin/ssh/
H A Dmac.c102 mac_setup_by_alg(struct sshmac *mac, const struct macalg *macalg) in mac_setup_by_alg()
121 mac_setup(struct sshmac *mac, char *name) in mac_setup()
136 mac_init(struct sshmac *mac) in mac_init()
160 mac_compute(struct sshmac *mac, u_int32_t seqno, in mac_compute()
206 mac_check(struct sshmac *mac, u_int32_t seqno, in mac_check()
224 mac_clear(struct sshmac *mac) in mac_clear()
/openbsd-src/lib/libcrypto/pkcs12/
H A Dp12_mutl.c114 unsigned char *mac, unsigned int *maclen) in PKCS12_gen_mac()
181 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_verify_mac() local
205 unsigned char mac[EVP_MAX_MD_SIZE]; in PKCS12_set_mac() local
H A Dpkcs12_local.h72 PKCS12_MAC_DATA *mac; member
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddlltool.c520 struct mac struct
541 static const struct mac argument
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddlltool.c518 struct mac struct
539 static const struct mac argument
/openbsd-src/usr.sbin/ldpd/
H A Daddress.c144 send_mac_withdrawal(struct nbr *nbr, struct map *fec, uint8_t *mac) in send_mac_withdrawal()
357 gen_mac_list_tlv(struct ibuf *buf, uint8_t *mac) in gen_mac_list_tlv()
406 log_msg_mac_withdrawal(int out, struct nbr *nbr, uint8_t *mac) in log_msg_mac_withdrawal()
/openbsd-src/sys/dev/pci/
H A Dixgbe_x550.c139 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550() local
618 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_init_ops_X550EM() local
788 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_init_ops_X550EM_a() local
846 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_init_ops_X550EM_x() local
1504 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_setup_sgmii() local
1573 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_setup_sgmii_fw() local
1643 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_init_mac_link_ops_X550em() local
2487 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_setup_sfi_x550a() local
2637 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_setup_ixfi_x550em_x() local
2708 struct ixgbe_mac_info *mac = &hw->mac; ixgbe_setup_ixfi_x550em() local
[all...]
H A Digc_base.c60 struct igc_mac_info *mac = &hw->mac; in igc_init_hw_base() local
H A Digc_mac.c19 struct igc_mac_info *mac = &hw->mac; in igc_init_mac_ops_generic() local
547 struct igc_mac_info *mac = &hw->mac; in igc_config_fc_after_link_up_generic() local
H A Dixgbe_82599.c99 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_mac_link_ops_82599() local
153 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_phy_ops_82599() local
360 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_82599() local
H A Digc_api.c101 struct igc_mac_info *mac = &hw->mac; in igc_set_mac_type() local
H A Digc_i225.c83 struct igc_mac_info *mac = &hw->mac; in igc_init_mac_params_i225() local
994 struct igc_mac_info *mac = &hw->mac; igc_check_for_link_i225() local
[all...]
H A Dixgbe_82598.c137 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_82598() local
201 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_phy_ops_82598() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Drecurse-3.c18 #define mac mac/**/ro macro
/openbsd-src/regress/lib/libcrypto/poly1305/
H A Dpoly1305test.c113 unsigned char mac[16]; in poly1305_power_on_self_test() local
/openbsd-src/usr.sbin/nsd/
H A Dtsig-openssl.c31 EVP_MAC* mac; member
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-wg.c57 uint8_t mac[16]; member
/openbsd-src/lib/libcrypto/evp/
H A De_chacha20poly1305.c182 unsigned char mac[POLY1305_TAG_LEN]; in aead_chacha20_poly1305_open() local
287 unsigned char mac[POLY1305_TAG_LEN]; in aead_xchacha20_poly1305_open() local

123