Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_exch.c263 u32 f_ctl) in fc_exch_setup_hdr() argument
469 u32 f_ctl; in fc_seq_send_locked() local
509 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked()
1046 u32 f_ctl; in fc_seq_lookup_recip() local
1174 u32 f_ctl; in fc_seq_lookup_orig() local
1259 u32 f_ctl; in fc_seq_send_last() local
1263 f_ctl |= ep->f_ctl; in fc_seq_send_last()
1577 u32 f_ctl; in fc_exch_recv_seq_resp() local
1768 u32 f_ctl; in fc_exch_recv_bls() local
2606 u32 f_ctl; in fc_exch_recv() local
[all …]
A Dfc_libfc.c155 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()
A Dfc_fcp.c603 u32 f_ctl; in fc_fcp_send_data() local
638 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data()
706 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data()
710 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data()
978 u32 f_ctl; in fc_fcp_complete_locked() local
1011 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked()
1012 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked()
1016 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
/linux-6.3-rc2/drivers/media/dvb-frontends/
A Dhorus3a.c174 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.3-rc2/drivers/target/tcm_fc/
A Dtfc_io.c49 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()
A Dtfc_cmd.c185 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.3-rc2/include/scsi/
A Dfc_frame.h252 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()
A Dlibfc.h453 u32 f_ctl; member
972 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
/linux-6.3-rc2/drivers/scsi/qla2xxx/
A Dqla_nvme.h123 uint8_t f_ctl[3]; member
A Dqla_target.h259 uint8_t f_ctl[3]; member
273 uint8_t f_ctl[3]; member
A Dqla_target.c1763 __le32 f_ctl; in qlt_build_abts_resp_iocb() local
1805 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_build_abts_resp_iocb()
1808 p = (uint8_t *)&f_ctl; in qlt_build_abts_resp_iocb()
1809 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_build_abts_resp_iocb()
1810 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_build_abts_resp_iocb()
1811 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_build_abts_resp_iocb()
1853 __le32 f_ctl; in qlt_24xx_send_abts_resp() local
1880 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp()
1881 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp()
1882 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp()
[all …]
A Dqla_fw.h760 uint8_t f_ctl[3]; member
1055 uint8_t f_ctl[3]; member
A Dqla_isr.c135 fctl = ~(abts->f_ctl[2] | 0x7F) << 16 | in qla24xx_process_abts()
137 abts_rsp->f_ctl[0] = fctl >> 0 & 0xff; in qla24xx_process_abts()
138 abts_rsp->f_ctl[1] = fctl >> 8 & 0xff; in qla24xx_process_abts()
139 abts_rsp->f_ctl[2] = fctl >> 16 & 0xff; in qla24xx_process_abts()
/linux-6.3-rc2/drivers/scsi/bfa/
A Dbfa_fcbuild.c43 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()
A Dbfa_fc.h55 u32 f_ctl:24; /* initial frame control */ member
/linux-6.3-rc2/drivers/scsi/elx/efct/
A Defct_unsol.c223 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.3-rc2/drivers/scsi/bnx2fc/
A D57xx_hsi_bnx2fc.h179 u8 f_ctl[3]; member
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_main.c2472 u32 f_ctl; in qedf_recv_frame() local
2572 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame()
2573 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame()
2574 (f_ctl & FC_FC_EX_CTX)) { in qedf_recv_frame()
/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dcnic_defs.h2481 u8 f_ctl[3]; member

Completed in 104 milliseconds