Home
last modified time | relevance | path

Searched refs:sysfs_format_mac (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/include/linux/
Dif_ether.h33 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
/linux-4.4.14/net/ethernet/
Deth.c390 ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len) in sysfs_format_mac() function
394 EXPORT_SYMBOL(sysfs_format_mac);
/linux-4.4.14/drivers/scsi/be2iscsi/
Dbe_iscsi.c877 return sysfs_format_mac(buf, phba->mac_address, ETH_ALEN); in beiscsi_get_macaddr()
886 return sysfs_format_mac(buf, phba->mac_address, ETH_ALEN); in beiscsi_get_macaddr()
/linux-4.4.14/net/core/
Dnet-sysfs.c152 ret = sysfs_format_mac(buf, ndev->dev_addr, ndev->addr_len); in address_show()
163 return sysfs_format_mac(buf, ndev->broadcast, ndev->addr_len); in broadcast_show()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c1565 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c2677 len = sysfs_format_mac(buf, chba->ndev->dev_addr, 6); in cxgbi_get_host_param()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_os.c1893 len = sysfs_format_mac(buf, ha->my_mac, MAC_ADDR_LEN); in qla4xxx_host_get_param()
5713 rc = sysfs_format_mac(str, ha->my_mac, in qla4xxx_show_boot_eth_info()