Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dif_ether.h42 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
/openbmc/linux/net/ethernet/
H A Deth.c389 ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len) in sysfs_format_mac() function
393 EXPORT_SYMBOL(sysfs_format_mac);
/openbmc/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()
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c529 return sysfs_format_mac(buf, mac_byte_ptr, ETH_ALEN); in oob_mac_show()
/openbmc/linux/net/core/
H A Dnet-sysfs.c154 ret = sysfs_format_mac(buf, ndev->dev_addr, ndev->addr_len); in address_show()
166 return sysfs_format_mac(buf, ndev->broadcast, ndev->addr_len); in broadcast_show()
/openbmc/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.c2097 rc = sysfs_format_mac(buf, qedi->mac, ETH_ALEN); in qedi_show_boot_eth_info()
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_iscsi.c1571 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
/openbmc/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c2830 len = sysfs_format_mac(buf, chba->ndev->dev_addr, 6); in cxgbi_get_host_param()
/openbmc/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c1940 len = sysfs_format_mac(buf, ha->my_mac, MAC_ADDR_LEN); in qla4xxx_host_get_param()
5752 rc = sysfs_format_mac(str, ha->my_mac, in qla4xxx_show_boot_eth_info()