/kernel/linux/linux-5.10/drivers/scsi/libfc/ |
D | fc_exch.c | 264 u32 f_ctl) in fc_exch_setup_hdr() argument 273 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr() 291 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 470 u32 f_ctl; in fc_seq_send_locked() local 482 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 483 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked() 510 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked() 511 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked() 569 ep->f_ctl, sp->id); in fc_seq_start_next_locked() 881 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 | 613 u32 f_ctl; in fc_fcp_send_data() local 648 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data() 716 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data() 720 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data() 988 u32 f_ctl; in fc_fcp_complete_locked() local 1021 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked() 1022 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked() 1026 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/drivers/target/tcm_fc/ |
D | tfc_io.c | 50 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; in ft_queue_data_in() local 161 f_ctl |= FC_FC_END_SEQ; in ft_queue_data_in() 163 FC_TYPE_FCP, f_ctl, fh_off); in ft_queue_data_in() 213 u32 f_ctl; in ft_recv_write_data() local 220 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data() 236 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 255 if (f_ctl & FC_FC_SEQ_INIT) in ft_recv_write_data()
|
D | tfc_cmd.c | 186 u32 f_ctl; in ft_write_pending() local 207 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending() 210 if (f_ctl & FC_FC_EX_CTX) { in ft_write_pending()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | fc_encode.h | 45 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 52 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr() 63 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 68 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
D | libfc.h | 444 u32 f_ctl; member 963 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_nvme.h | 120 uint8_t f_ctl[3]; member
|
D | qla_target.h | 254 uint8_t f_ctl[3]; member 268 uint8_t f_ctl[3]; member
|
D | qla_target.c | 1733 __le32 f_ctl; in qlt_build_abts_resp_iocb() local 1775 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_build_abts_resp_iocb() 1778 p = (uint8_t *)&f_ctl; in qlt_build_abts_resp_iocb() 1779 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb() 1780 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb() 1781 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb() 1823 __le32 f_ctl; in qlt_24xx_send_abts_resp() local 1847 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp() 1850 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp() 1851 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp() [all …]
|
D | qla_fw.h | 755 uint8_t f_ctl[3]; member 1027 uint8_t f_ctl[3]; member
|
D | qla_isr.c | 134 fctl = ~(abts->f_ctl[2] | 0x7F) << 16 | in qla24xx_process_abts() 136 abts_rsp->f_ctl[0] = fctl >> 0 & 0xff; in qla24xx_process_abts() 137 abts_rsp->f_ctl[1] = fctl >> 8 & 0xff; in qla24xx_process_abts() 138 abts_rsp->f_ctl[2] = fctl >> 16 & 0xff; in qla24xx_process_abts()
|
/kernel/linux/linux-5.10/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 | 70 u32 f_ctl:24; /* initial frame control */ member
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 179 u8 f_ctl[3]; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
D | qedf_main.c | 2468 u32 f_ctl; in qedf_recv_frame() local 2568 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame() 2569 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame() 2570 (f_ctl & FC_FC_EX_CTX)) { in qedf_recv_frame()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2481 u8 f_ctl[3]; member
|