Home
last modified time | relevance | path

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

/linux-6.15/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()
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()
646 cvl_msg->vn_ports_desc[i].fd_desc.fip_dtype, in fnic_fcoe_process_cvl()
647 cvl_msg->vn_ports_desc[i].fd_desc.fip_dlen); in fnic_fcoe_process_cvl()
[all …]