Lines Matching refs:fcport
643 struct fc_port *fcport; member
2406 void *fcport; member
2569 fc_port_t *fcport; member
3399 struct fc_port *fcport; member
3426 fc_port_t *fcport; member
3428 } fcport; member
3430 fc_port_t *fcport; member
5155 #define NVME_TYPE(fcport) \ argument
5156 (fcport->fc4_type & FS_FC4TYPE_NVME) \
5158 #define FCP_TYPE(fcport) \ argument
5159 (fcport->fc4_type & FS_FC4TYPE_FCP) \
5161 #define NVME_ONLY_TARGET(fcport) \ argument
5162 (NVME_TYPE(fcport) && !FCP_TYPE(fcport)) \
5164 #define NVME_FCP_TARGET(fcport) \ argument
5165 (FCP_TYPE(fcport) && NVME_TYPE(fcport)) \
5167 #define NVME_TARGET(ha, fcport) \ argument
5168 ((NVME_FCP_TARGET(fcport) && \
5170 NVME_ONLY_TARGET(fcport)) \