Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_attr.c32 u8 lport_src_id[3]; in fcoe_mac_show() local
36 lport_src_id[2] = (port_id & 0x000000FF); in fcoe_mac_show()
37 lport_src_id[1] = (port_id & 0x0000FF00) >> 8; in fcoe_mac_show()
38 lport_src_id[0] = (port_id & 0x00FF0000) >> 16; in fcoe_mac_show()
39 fc_fcoe_set_mac(fcoe_mac, lport_src_id); in fcoe_mac_show()