| /Linux-v5.4/drivers/scsi/libfc/ |
| D | fc_exch.c | 262 u32 f_ctl) in fc_exch_setup_hdr() argument 271 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr() 289 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 468 u32 f_ctl; in fc_seq_send_locked() local 480 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 481 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked() 508 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked() 509 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked() 567 ep->f_ctl, sp->id); in fc_seq_start_next_locked() 876 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 | 612 u32 f_ctl; in fc_fcp_send_data() local 647 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data() 715 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data() 719 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data() 987 u32 f_ctl; in fc_fcp_complete_locked() local 1020 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked() 1021 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked() 1025 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
|
| /Linux-v5.4/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-v5.4/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() 237 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 256 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()
|
| /Linux-v5.4/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);
|
| /Linux-v5.4/drivers/scsi/qla2xxx/ |
| D | qla_nvme.h | 123 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 | 1720 uint32_t f_ctl, h; in qlt_build_abts_resp_iocb() local 1761 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_build_abts_resp_iocb() 1764 p = (uint8_t *)&f_ctl; in qlt_build_abts_resp_iocb() 1765 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb() 1766 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb() 1767 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb() 1809 uint32_t f_ctl; in qlt_24xx_send_abts_resp() local 1833 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp() 1836 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp() 1837 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp() [all …]
|
| /Linux-v5.4/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
|
| /Linux-v5.4/drivers/scsi/bnx2fc/ |
| D | 57xx_hsi_bnx2fc.h | 179 u8 f_ctl[3]; member
|
| /Linux-v5.4/drivers/scsi/qedf/ |
| D | qedf_main.c | 2342 u32 f_ctl; in qedf_recv_frame() local 2442 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame() 2443 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame() 2444 (f_ctl & FC_FC_EX_CTX)) { in qedf_recv_frame()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | cnic_defs.h | 2481 u8 f_ctl[3]; member
|