Home
last modified time | relevance | path

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

/linux/drivers/scsi/fnic/
H A Dfip.c615 struct fip_cvl *cvl_msg = (struct fip_cvl *)fiph; in fnic_fcoe_process_cvl() local
623 if (!((cvl_msg->fcf_mac_desc.fd_desc.fip_dtype == 2) in fnic_fcoe_process_cvl()
624 && (cvl_msg->fcf_mac_desc.fd_desc.fip_dlen == 2)) in fnic_fcoe_process_cvl()
625 || !((cvl_msg->name_desc.fd_desc.fip_dtype == 4) in fnic_fcoe_process_cvl()
626 && (cvl_msg->name_desc.fd_desc.fip_dlen == 3))) { in fnic_fcoe_process_cvl()
630 cvl_msg->fcf_mac_desc.fd_desc.fip_dtype, in fnic_fcoe_process_cvl()
631 cvl_msg->fcf_mac_desc.fd_desc.fip_dlen, in fnic_fcoe_process_cvl()
632 cvl_msg->name_desc.fd_desc.fip_dtype, in fnic_fcoe_process_cvl()
633 cvl_msg->name_desc.fd_desc.fip_dlen); in fnic_fcoe_process_cvl()
637 (iport->selected_fcf.fcf_mac, cvl_msg->fcf_mac_desc.fd_mac, ETH_ALEN) in fnic_fcoe_process_cvl()
[all …]