/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_exch.c | 274 u32 f_ctl) in fc_exch_setup_hdr() argument 283 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr() 301 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 480 u32 f_ctl; in fc_seq_send_locked() local 492 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 493 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked() 520 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked() 521 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked() 579 ep->f_ctl, sp->id); in fc_seq_start_next_locked() 888 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 | 624 u32 f_ctl; in fc_fcp_send_data() local 659 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data() 727 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data() 731 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data() 999 u32 f_ctl; in fc_fcp_complete_locked() local 1032 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked() 1033 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked() 1037 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | horus3a.c | 183 u8 f_ctl = 0; in horus3a_set_params() local 213 f_ctl = 0x1C; in horus3a_set_params() 217 f_ctl = 0x18; in horus3a_set_params() 221 f_ctl = 0x14; in horus3a_set_params() 225 f_ctl = 0x10; in horus3a_set_params() 229 f_ctl = 0x0C; in horus3a_set_params() 233 f_ctl = 0x0A; in horus3a_set_params() 237 f_ctl = 0x07; in horus3a_set_params() 241 f_ctl = 0x04; in horus3a_set_params() 245 f_ctl = 0x02; in horus3a_set_params() [all …]
|
/Linux-v4.19/drivers/target/tcm_fc/ |
D | tfc_io.c | 62 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; in ft_queue_data_in() local 174 f_ctl |= FC_FC_END_SEQ; in ft_queue_data_in() 176 FC_TYPE_FCP, f_ctl, fh_off); in ft_queue_data_in() 226 u32 f_ctl; in ft_recv_write_data() local 233 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data() 250 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 269 if (f_ctl & FC_FC_SEQ_INIT) in ft_recv_write_data()
|
D | tfc_cmd.c | 205 u32 f_ctl; in ft_write_pending() local 226 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending() 229 if (f_ctl & FC_FC_EX_CTX) { in ft_write_pending()
|
/Linux-v4.19/include/scsi/ |
D | fc_encode.h | 57 u32 f_ctl, u32 parm_offset) in __fc_fill_fc_hdr() argument 64 hton24(fh->fh_f_ctl, f_ctl); in __fc_fill_fc_hdr() 75 u32 f_ctl, u32 parm_offset) in fc_fill_fc_hdr() argument 80 __fc_fill_fc_hdr(fh, r_ctl, did, sid, type, f_ctl, parm_offset); in fc_fill_fc_hdr()
|
D | libfc.h | 456 u32 f_ctl; member 975 enum fc_rctl, u32 f_ctl, u16 seq_cnt, u32 parm_offset);
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nvme.h | 127 uint8_t f_ctl[3]; member
|
D | qla_target.h | 267 uint8_t f_ctl[3]; member 281 uint8_t f_ctl[3]; member
|
D | qla_target.c | 1728 uint32_t f_ctl; in qlt_24xx_send_abts_resp() local 1751 f_ctl = cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp() 1754 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp() 1755 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp() 1756 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp() 1757 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 51 fc_els_req_tmpl.f_ctl = in fcbuild_init() 62 fc_els_rsp_tmpl.f_ctl = in fcbuild_init() 72 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init() 81 fc_bls_rsp_tmpl.f_ctl = in fcbuild_init() 131 fcp_fchs_tmpl.f_ctl = in fcbuild_init() 145 fchs->f_ctl = in fc_gs_fchdr_build() 167 fchs->f_ctl = in fc_gsresp_fchdr_build()
|
D | bfa_fc.h | 78 u32 f_ctl:24; /* initial frame control */ member
|
/Linux-v4.19/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 179 u8 f_ctl[3]; member
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_main.c | 2176 u32 f_ctl; in qedf_recv_frame() local 2274 f_ctl = ntoh24(fh->fh_f_ctl); in qedf_recv_frame() 2275 if ((fh->fh_type == FC_TYPE_BLS) && (f_ctl & FC_FC_SEQ_CTX) && in qedf_recv_frame() 2276 (f_ctl & FC_FC_EX_CTX)) { in qedf_recv_frame()
|
/Linux-v4.19/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2481 u8 f_ctl[3]; member
|