Searched refs:f_ctl (Results 1 – 12 of 12) sorted by relevance
/drivers/scsi/libfc/ |
D | fc_exch.c | 273 u32 f_ctl) in fc_exch_setup_hdr() argument 282 if (f_ctl & FC_FC_END_SEQ) { in fc_exch_setup_hdr() 300 hton24(fh->fh_f_ctl, f_ctl | fill); in fc_exch_setup_hdr() 472 u32 f_ctl; in fc_seq_send_locked() local 484 f_ctl = ntoh24(fh->fh_f_ctl); in fc_seq_send_locked() 485 fc_exch_setup_hdr(ep, fp, f_ctl); in fc_seq_send_locked() 512 ep->f_ctl = f_ctl & ~FC_FC_FIRST_SEQ; /* not first seq */ in fc_seq_send_locked() 513 if (f_ctl & FC_FC_SEQ_INIT) in fc_seq_send_locked() 571 ep->f_ctl, sp->id); in fc_seq_start_next_locked() 865 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 | 578 u32 f_ctl; in fc_fcp_send_data() local 613 f_ctl = FC_FC_REL_OFF; in fc_fcp_send_data() 681 f_ctl |= FC_FC_SEQ_INIT | FC_FC_END_SEQ; in fc_fcp_send_data() 685 FC_TYPE_FCP, f_ctl, fh_parm_offset); in fc_fcp_send_data() 946 u32 f_ctl; in fc_fcp_complete_locked() local 976 f_ctl = FC_FC_SEQ_INIT; in fc_fcp_complete_locked() 977 f_ctl |= FC_FC_LAST_SEQ | FC_FC_END_SEQ; in fc_fcp_complete_locked() 981 FC_TYPE_FCP, f_ctl, 0); in fc_fcp_complete_locked()
|
/drivers/target/tcm_fc/ |
D | tfc_io.c | 68 u32 f_ctl = FC_FC_EX_CTX | FC_FC_REL_OFF; in ft_queue_data_in() local 180 f_ctl |= FC_FC_END_SEQ; in ft_queue_data_in() 182 FC_TYPE_FCP, f_ctl, fh_off); in ft_queue_data_in() 232 u32 f_ctl; in ft_recv_write_data() local 239 f_ctl = ntoh24(fh->fh_f_ctl); in ft_recv_write_data() 256 "not set\n", __func__, ep->xid, f_ctl, in ft_recv_write_data() 275 if (f_ctl & FC_FC_SEQ_INIT) in ft_recv_write_data()
|
D | tfc_cmd.c | 209 u32 f_ctl; in ft_write_pending() local 230 f_ctl = ntoh24(fh->fh_f_ctl); in ft_write_pending() 233 if (f_ctl & FC_FC_EX_CTX) { in ft_write_pending()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_fcoe.c | 223 u32 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_fc_get_xid() local 225 return (f_ctl & FC_FC_EX_CTX) ? in i40e_fcoe_fc_get_xid() 774 u32 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_handle_offload() local 776 if ((f_ctl & FC_FC_END_SEQ) && in i40e_fcoe_handle_offload() 1155 u32 f_ctl; in i40e_fcoe_handle_ddp() local 1160 f_ctl = ntoh24(fh->fh_f_ctl); in i40e_fcoe_handle_ddp() 1164 if ((r_ctl == FC_RCTL_DD_DATA_DESC) && (f_ctl & FC_FC_EX_CTX)) { in i40e_fcoe_handle_ddp()
|
/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 50 fc_els_req_tmpl.f_ctl = in fcbuild_init() 61 fc_els_rsp_tmpl.f_ctl = in fcbuild_init() 71 fc_bls_req_tmpl.f_ctl = bfa_hton3b(FCTL_END_SEQ | FCTL_SI_XFER); in fcbuild_init() 80 fc_bls_rsp_tmpl.f_ctl = in fcbuild_init() 130 fcp_fchs_tmpl.f_ctl = in fcbuild_init() 144 fchs->f_ctl = in fc_gs_fchdr_build() 166 fchs->f_ctl = in fc_gsresp_fchdr_build()
|
D | bfa_fc.h | 77 u32 f_ctl:24; /* initial frame control */ member
|
/drivers/scsi/qla2xxx/ |
D | qla_target.h | 333 uint8_t f_ctl[3]; member 347 uint8_t f_ctl[3]; member
|
D | qla_target.c | 1176 uint32_t f_ctl; in qlt_24xx_send_abts_resp() local 1202 f_ctl = __constant_cpu_to_le32(F_CTL_EXCH_CONTEXT_RESP | in qlt_24xx_send_abts_resp() 1205 p = (uint8_t *)&f_ctl; in qlt_24xx_send_abts_resp() 1206 resp->fcp_hdr_le.f_ctl[0] = *p++; in qlt_24xx_send_abts_resp() 1207 resp->fcp_hdr_le.f_ctl[1] = *p++; in qlt_24xx_send_abts_resp() 1208 resp->fcp_hdr_le.f_ctl[2] = *p; in qlt_24xx_send_abts_resp()
|
/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 178 u8 f_ctl[3]; member
|
/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 2481 u8 f_ctl[3]; member
|