/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_fcbuild.c | 137 fchs->f_ctl = in fc_gs_fchdr_build() 141 fchs->d_id = (d_id); in fc_gs_fchdr_build() 142 fchs->s_id = (s_id); in fc_gs_fchdr_build() 159 fchs->f_ctl = in fc_gsresp_fchdr_build() 162 fchs->d_id = d_id; in fc_gsresp_fchdr_build() 163 fchs->s_id = s_id; in fc_gsresp_fchdr_build() 164 fchs->ox_id = ox_id; in fc_gsresp_fchdr_build() 180 fchs->d_id = d_id; in fc_els_rsp_build() 181 fchs->s_id = s_id; in fc_els_rsp_build() 189 fchs->d_id = d_id; in fc_bls_rsp_build() [all …]
|
A D | bfa_fcbuild.h | 149 enum fc_parse_status fc_plogi_parse(struct fchs_s *fchs); 161 u16 fc_rsnn_nn_build(struct fchs_s *fchs, void *pld, u32 s_id, 171 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, 180 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr, 223 u16 fc_rnid_acc_build(struct fchs_s *fchs, 233 u16 fc_rpsc_acc_build(struct fchs_s *fchs, 267 void fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 289 u16 fc_pdisc_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 295 u16 fc_prlo_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 298 u16 fc_tprlo_build(struct fchs_s *fchs, u32 d_id, u32 s_id, [all …]
|
A D | bfa_fcs.c | 165 struct fchs_s *fchs, u16 len); 1197 u32 pid = fchs->d_id; in bfa_fcs_fabric_uf_recv() 1256 bfa_trc(fabric->fcs, fchs->type); in bfa_fcs_fabric_uf_recv() 1288 struct fchs_s *fchs, u16 len) in bfa_fcs_fabric_process_flogi() argument 1327 struct fchs_s fchs; in bfa_fcs_fabric_send_flogi_acc() local 1564 bfa_trc(fcs, ((u32 *) fchs)[0]); in bfa_fcs_uf_recv() 1565 bfa_trc(fcs, ((u32 *) fchs)[1]); in bfa_fcs_uf_recv() 1566 bfa_trc(fcs, ((u32 *) fchs)[2]); in bfa_fcs_uf_recv() 1567 bfa_trc(fcs, ((u32 *) fchs)[3]); in bfa_fcs_uf_recv() 1568 bfa_trc(fcs, ((u32 *) fchs)[4]); in bfa_fcs_uf_recv() [all …]
|
A D | bfa_fcs_rport.c | 1697 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() local 1817 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local 1914 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local 2070 struct fchs_s fchs; in bfa_fcs_rport_send_logo() local 2108 struct fchs_s fchs; in bfa_fcs_rport_send_logo_acc() local 2158 struct fchs_s fchs; in bfa_fcs_rport_process_prli() local 2204 struct fchs_s fchs; in bfa_fcs_rport_process_rpsc() local 2241 struct fchs_s fchs; in bfa_fcs_rport_process_adisc() local 2916 struct fchs_s fchs; in bfa_fcs_rport_send_prlo_acc() local 2942 struct fchs_s fchs; in bfa_fcs_rport_send_ls_rjt() local [all …]
|
A D | bfa_fcs_lport.c | 381 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() local 409 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() local 548 struct fchs_s fchs; in bfa_fcs_lport_echo() local 591 struct fchs_s fchs; in bfa_fcs_lport_rnid() local 726 struct fchs_s fchs; in bfa_fcs_lport_abts_acc() local 1864 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rhba() local 2205 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rprt() local 2528 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rpa() local 3145 struct fchs_s fchs; in bfa_fcs_lport_ms_send_gmal() local 3423 struct fchs_s fchs; in bfa_fcs_lport_ms_send_plogi() local [all …]
|
A D | bfa_fcs_fcpim.c | 446 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() local 462 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli() 466 BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_itnim_send_prli() 812 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv() argument 816 bfa_trc(itnim->fcs, fchs->type); in bfa_fcs_fcpim_uf_recv() 818 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_fcpim_uf_recv() 821 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fcpim_uf_recv() 827 bfa_fcs_rport_prlo(itnim->rport, fchs->ox_id); in bfa_fcs_fcpim_uf_recv()
|
A D | bfa_fcs.h | 310 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs, 467 struct fchs_s *fchs, u16 len); 477 void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, 603 struct fchs_s *fchs, u16 len); 811 struct fchs_s *fchs, u16 len);
|
A D | bfi_ms.h | 353 struct fchs_s fchs; /* request FC header structure */ member 370 struct fchs_s fchs; /* response FC header structure */ member
|
A D | bfa_svc.h | 136 struct fchs_s fchs; /* request FC header structure */ member 214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs)) 630 u32 reqlen, struct fchs_s *fchs,
|
A D | bfad_drv.h | 267 struct fchs_s fchs; member
|
A D | bfa_svc.c | 101 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 696 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp() 705 fcxp->rsp_fchs = fcxp_rsp->fchs; in hal_fcxp_send_comp() 717 struct fchs_s *fchs) in hal_fcxp_tx_plog() argument 729 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog() 735 fchs); in hal_fcxp_tx_plog() 739 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog() 755 &fcxp_rsp->fchs, pld_w0); in hal_fcxp_rx_plog() 760 &fcxp_rsp->fchs); in hal_fcxp_rx_plog() 813 send_req->fchs = reqi->fchs; in bfa_fcxp_queue() [all …]
|
A D | bfad_bsg.h | 814 struct fchs_s fchs; member
|
A D | bfad_bsg.c | 3357 lp_tag = bfa_lps_get_tag_from_pid(&bfad->bfa, bsg_fcpt->fchs.s_id); in bfad_fcxp_bsg_send() 3362 &bsg_fcpt->fchs, bfad_send_fcpt_cb, bfad, in bfad_fcxp_bsg_send()
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | fpu_etc.c | 20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() function 124 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
|