Searched refs:f_ctl (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/libfc/
H A Dfc_exch.c271 * @f_ctl: F_CTL bits that will be used for the frame header
277 u32 f_ctl)
286 if (f_ctl & FC_FC_END_SEQ) {
293 * multiple is the low order 2-bits of the f_ctl.
304 hton24(fh->fh_f_ctl, f_ctl | fill);
472 u32 f_ctl; local
478 f_ctl = ntoh24(fh->fh_f_ctl);
479 fc_exch_setup_hdr(ep, fp, f_ctl);
507 ep->f_ctl = f_ctl
276 fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, u32 f_ctl) argument
913 u32 f_ctl; local
1039 u32 f_ctl; local
1123 u32 f_ctl; local
1146 unsigned int f_ctl; local
1208 unsigned int f_ctl; local
1427 u32 f_ctl; local
1622 u32 f_ctl; local
2349 fc_find_ema(u32 f_ctl, struct fc_lport *lport, struct fc_frame_header *fh) argument
2381 u32 f_ctl; local
[all...]
H A Dfc_libfc.c162 * @f_ctl: F_CTL value for header, with 0 pad
167 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset)
177 if (f_ctl & FC_FC_END_SEQ) {
182 f_ctl |= fill;
194 hton24(fh->fh_f_ctl, f_ctl);
166 fc_fill_hdr(struct fc_frame *fp, const struct fc_frame *in_fp, enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) argument
H A Dfc_fcp.c570 u32 f_ctl; local
605 f_ctl = FC_FC_REL_OFF;
673 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ;
677 FC_TYPE_FCP, f_ctl, fh_parm_offset);
936 u32 f_ctl; local
967 f_ctl = FC_FC_SEQ_INIT;
968 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ;
972 FC_TYPE_FCP, f_ctl, 0);
/drivers/target/tcm_fc/
H A Dtfc_io.c69 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; local
170 f_ctl |= FC_FC_END_SEQ;
172 FC_TYPE_FCP, f_ctl, fh_off);
206 u32 f_ctl; local
213 f_ctl = ntoh24(fh->fh_f_ctl);
225 pr_err("%s: xid 0x%x, f_ctl 0x%x, cmd->sg %p, "
229 "'Sequence Initiative' bit in f_ctl is"
230 "not set\n", __func__, ep->xid, f_ctl,
240 * If "Sequence Initiative (TSI)" bit set in f_ctl, means last
249 if (f_ctl
[all...]
H A Dtfc_cmd.c188 u32 f_ctl; local
209 f_ctl = ntoh24(fh->fh_f_ctl);
212 if (f_ctl & FC_FC_EX_CTX) {
/drivers/scsi/bfa/
H A Dbfa_fcbuild.c50 fc_els_req_tmpl.f_ctl =
61 fc_els_rsp_tmpl.f_ctl =
71 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER);
80 fc_bls_rsp_tmpl.f_ctl =
130 fcp_fchs_tmpl.f_ctl =
144 fchs->f_ctl =
166 fchs->f_ctl =
H A Dbfa_fc.h76 u32 f_ctl:24; /* initial frame control */ member in struct:fchs_s
/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h165 u8 f_ctl[3]; member in struct:fcoe_fc_hdr
/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2480 u8 f_ctl[3]; member in struct:fcoe_fc_hdr

Completed in 203 milliseconds