/include/scsi/fc/ |
D | fc_fcoe.h | 98 static inline void fc_fcoe_set_mac(u8 *mac, u8 *did) in fc_fcoe_set_mac() argument 100 mac[0] = (u8) (FC_FCOE_OUI >> 16); in fc_fcoe_set_mac() 101 mac[1] = (u8) (FC_FCOE_OUI >> 8); in fc_fcoe_set_mac() 102 mac[2] = (u8) FC_FCOE_OUI; in fc_fcoe_set_mac() 103 mac[3] = did[0]; in fc_fcoe_set_mac() 104 mac[4] = did[1]; in fc_fcoe_set_mac() 105 mac[5] = did[2]; in fc_fcoe_set_mac()
|
/include/linux/mlx4/ |
D | driver.h | 69 u64 mac = 0; in mlx4_mac_to_u64() local 73 mac <<= 8; in mlx4_mac_to_u64() 74 mac |= addr[i]; in mlx4_mac_to_u64() 76 return mac; in mlx4_mac_to_u64()
|
D | cmd.h | 246 int mlx4_set_vf_mac(struct mlx4_dev *dev, int port, int vf, u64 mac);
|
D | device.h | 660 u8 mac[ETH_ALEN]; member 755 __be64 mac; member 1155 int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode); 1157 int mlx4_register_mac(struct mlx4_dev *dev, u8 port, u64 mac); 1158 void mlx4_unregister_mac(struct mlx4_dev *dev, u8 port, u64 mac); 1170 int mlx4_find_cached_mac(struct mlx4_dev *dev, u8 port, u64 mac, int *idx);
|
D | qp.h | 334 u8 mac[ETH_ALEN]; member
|
/include/rdma/ |
D | ib_addr.h | 278 static inline void rdma_get_ll_mac(struct in6_addr *addr, u8 *mac) in rdma_get_ll_mac() argument 280 memcpy(mac, &addr->s6_addr[8], 3); in rdma_get_ll_mac() 281 memcpy(mac + 3, &addr->s6_addr[13], 3); in rdma_get_ll_mac() 282 mac[0] ^= 2; in rdma_get_ll_mac() 290 static inline void rdma_get_mcast_mac(struct in6_addr *addr, u8 *mac) in rdma_get_mcast_mac() argument 294 mac[0] = 0x33; in rdma_get_mcast_mac() 295 mac[1] = 0x33; in rdma_get_mcast_mac() 297 mac[i] = addr->s6_addr[i + 10]; in rdma_get_mcast_mac()
|
/include/uapi/linux/netfilter_bridge/ |
D | ebt_arpreply.h | 5 unsigned char mac[ETH_ALEN]; member
|
D | ebt_nat.h | 6 unsigned char mac[ETH_ALEN]; member
|
/include/linux/ |
D | fec.h | 21 unsigned char mac[ETH_ALEN]; member
|
D | if_link.h | 10 __u8 mac[32]; member
|
D | smsc911x.h | 35 unsigned char mac[ETH_ALEN]; member
|
D | kernel.h | 498 bool mac_pton(const char *s, u8 *mac);
|
D | netdevice.h | 1061 int queue, u8 *mac);
|
/include/net/ |
D | llc.h | 31 unsigned char mac[IFHWADDRLEN]; member 80 return hash_32(jhash(laddr->mac, sizeof(laddr->mac), 0), in llc_sk_laddr_hashfn()
|
D | cfg80211.h | 2379 const u8 *mac, 2382 const u8 *mac); 2384 const u8 *mac, 2387 const u8 *mac, struct station_info *sinfo); 2389 int idx, u8 *mac, struct station_info *sinfo);
|
D | mac80211.h | 4127 void (*iterator)(void *data, u8 *mac, 4148 u8 *mac, 4167 u8 *mac,
|
/include/uapi/linux/ |
D | virtio_net.h | 63 __u8 mac[ETH_ALEN]; member
|
D | if_link.h | 449 __u8 mac[32]; /* MAX_ADDR_LEN */ member
|
/include/scsi/ |
D | fcoe_sysfs.h | 107 u8 mac[ETH_ALEN]; member
|
D | libfcoe.h | 258 u64 fcoe_wwn_from_mac(unsigned char mac[], unsigned int, unsigned int);
|