Home
last modified time | relevance | path

Searched refs:FC_INVALID_RSCN_COUNT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfc_types.h155 #define FC_INVALID_RSCN_COUNT ((uint32_t)0) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c2563 FC_INVALID_RSCN_COUNT); /* invalidate the count */ in fcp_send_scsi_ioctl()
3300 lcount, tcount, 0, FC_INVALID_RSCN_COUNT); in fcp_tgt_send_plogi()
5182 lcount, tcount, cause, FC_INVALID_RSCN_COUNT); in fcp_send_els()
5812 if (rscn_count != FC_INVALID_RSCN_COUNT) { in fcp_icmd_alloc()
6214 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; in fcp_icmd_callback()
6375 rscn_count = FC_INVALID_RSCN_COUNT; in fcp_icmd_callback()
7448 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; in fcp_handle_inquiry()
7542 rscn_count = FC_INVALID_RSCN_COUNT; in fcp_handle_inquiry()
7582 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; in fcp_handle_reportlun()
7665 rscn_count = FC_INVALID_RSCN_COUNT; in fcp_handle_reportlun()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c985 port->fp_rscn_count = FC_INVALID_RSCN_COUNT + 1; in fp_attach_handler()
10681 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; in fp_unsol_cb()
10798 FC_INVALID_RSCN_COUNT) { in fp_unsol_cb()
10810 if (++port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_unsol_cb()
10945 if (--port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_unsol_cb()
12329 if (--port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_handle_unsol_rscn()
12353 if (--port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_handle_unsol_rscn()
12376 if (--port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_handle_unsol_rscn()
12436 FC_INVALID_RSCN_COUNT) { in fp_handle_unsol_rscn()
14059 if (--port->fp_rscn_count == FC_INVALID_RSCN_COUNT) { in fp_validate_area_domain()
[all …]
H A Dfctl.c1074 (rscnp->ulp_rscn_count != FC_INVALID_RSCN_COUNT) && in fc_ulp_login()
1394 (rscnp->ulp_rscn_count != FC_INVALID_RSCN_COUNT) && in fc_ulp_transport()
1514 (rscnp->ulp_rscn_count != FC_INVALID_RSCN_COUNT) && in fc_ulp_issue_els()