Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dif_ether.h46 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
/linux/net/ethernet/
H A Deth.c384 ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len) in sysfs_format_mac() function
388 EXPORT_SYMBOL(sysfs_format_mac);
/linux/drivers/scsi/be2iscsi/
H A Dbe_iscsi.c809 return sysfs_format_mac(buf, phba->mac_address, ETH_ALEN); in beiscsi_get_macaddr()
818 return sysfs_format_mac(buf, phba->mac_address, ETH_ALEN); in beiscsi_get_macaddr()
/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c547 return sysfs_format_mac(buf, mac_byte_ptr, ETH_ALEN); in oob_mac_show()
/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c701 len = sysfs_format_mac(buf, qedi->mac, 6); in qedi_host_get_param()
H A Dqedi_main.c2086 rc = sysfs_format_mac(buf, qedi->mac, ETH_ALEN); in qedi_show_boot_eth_info()
/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1571 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2830 len = sysfs_format_mac(buf, chba->ndev->dev_addr, 6); in cxgbi_get_host_param()