/linux-6.12.1/drivers/scsi/libfc/ |
D | fc_exch.c | 263 u32 f_ctl) in fc_exch_setup_hdr() argument 272 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr() 290 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 469 u32 f_ctl; in fc_seq_send_locked() local 481 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 482 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked() 509 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked() 510 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked() 568 ep->f_ctl, sp->id); in fc_seq_start_next_locked() 879 ep->f_ctl = FC_FC_FIRST_SEQ; /* next seq is first seq */ in fc_exch_em_alloc() [all …]
|
D | fc_libfc.c | 155 enum fc_rctl r_ctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset) in fc_fill_hdr() argument 165 if (f_ctl & FC_FC_END_SEQ) { in fc_fill_hdr() 170 f_ctl |= fill; in fc_fill_hdr() 182 hton24(fh->fh_f_ctl, f_ctl); in fc_fill_hdr()
|
D | fc_fcp.c | 608 u32 f_ctl; in fc_fcp_send_data() local 643 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data() 711 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data() 715 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data() 983 u32 f_ctl; in fc_fcp_complete_locked() local 1016 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked() 1017 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked() 1021 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | horus3a.c | 174 u8 f_ctl = 0; in horus3a_set_params() local 204 f_ctl = 0x1C; in horus3a_set_params() 208 f_ctl = 0x18; in horus3a_set_params() 212 f_ctl = 0x14; in horus3a_set_params() 216 f_ctl = 0x10; in horus3a_set_params() 220 f_ctl = 0x0C; in horus3a_set_params() 224 f_ctl = 0x0A; in horus3a_set_params() 228 f_ctl = 0x07; in horus3a_set_params() 232 f_ctl = 0x04; in horus3a_set_params() 236 f_ctl = 0x02; in horus3a_set_params() [all …]
|
/linux-6.12.1/drivers/target/tcm_fc/ |
D | tfc_io.c | 49 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; in ft_queue_data_in() local 160 f_ctl |= FC_FC_END_SEQ; in ft_queue_data_in() 162 FC_TYPE_FCP, f_ctl, fh_off); in ft_queue_data_in() 212 u32 f_ctl; in ft_recv_write_data() local 219 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data() 235 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 254 if (f_ctl & FC_FC_SEQ_INIT) in ft_recv_write_data()
|
D | tfc_cmd.c | 185 u32 f_ctl; in ft_write_pending() local 206 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending() 209 if (f_ctl & FC_FC_EX_CTX) { in ft_write_pending()
|
/linux-6.12.1/include/scsi/ |
D | fc_frame.h | 252 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 259 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr() 270 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 275 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
D | libfc.h | 459 u32 f_ctl; member 984 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_nvme.h | 128 uint8_t f_ctl[3]; member
|
D | qla_target.h | 259 uint8_t f_ctl[3]; member 273 uint8_t f_ctl[3]; member
|
D | qla_target.c | 1773 __le32 f_ctl; in qlt_build_abts_resp_iocb() local 1815 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_build_abts_resp_iocb() 1818 p = (uint8_t *)&f_ctl; in qlt_build_abts_resp_iocb() 1819 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb() 1820 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb() 1821 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb() 1863 __le32 f_ctl; in qlt_24xx_send_abts_resp() local 1887 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp() 1890 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp() 1891 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp() [all …]
|
D | qla_fw.h | 760 uint8_t f_ctl[3]; member 1055 uint8_t f_ctl[3]; member
|
D | qla_isr.c | 151 fctl = ~(abts->f_ctl[2] | 0x7F) << 16 | in qla24xx_process_abts() 153 abts_rsp->f_ctl[0] = fctl >> 0 & 0xff; in qla24xx_process_abts() 154 abts_rsp->f_ctl[1] = fctl >> 8 & 0xff; in qla24xx_process_abts() 155 abts_rsp->f_ctl[2] = fctl >> 16 & 0xff; in qla24xx_process_abts()
|
/linux-6.12.1/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 43 fc_els_req_tmpl.f_ctl = in fcbuild_init() 54 fc_els_rsp_tmpl.f_ctl = in fcbuild_init() 64 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init() 73 fc_bls_rsp_tmpl.f_ctl = in fcbuild_init() 123 fcp_fchs_tmpl.f_ctl = in fcbuild_init() 137 fchs->f_ctl = in fc_gs_fchdr_build() 159 fchs->f_ctl = in fc_gsresp_fchdr_build()
|
D | bfa_fc.h | 55 u32 f_ctl:24; /* initial frame control */ member
|
/linux-6.12.1/drivers/scsi/elx/efct/ |
D | efct_unsol.c | 223 enum fc_rctl r_ctl, u32 f_ctl, in efct_sframe_common_send() argument 245 hton24(hdr.fh_f_ctl, f_ctl); in efct_sframe_common_send()
|
/linux-6.12.1/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 179 u8 f_ctl[3]; member
|
/linux-6.12.1/drivers/scsi/qedf/ |
D | qedf_main.c | 2482 u32 f_ctl; in qedf_recv_frame() local 2582 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame() 2583 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame() 2584 (f_ctl & FC_FC_EX_CTX)) { in qedf_recv_frame()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2481 u8 f_ctl[3]; member
|