Lines Matching refs:r_ctl
386 enum fc_rctl r_ctl; in bnx2fc_rec_compl() local
522 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl()
528 r_ctl = FC_RCTL_DD_DATA_DESC; in bnx2fc_rec_compl()
530 offset, r_ctl)) in bnx2fc_rec_compl()
540 r_ctl = FC_RCTL_DD_CMD_STATUS; in bnx2fc_rec_compl()
548 r_ctl = FC_RCTL_DD_SOL_DATA; in bnx2fc_rec_compl()
550 offset, r_ctl)) in bnx2fc_rec_compl()
564 rc = bnx2fc_send_srr(orig_io_req, offset, r_ctl); in bnx2fc_rec_compl()
624 int bnx2fc_send_srr(struct bnx2fc_cmd *orig_io_req, u32 offset, u8 r_ctl) in bnx2fc_send_srr() argument
650 srr.srr_r_ctl = r_ctl; in bnx2fc_send_srr()
652 orig_io_req->srr_rctl = r_ctl; in bnx2fc_send_srr()