Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfip.c111 struct fip_vlan_desc *vlan_desc; in fnic_fcoe_process_vlan_resp() local
125 vlan_desc = in fnic_fcoe_process_vlan_resp()
129 if (vlan_desc->fd_desc.fip_dtype == FIP_DT_VLAN) { in fnic_fcoe_process_vlan_resp()
130 if (vlan_desc->fd_desc.fip_dlen != 1) { in fnic_fcoe_process_vlan_resp()
134 vlan_desc->fd_desc.fip_dlen); in fnic_fcoe_process_vlan_resp()
138 vid = be16_to_cpu(vlan_desc->fd_vlan); in fnic_fcoe_process_vlan_resp()
161 vlan_desc->fd_desc.fip_dtype); in fnic_fcoe_process_vlan_resp()
166 cur_desc += vlan_desc->fd_desc.fip_dlen; in fnic_fcoe_process_vlan_resp()
167 desc_len -= vlan_desc->fd_desc.fip_dlen; in fnic_fcoe_process_vlan_resp()