Home
last modified time | relevance | path

Searched refs:_mac (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dops_impl.h386 _data, _mac, _templ) { \ argument
399 mops->mo_mac = _mac; \
476 _mac_key, _plaintext, _ciphertext, _mac, _encr_templ, _mac_templ) { \ argument
486 cmops->em_mac = _mac; \
492 _decr_key, _ciphertext, _mac, _plaintext, _mac_templ, _decr_templ) { \ argument
501 cmops->md_mac = _mac; \
H A Dimpl.h747 #define KCF_PROV_MAC(pd, ctx, data, _mac, req) ( \ argument
749 KCF_PROV_MAC_OPS(pd)->mac(ctx, data, _mac, req) : \
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_hal.h1141 #define ATH_HAL_GETMAC(_ah, _mac) \ argument
1142 ((*(_ah)->ah_getMacAddress)((_ah), (_mac)))
1143 #define ATH_HAL_SETMAC(_ah, _mac) \ argument
1144 ((*(_ah)->ah_setMacAddress)((_ah), (_mac)))
1159 #define ATH_HAL_KEYSET(_ah, _ix, _pk, _mac) \ argument
1160 ((*(_ah)->ah_setKeyCacheEntry)((_ah), (_ix), (_pk), (_mac), AH_FALSE))
1163 #define ATH_HAL_KEYSETMAC(_ah, _ix, _mac) \ argument
1164 ((*(_ah)->ah_setKeyCacheEntryMac)((_ah), (_ix), (_mac)))
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsendmail.h1103 MACROS_T *_mac,
1115 MACROS_T *_mac,
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex777 …\item \myfunc{mcp\_ov\_update\_mac}{mcp\_ov\_update\_mac} – called when user updates the primary m…
1043 \texttt{local\_mac} & Local MAC address \\ \hline
1044 \texttt{remote\_mac} & Remote MAC address \\ \hline
1169 \texttt{dst\_mac\_addr\_lo} & Remote MAC address – 2 LSB bytes \\ \hline
1170 \texttt{dst\_mac\_addr\_mid} & Remote MAC address – 2 middle bytes \\ \hline
1171 \texttt{dst\_mac\_addr\_hi} & Remote MAC address – 2 MSB bytes \\ \hline
1172 \texttt{src\_mac\_addr\_lo} & Local MAC address – 2 LSB bytes \\ \hline
1173 \texttt{src\_mac\_addr\_mid} & Local MAC address – 2 middle bytes \\ \hline
1174 \texttt{src\_mac\_addr\_hi} & Local MAC address – 2 MSB bytes \\ \hline
1669 \myfunc{vf\_get\_port\_mac}{vf_get_port_mac}.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c158 #define ECORE_IS_VALID_ETHER_ADDR(_mac) is_valid_ether_addr(_mac) argument
201 #define ECORE_IS_VALID_ETHER_ADDR(_mac) TRUE argument