Lines Matching defs:fcport
643 struct fc_port *fcport;
2406 void *fcport;
2569 fc_port_t *fcport;
3399 struct fc_port *fcport;
3425 struct { /*Get PDB, Get Speed, update fcport, gnl, gidpn */
3426 fc_port_t *fcport;
3428 } fcport;
3430 fc_port_t *fcport;
4742 fc_port_t bidir_fcport; /* fcport used for bidir cmnds
4782 /* Time when global fcport update has been scheduled */
4844 /* Count of active session/fcport */
5162 #define NVME_TYPE(fcport) \
5163 (fcport->fc4_type & FS_FC4TYPE_NVME) \
5165 #define FCP_TYPE(fcport) \
5166 (fcport->fc4_type & FS_FC4TYPE_FCP) \
5168 #define NVME_ONLY_TARGET(fcport) \
5169 (NVME_TYPE(fcport) && !FCP_TYPE(fcport)) \
5171 #define NVME_FCP_TARGET(fcport) \
5172 (FCP_TYPE(fcport) && NVME_TYPE(fcport)) \
5174 #define NVME_TARGET(ha, fcport) \
5175 ((NVME_FCP_TARGET(fcport) && \
5177 NVME_ONLY_TARGET(fcport)) \