Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/csiostor/
Dcsio_rnode.c101 csio_is_rnode_wka(uint8_t rport_type) in csio_is_rnode_wka() argument
103 if ((rport_type == FLOGI_VFPORT) || in csio_is_rnode_wka()
104 (rport_type == FDISC_VFPORT) || in csio_is_rnode_wka()
105 (rport_type == NS_VNPORT) || in csio_is_rnode_wka()
106 (rport_type == FDMI_VNPORT)) in csio_is_rnode_wka()
303 uint8_t rport_type; in csio_confirm_rnode() local
309 rport_type = in csio_confirm_rnode()
313 if (rport_type == FAB_CTLR_VNPORT) { in csio_confirm_rnode()
316 "ssni:x%x\n", rport_type, rdev_flowid); in csio_confirm_rnode()
339 if (csio_is_rnode_wka(rport_type)) { in csio_confirm_rnode()
[all …]