Lines Matching refs:ETH_ALEN
65 memcpy(dev->net->dev_addr, addr, ETH_ALEN); in asix_set_netdev_dev_addr()
158 crc_bits = ether_crc(ETH_ALEN, ha->addr) >> 26; in ax88172_set_multicast()
207 u8 buf[ETH_ALEN]; in ax88172_bind()
227 ret = asix_read_cmd(dev, AX88172_CMD_READ_NODE_ID, 0, 0, ETH_ALEN, buf); in ax88172_bind()
379 memcpy(data->mac_addr, dev->net->dev_addr, ETH_ALEN); in ax88772_reset()
380 ret = asix_write_cmd(dev, AX_CMD_WRITE_NODE_ID, 0, 0, ETH_ALEN, in ax88772_reset()
421 u8 buf[ETH_ALEN]; in ax88772_bind()
428 for (i = 0; i < (ETH_ALEN >> 1); i++) { in ax88772_bind()
436 0, 0, ETH_ALEN, buf); in ax88772_bind()
663 memcpy(data->mac_addr, dev->net->dev_addr, ETH_ALEN); in ax88178_reset()
664 ret = asix_write_cmd(dev, AX_CMD_WRITE_NODE_ID, 0, 0, ETH_ALEN, in ax88178_reset()
788 u8 buf[ETH_ALEN]; in ax88178_bind()
793 ret = asix_read_cmd(dev, AX_CMD_READ_NODE_ID, 0, 0, ETH_ALEN, buf); in ax88178_bind()