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()
1777 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_queuecommand() local
1834 ioreq->rnode = rn; in csio_queuecommand()
1921 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_abort_handler() local
1931 if (!rn) in csio_eh_abort_handler()
1937 ioreq, cmnd, *((uint64_t *)cmnd->cmnd), rn->flowid, in csio_eh_abort_handler()
2067 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_lun_reset_handler() local
2076 if (!rn) in csio_eh_lun_reset_handler()
2080 cmnd->device->lun, rn->flowid, rn->scsi_id); in csio_eh_lun_reset_handler()
2102 if (fc_remote_port_chkready(rn->rport)) { in csio_eh_lun_reset_handler()
2106 rn->flowid, cmnd->device->lun); in csio_eh_lun_reset_handler()
2122 ioreq->rnode = rn; in csio_eh_lun_reset_handler()
2211 CSIO_INC_STATS(rn, n_lun_rst); in csio_eh_lun_reset_handler()
2221 CSIO_INC_STATS(rn, n_lun_rst_fail); in csio_eh_lun_reset_handler()