Home
last modified time | relevance | path

Searched defs:fchs (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_fcbuild.c130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build()
195 fc_plogi_x_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, in fc_plogi_x_build()
245 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, in fc_plogi_build()
263 fc_plogi_parse(struct fchs_s *fchs) in fc_plogi_parse()
279 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, in fc_prli_build()
298 fc_prli_acc_build(struct fchs_s *fchs, void *pld, u32 d_id, u32 s_id, in fc_prli_acc_build()
603 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, u16 ox_id, in fc_gidpn_build()
635 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr, in fc_gs_rjt_build()
650 fc_scr_build(struct fchs_s *fchs, struct fc_scr_s *scr, in fc_scr_build()
733 fc_rsnn_nn_build(struct fchs_s *fchs, void *pyld, u32 s_id, in fc_rsnn_nn_build()
[all …]
H A Dbfa_fcs_rport.c1713 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() local
1833 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local
1930 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local
2086 struct fchs_s fchs; in bfa_fcs_rport_send_logo() local
2124 struct fchs_s fchs; in bfa_fcs_rport_send_logo_acc() local
2174 struct fchs_s fchs; in bfa_fcs_rport_process_prli() local
2220 struct fchs_s fchs; in bfa_fcs_rport_process_rpsc() local
2257 struct fchs_s fchs; in bfa_fcs_rport_process_adisc() local
2911 struct fchs_s fchs; in bfa_fcs_rport_send_prlo_acc() local
2937 struct fchs_s fchs; in bfa_fcs_rport_send_ls_rjt() local
[all …]
H A Dbfa_fcs_lport.c368 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() local
396 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() local
535 struct fchs_s fchs; in bfa_fcs_lport_echo() local
578 struct fchs_s fchs; in bfa_fcs_lport_rnid() local
713 struct fchs_s fchs; in bfa_fcs_lport_abts_acc() local
1818 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rhba() local
2159 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rprt() local
2482 struct fchs_s fchs; in bfa_fcs_lport_fdmi_send_rpa() local
3086 struct fchs_s fchs; in bfa_fcs_lport_ms_send_gmal() local
3364 struct fchs_s fchs; in bfa_fcs_lport_ms_send_plogi() local
[all …]
H A Dbfa_fcs.c1194 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_uf_recv()
1263 bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_process_uf()
1288 struct fchs_s *fchs, u16 len) in bfa_fcs_fabric_process_flogi()
1327 struct fchs_s fchs; in bfa_fcs_fabric_send_flogi_acc() local
1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() local
H A Dbfa_fcs_fcpim.c463 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() local
829 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv()
H A Dbfad_drv.h269 struct fchs_s fchs; member
H A Dbfi_ms.h353 struct fchs_s fchs; /* request FC header structure */ member
370 struct fchs_s fchs; /* response FC header structure */ member
H A Dbfa_svc.c703 struct fchs_s *fchs) in hal_fcxp_tx_plog()
979 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send()
H A Dbfa_svc.h136 struct fchs_s fchs; /* request FC header structure */ member
H A Dbfad_bsg.h814 struct fchs_s fchs; member
/linux-6.15/arch/x86/math-emu/
H A Dfpu_etc.c20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() function