Searched defs:r_ctl (Results 1 - 1 of 1) sorted by last modified time

/include/scsi/
H A Dfc_encode.h55 enum fc_rctl r_ctl,
59 WARN_ON(r_ctl == 0);
60 fh->fh_r_ctl = r_ctl;
73 static inline void fc_fill_fc_hdr(struct fc_frame *fp, enum fc_rctl r_ctl, argument
80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset);
128 * @r_ctl: pointer to FC header R_CTL.
133 unsigned int op, enum fc_rctl *r_ctl,
201 *r_ctl = FC_RCTL_DD_UNSOL_CTL;
212 * @r_ctl: pointer to FC header R_CTL.
217 unsigned int op, enum fc_rctl *r_ctl,
54 __fc_fill_fc_hdr(struct fc_frame_header *fh, enum fc_rctl r_ctl, u32 did, u32 sid, enum fc_fh_type type, u32 f_ctl, u32 parm_offset) argument
131 fc_ct_ns_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
215 fc_ct_ms_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
509 fc_ct_fill(struct fc_lport *lport, u32 fc_id, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type, u32 *did) argument
689 fc_els_fill(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, enum fc_rctl *r_ctl, enum fc_fh_type *fh_type) argument
[all...]

Completed in 47 milliseconds