• Home
  • Raw
  • Download

Lines Matching refs:rn

204 	struct csio_rnode *rn = req->rnode;  in csio_scsi_init_cmd_wr()  local
211 wr->flowid_len16 = cpu_to_be32(FW_WR_FLOWID_V(rn->flowid) | in csio_scsi_init_cmd_wr()
363 struct csio_rnode *rn = req->rnode; in csio_scsi_init_read_wr() local
372 wr->flowid_len16 = cpu_to_be32(FW_WR_FLOWID_V(rn->flowid) | in csio_scsi_init_read_wr()
416 struct csio_rnode *rn = req->rnode; in csio_scsi_init_write_wr() local
425 wr->flowid_len16 = cpu_to_be32(FW_WR_FLOWID_V(rn->flowid) | in csio_scsi_init_write_wr()
650 struct csio_rnode *rn = req->rnode; in csio_scsi_init_abrt_cls_wr() local
654 wr->flowid_len16 = cpu_to_be32(FW_WR_FLOWID_V(rn->flowid) | in csio_scsi_init_abrt_cls_wr()
777 struct csio_rnode *rn; in csio_scsis_io_active() local
800 rn = req->rnode; in csio_scsis_io_active()
806 csio_is_rnode_ready(rn)) { in csio_scsis_io_active()
810 &rn->host_cmpl_q); in csio_scsis_io_active()
1568 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_scsi_err_handler() local
1639 rn->flowid); in csio_scsi_err_handler()
1780 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_queuecommand() local
1831 ioreq->rnode = rn; in csio_queuecommand()
1918 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_abort_handler() local
1928 if (!rn) in csio_eh_abort_handler()
1934 ioreq, cmnd, *((uint64_t *)cmnd->cmnd), rn->flowid, in csio_eh_abort_handler()
2063 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_lun_reset_handler() local
2072 if (!rn) in csio_eh_lun_reset_handler()
2076 cmnd->device->lun, rn->flowid, rn->scsi_id); in csio_eh_lun_reset_handler()
2098 if (fc_remote_port_chkready(rn->rport)) { in csio_eh_lun_reset_handler()
2102 rn->flowid, cmnd->device->lun); in csio_eh_lun_reset_handler()
2118 ioreq->rnode = rn; in csio_eh_lun_reset_handler()
2207 CSIO_INC_STATS(rn, n_lun_rst); in csio_eh_lun_reset_handler()
2217 CSIO_INC_STATS(rn, n_lun_rst_fail); in csio_eh_lun_reset_handler()