Lines Matching refs:r_ctl
43 enum fc_rctl r_ctl,
47 WARN_ON(r_ctl == 0);
48 fh->fh_r_ctl = r_ctl;
61 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl,
68 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset);
116 * @r_ctl: pointer to FC header R_CTL.
121 unsigned int op, enum fc_rctl *r_ctl,
189 *r_ctl = FC_RCTL_DD_UNSOL_CTL;
200 * @r_ctl: pointer to FC header R_CTL.
205 unsigned int op, enum fc_rctl *r_ctl,
483 *r_ctl = FC_RCTL_DD_UNSOL_CTL;
494 * @r_ctl: pointer to FC header R_CTL.
499 unsigned int op, enum fc_rctl *r_ctl,
506 rc = fc_ct_ms_fill(lport, fc_id, fp, op, r_ctl, fh_type);
511 rc = fc_ct_ns_fill(lport, fc_id, fp, op, r_ctl, fh_type);
680 enum fc_rctl *r_ctl, enum fc_fh_type *fh_type)
723 *r_ctl = FC_RCTL_ELS_REQ;