Searched refs:f_ctl (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/libfc/ |
D | fc_exch.c | 272 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 …]
|
D | fc_libfc.c | 167 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()
|
D | fc_fcp.c | 578 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/ |
D | tfc_io.c | 68 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()
|
D | tfc_cmd.c | 193 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/ |
D | bfa_fcbuild.c | 50 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()
|
D | bfa_fc.h | 77 u32 f_ctl:24; /* initial frame control */ member
|
/drivers/scsi/qla2xxx/ |
D | qla_target.h | 314 uint8_t f_ctl[3]; member 328 uint8_t f_ctl[3]; member
|
D | qla_target.c | 1147 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/ |
D | 57xx_hsi_bnx2fc.h | 165 u8 f_ctl[3]; member
|
/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2480 u8 f_ctl[3]; member
|