Searched refs:sysfs_format_mac (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | if_ether.h | 33 extern ssize_t sysfs_format_mac(char *buf, const unsigned char *addr, int len);
|
/linux-4.4.14/net/ethernet/ |
D | eth.c | 390 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/ |
D | be_iscsi.c | 877 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/ |
D | net-sysfs.c | 152 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/ |
D | bnx2i_iscsi.c | 1565 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 2677 len = sysfs_format_mac(buf, chba->ndev->dev_addr, 6); in cxgbi_get_host_param()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 1893 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()
|