Lines Matching refs:fcport
694 struct fc_port *fcport; member
2487 void *fcport; member
2685 fc_port_t *fcport; member
3527 struct fc_port *fcport; member
3551 fc_port_t *fcport; member
3553 } fcport; member
3555 fc_port_t *fcport; member
3565 fc_port_t *fcport; member
4315 (QLA_SRB_NVME_LS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4317 (QLA_SRB_NVME_CMD(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
4319 (QLA_NVME_IOS(_sp) && QLA_ABTS_FW_ENABLED(_sp->fcport->vha->hw))
5279 fc_port_t *fcport; /* needed by rx delay timer function */ member
5298 fc_port_t *fcport; member
5406 #define NVME_TYPE(fcport) \ argument
5407 (fcport->fc4_type & FS_FC4TYPE_NVME) \
5409 #define FCP_TYPE(fcport) \ argument
5410 (fcport->fc4_type & FS_FC4TYPE_FCP) \
5412 #define NVME_ONLY_TARGET(fcport) \ argument
5413 (NVME_TYPE(fcport) && !FCP_TYPE(fcport)) \
5415 #define NVME_FCP_TARGET(fcport) \ argument
5416 (FCP_TYPE(fcport) && NVME_TYPE(fcport)) \
5418 #define NVME_PRIORITY(ha, fcport) \ argument
5419 (NVME_FCP_TARGET(fcport) && \
5422 #define NVME_TARGET(ha, fcport) \ argument
5423 (fcport->do_prli_nvme || \
5424 NVME_ONLY_TARGET(fcport)) \