/linux/drivers/scsi/bfa/ |
H A D | bfa_fcbuild.c | 20 static void fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 22 static void fc_bls_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() argument 132 memset(fchs, 0, sizeof(struct fchs_s)); in fc_gs_fchdr_build() 134 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build() 135 fchs->cat_info = FC_CAT_UNSOLICIT_CTRL; in fc_gs_fchdr_build() 136 fchs->type = FC_TYPE_SERVICES; in fc_gs_fchdr_build() 137 fchs->f_ctl = in fc_gs_fchdr_build() 140 fchs->rx_id = FC_RXID_ANY; in fc_gs_fchdr_build() 141 fchs->d_id = (d_id); in fc_gs_fchdr_build() [all …]
|
H A D | bfa_fcbuild.h | 130 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 136 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, 140 enum fc_parse_status fc_plogi_parse(struct fchs_s *fchs); 142 u16 fc_rspnid_build(struct fchs_s *fchs, void *pld, u32 s_id, 144 u16 fc_rsnn_nn_build(struct fchs_s *fchs, void *pld, u32 s_id, 147 u16 fc_rftid_build(struct fchs_s *fchs, void *pld, u32 s_id, 150 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, 153 u16 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, 156 u16 fc_gpnid_build(struct fchs_s *fchs, void *pld, u32 s_id, 159 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr, [all …]
|
H A D | bfa_fcs.c | 163 struct fchs_s *fchs, u16 len); 165 struct fchs_s *fchs, u16 len); 1194 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_uf_recv() argument 1197 u32 pid = fchs->d_id; in bfa_fcs_fabric_uf_recv() 1200 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fabric_uf_recv() 1221 if (fchs->d_id == bfa_hton3b(FC_FABRIC_PORT)) { in bfa_fcs_fabric_uf_recv() 1223 bfa_fcs_fabric_process_uf(fabric, fchs, len); in bfa_fcs_fabric_uf_recv() 1237 bfa_trc(fabric->fcs, *(u8 *) ((u8 *) fchs)); in bfa_fcs_fabric_uf_recv() 1238 bfa_fcs_lport_uf_recv(&fabric->bport, fchs, len); in bfa_fcs_fabric_uf_recv() 1248 bfa_fcs_lport_uf_recv(&vport->lport, fchs, len); in bfa_fcs_fabric_uf_recv() [all …]
|
H A D | bfa_fcs_fcpim.c | 463 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() local 479 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli() 483 BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_itnim_send_prli() 829 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv() argument 833 bfa_trc(itnim->fcs, fchs->type); in bfa_fcs_fcpim_uf_recv() 835 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_fcpim_uf_recv() 838 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fcpim_uf_recv() 844 bfa_fcs_rport_prlo(itnim->rport, fchs->ox_id); in bfa_fcs_fcpim_uf_recv()
|
H 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
|
H A D | bfad_bsg.h | 814 struct fchs_s fchs; member
|
H A D | bfa_fc.h | 39 * Fibre Channel Header Structure (FCHS) definition
|
H A D | bfad_bsg.c | 3354 lp_tag = bfa_lps_get_tag_from_pid(&bfad->bfa, bsg_fcpt->fchs.s_id); in bfad_fcxp_bsg_send() 3359 &bsg_fcpt->fchs, bfad_send_fcpt_cb, bfad, in bfad_fcxp_bsg_send()
|
/linux/tools/testing/selftests/x86/ |
H A D | test_FISTTP.c | 68 " fchs""\n" in test() 71 " fchs""\n" in test() 74 " fchs""\n" in test()
|
/linux/arch/x86/math-emu/ |
H A D | fpu_etc.c | 20 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() function 129 fchs, fabs, FPU_ST0_illegal, FPU_ST0_illegal,
|