Lines Matching defs:fcport
477 struct fc_port *fcport;
513 struct fc_port *fcport;
730 struct fc_port *fcport;
2527 void *fcport;
2725 fc_port_t *fcport;
3567 struct fc_port *fcport;
3590 struct { /*Get PDB, Get Speed, update fcport, gnl */
3591 fc_port_t *fcport;
3593 } fcport;
3595 fc_port_t *fcport;
3605 fc_port_t *fcport;
4372 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4374 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4376 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4994 fc_port_t bidir_fcport; /* fcport used for bidir cmnds
5033 /* Time when global fcport update has been scheduled */
5095 /* Count of active session/fcport */
5336 fc_port_t *fcport; /* needed by rx delay timer function */
5355 fc_port_t *fcport;
5463 #define NVME_TYPE(fcport) \
5464 (fcport->fc4_type & FS_FC4TYPE_NVME) \
5466 #define FCP_TYPE(fcport) \
5467 (fcport->fc4_type & FS_FC4TYPE_FCP) \
5469 #define NVME_ONLY_TARGET(fcport) \
5470 (NVME_TYPE(fcport) && !FCP_TYPE(fcport)) \
5472 #define NVME_FCP_TARGET(fcport) \
5473 (FCP_TYPE(fcport) && NVME_TYPE(fcport)) \
5475 #define NVME_PRIORITY(ha, fcport) \
5476 (NVME_FCP_TARGET(fcport) && \
5479 #define NVME_TARGET(ha, fcport) \
5480 (fcport->do_prli_nvme || \
5481 NVME_ONLY_TARGET(fcport)) \