Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fip.h259 __be16 fd_vlan; /* Note: highest 4 bytes are unused */ member
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_fip.c96 vid = ntohs(((struct fip_vlan_desc *)desc)->fd_vlan); in qedf_fcoe_process_vlan_resp()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c442 vid = ntohs(((struct fip_vlan_desc *)desc)->fd_vlan); in fnic_fcoe_process_vlan_resp()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c2935 put_unaligned_be16(fip->lp->vlan, &frame->vlan.fd_vlan); in fcoe_ctlr_vlan_send()