Searched refs:rscn_count (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 443 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count); 454 int len, int lcount, int tcount, int cause, uint32_t rscn_count); 4859 int rscn_count; local 4895 rscn_count = fc_ulp_get_rscn_count(pptr->port_fp_handle); 4898 ptgt->tgt_change_cnt, cause, rscn_count) != DDI_SUCCESS) { 5731 uint32_t rscn_count) 5795 * rscn_count as fcp knows down to the transport. If a valid count was 5807 if (rscn_count != FC_INVALID_RSCN_COUNT) { 5821 rscnp->ulp_rscn_count = rscn_count; 6209 uint32_t rscn_count local 5729 fcp_icmd_alloc(struct fcp_port *pptr, struct fcp_tgt *ptgt, int cmd_len, int resp_len, int data_len, int nodma, int lcount, int tcount, int cause, uint32_t rscn_count) argument 6513 fcp_send_scsi(struct fcp_lun *plun, uchar_t opcode, int alloc_len, int lcount, int tcount, int cause, uint32_t rscn_count) argument 7443 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; local 7577 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; local [all...] |
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 10677 uint32_t rscn_count = FC_INVALID_RSCN_COUNT; local 10797 rscn_count = port->fp_rscn_count; 10809 rscn_count = port->fp_rscn_count; 10905 cb_arg = (rscn_count == FC_INVALID_RSCN_COUNT) ? NULL : rscn_count; 10908 * One way that the rscn_count will get used is described below : 10911 * 2. Before mutex is released, a copy of it is stored in rscn_count. 10913 * by overloading the job_cb_arg to pass the rscn_count 10925 * rscn_count on that instance of the port. If they don't match up 12428 * decrement the rscn_count [all...] |
Completed in 101 milliseconds