Searched refs:local_mac (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zio_crypt.h | 150 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zio_crypt.c | 1033 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs() argument 1098 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1142 bcopy(raw_local_mac, local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1148 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | if_arge.c | 658 int local_mac = 0; in arge_attach() local 694 local_mac = 1; in arge_attach() 740 if (local_mac == 0 && resource_long_value(device_get_name(dev), in arge_attach() 742 local_mac = 1; in arge_attach() 880 if (local_mac == 1) { in arge_attach()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zio_crypt.c | 1124 boolean_t should_bswap, uint8_t *portable_mac, uint8_t *local_mac) in zio_crypt_do_objset_hmacs() argument 1225 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1288 bcopy(raw_local_mac, local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs() 1294 bzero(local_mac, ZIO_OBJSET_MAC_LEN); in zio_crypt_do_objset_hmacs()
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | ecore_mng_tlv.c | 240 *p_tlv_buf = (u8 *)&p_drv_buf->local_mac; in ecore_mfw_get_gen_tlv_value() 241 return sizeof(p_drv_buf->local_mac); in ecore_mfw_get_gen_tlv_value()
|
| H A D | ecore_mcp_api.h | 254 u64 local_mac; member
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_crypt.c | 2676 uint8_t local_mac[ZIO_OBJSET_MAC_LEN]; in spa_do_crypt_objset_mac_abd() local 2685 byteswap, portable_mac, local_mac); in spa_do_crypt_objset_mac_abd() 2694 bcopy(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN); in spa_do_crypt_objset_mac_abd() 2700 bcmp(local_mac, osp->os_local_mac, ZIO_OBJSET_MAC_LEN) != 0) { in spa_do_crypt_objset_mac_abd()
|