Lines Matching refs:r_ctl
378 enum fc_rctl r_ctl; in bnx2fc_rec_compl() local
514 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl()
520 r_ctl = FC_RCTL_DD_DATA_DESC; in bnx2fc_rec_compl()
522 offset, r_ctl)) in bnx2fc_rec_compl()
532 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl()
540 r_ctl = FC_RCTL_DD_SOL_DATA; in bnx2fc_rec_compl()
542 offset, r_ctl)) in bnx2fc_rec_compl()
556 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_rec_compl()
616 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) in bnx2fc_send_srr() argument
642 srr.srr_r_ctl = r_ctl; in bnx2fc_send_srr()
644 orig_io_req->srr_rctl = r_ctl; in bnx2fc_send_srr()