Lines Matching refs:r_ctl
623 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument
676 srr.srr_r_ctl = r_ctl; in qedf_send_srr()
697 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument
723 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup()
761 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
845 enum fc_rctl r_ctl; in qedf_rec_compl() local
949 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
955 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl()
966 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
976 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl()
981 qedf_send_srr(orig_io_req, offset, r_ctl); in qedf_rec_compl()
983 qedf_initiate_seq_cleanup(orig_io_req, offset, r_ctl); in qedf_rec_compl()