Lines Matching refs:r_ctl
608 static int qedf_send_srr(struct qedf_ioreq *orig_io_req, u32 offset, u8 r_ctl) in qedf_send_srr() argument
661 srr.srr_r_ctl = r_ctl; in qedf_send_srr()
682 u32 offset, u8 r_ctl) in qedf_initiate_seq_cleanup() argument
708 cb_arg->r_ctl = r_ctl; in qedf_initiate_seq_cleanup()
746 rc = qedf_send_srr(io_req, cb_arg->offset, cb_arg->r_ctl); in qedf_process_seq_cleanup_compl()
830 enum fc_rctl r_ctl; in qedf_rec_compl() local
929 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
935 r_ctl = FC_RCTL_DD_DATA_DESC; in qedf_rec_compl()
946 r_ctl = FC_RCTL_DD_CMD_STATUS; in qedf_rec_compl()
956 r_ctl = FC_RCTL_DD_SOL_DATA; in qedf_rec_compl()
961 qedf_send_srr(orig_io_req, offset, r_ctl); in qedf_rec_compl()
963 qedf_initiate_seq_cleanup(orig_io_req, offset, r_ctl); in qedf_rec_compl()