Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1048 fc_ulp_rscn_info_t *rscnp = in fc_ulp_login() local
1073 if ((rscnp != NULL) && in fc_ulp_login()
1074 (rscnp->ulp_rscn_count != FC_INVALID_RSCN_COUNT) && in fc_ulp_login()
1075 (rscnp->ulp_rscn_count != port->fp_rscn_count)) { in fc_ulp_login()
1365 fc_ulp_rscn_info_t *rscnp = in fc_ulp_transport() local
1393 if ((rscnp != NULL) && in fc_ulp_transport()
1394 (rscnp->ulp_rscn_count != FC_INVALID_RSCN_COUNT) && in fc_ulp_transport()
1395 (rscnp->ulp_rscn_count != port->fp_rscn_count)) { in fc_ulp_transport()
1488 fc_ulp_rscn_info_t *rscnp = in fc_ulp_issue_els() local
1513 if ((rscnp != NULL) && in fc_ulp_issue_els()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c5823 fc_ulp_rscn_info_t *rscnp; in fcp_icmd_alloc() local
5825 rscnp = (fc_ulp_rscn_info_t *)fpkt->pkt_ulp_rscn_infop; in fcp_icmd_alloc()
5826 rscnp->ulp_rscn_count = rscn_count; in fcp_icmd_alloc()
13673 fc_ulp_rscn_info_t *rscnp = in fcp_watch() local
13688 if (rscnp != NULL) { in fcp_watch()
13689 rscnp->ulp_rscn_count = in fcp_watch()
14497 fc_ulp_rscn_info_t *rscnp; in fcp_retransport_cmd() local
14526 rscnp = (fc_ulp_rscn_info_t *)cmd->cmd_fp_pkt-> in fcp_retransport_cmd()
14532 if (rscnp != NULL) { in fcp_retransport_cmd()
14533 rscnp->ulp_rscn_count = in fcp_retransport_cmd()