Home
last modified time | relevance | path

Searched refs:f_ctl (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/libfc/
Dfc_exch.c272 u32 f_ctl) in fc_exch_setup_hdr() argument
281 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr()
299 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr()
472 u32 f_ctl; in fc_seq_send_locked() local
478 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked()
479 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked()
506 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked()
507 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked()
562 ep->f_ctl, sp->id); in fc_seq_start_next_locked()
792 ep->f_ctl = FC_FC_FIRST_SEQ; /* next seq is first seq */ in fc_exch_em_alloc()
[all …]
Dfc_libfc.c167 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument
177 if (f_ctl & FC_FC_END_SEQ) { in fc_fill_hdr()
182 f_ctl |= fill; in fc_fill_hdr()
194 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
Dfc_fcp.c578 u32 f_ctl; in fc_fcp_send_data() local
613 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data()
681 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data()
685 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data()
945 u32 f_ctl; in fc_fcp_complete_locked() local
976 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked()
977 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked()
981 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
/drivers/target/tcm_fc/
Dtfc_io.c68 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; in ft_queue_data_in() local
176 f_ctl |= FC_FC_END_SEQ; in ft_queue_data_in()
178 FC_TYPE_FCP, f_ctl, fh_off); in ft_queue_data_in()
219 u32 f_ctl; in ft_recv_write_data() local
226 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data()
243 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data()
262 if (f_ctl & FC_FC_SEQ_INIT) in ft_recv_write_data()
Dtfc_cmd.c193 u32 f_ctl; in ft_write_pending() local
214 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending()
217 if (f_ctl & FC_FC_EX_CTX) { in ft_write_pending()
/drivers/scsi/bfa/
Dbfa_fcbuild.c50 fc_els_req_tmpl.f_ctl = in fcbuild_init()
61 fc_els_rsp_tmpl.f_ctl = in fcbuild_init()
71 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init()
80 fc_bls_rsp_tmpl.f_ctl = in fcbuild_init()
130 fcp_fchs_tmpl.f_ctl = in fcbuild_init()
144 fchs->f_ctl = in fc_gs_fchdr_build()
166 fchs->f_ctl = in fc_gsresp_fchdr_build()
Dbfa_fc.h77 u32 f_ctl:24; /* initial frame control */ member
/drivers/scsi/qla2xxx/
Dqla_target.h314 uint8_t f_ctl[3]; member
328 uint8_t f_ctl[3]; member
Dqla_target.c1147 uint32_t f_ctl; in qlt_24xx_send_abts_resp() local
1173 f_ctl = __constant_cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp()
1176 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp()
1177 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1178 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
1179 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
/drivers/scsi/bnx2fc/
D57xx_hsi_bnx2fc.h165 u8 f_ctl[3]; member
/drivers/net/ethernet/broadcom/
Dcnic_defs.h2480 u8 f_ctl[3]; member