/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 27 static void fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 29 static void fc_bls_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 137 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() argument 139 memset(fchs, 0, sizeof(struct fchs_s)); in fc_gs_fchdr_build() 141 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build() 142 fchs->cat_info = FC_CAT_UNSOLICIT_CTRL; in fc_gs_fchdr_build() 143 fchs->type = FC_TYPE_SERVICES; in fc_gs_fchdr_build() 144 fchs->f_ctl = in fc_gs_fchdr_build() 147 fchs->rx_id = FC_RXID_ANY; in fc_gs_fchdr_build() 148 fchs->d_id = (d_id); in fc_gs_fchdr_build() [all …]
|
D | bfa_fcbuild.h | 137 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 146 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 152 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, 156 enum fc_parse_status fc_plogi_parse(struct fchs_s *fchs); 167 u16 fc_rspnid_build(struct fchs_s *fchs, void *pld, u32 s_id, 169 u16 fc_rsnn_nn_build(struct fchs_s *fchs, void *pld, u32 s_id, 172 u16 fc_rftid_build(struct fchs_s *fchs, void *pld, u32 s_id, 175 u16 fc_rftid_build_sol(struct fchs_s *fchs, void *pyld, u32 s_id, 179 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, 182 u16 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, [all …]
|
D | bfa_fcs.c | 233 struct fchs_s *fchs, u16 len); 235 struct fchs_s *fchs, u16 len); 1320 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_uf_recv() argument 1323 u32 pid = fchs->d_id; in bfa_fcs_fabric_uf_recv() 1326 struct fc_els_cmd_s *els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fabric_uf_recv() 1347 if (fchs->d_id == bfa_hton3b(FC_FABRIC_PORT)) { in bfa_fcs_fabric_uf_recv() 1349 bfa_fcs_fabric_process_uf(fabric, fchs, len); in bfa_fcs_fabric_uf_recv() 1363 bfa_trc(fabric->fcs, *(u8 *) ((u8 *) fchs)); in bfa_fcs_fabric_uf_recv() 1364 bfa_fcs_lport_uf_recv(&fabric->bport, fchs, len); in bfa_fcs_fabric_uf_recv() 1374 bfa_fcs_lport_uf_recv(&vport->lport, fchs, len); in bfa_fcs_fabric_uf_recv() [all …]
|
D | bfa_fcs_rport.c | 1709 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() local 1724 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi() 1731 FC_CLASS_3, len, &fchs, bfa_fcs_rport_plogi_response, in bfa_fcs_rport_send_plogi() 1829 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local 1845 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc() 1853 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_plogiacc() 1863 struct fchs_s fchs; in bfa_fcs_rport_send_adisc() local 1878 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc() 1883 FC_CLASS_3, len, &fchs, bfa_fcs_rport_adisc_response, in bfa_fcs_rport_send_adisc() 1926 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local [all …]
|
D | bfa_fcs_lport.c | 377 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() local 389 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_send_ls_rjt() 394 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_lport_send_ls_rjt() 405 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() local 423 len = fc_gs_rjt_build(&fchs, ct_hdr, rx_fchs->s_id, in bfa_fcs_lport_send_fcgs_rjt() 428 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_lport_send_fcgs_rjt() 544 struct fchs_s fchs; in bfa_fcs_lport_echo() local 556 len = fc_ls_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_lport_echo() 573 BFA_FALSE, FC_CLASS_3, pyld_len, &fchs, NULL, NULL, in bfa_fcs_lport_echo() 587 struct fchs_s fchs; in bfa_fcs_lport_rnid() local [all …]
|
D | bfa_fcs_fcpim.c | 453 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() local 469 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli() 473 BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_itnim_send_prli() 818 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv() argument 822 bfa_trc(itnim->fcs, fchs->type); in bfa_fcs_fcpim_uf_recv() 824 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_fcpim_uf_recv() 827 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_fcpim_uf_recv() 833 bfa_fcs_rport_prlo(itnim->rport, fchs->ox_id); in bfa_fcs_fcpim_uf_recv()
|
D | bfa_fcs.h | 320 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs, 477 struct fchs_s *fchs, u16 len); 487 void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, 613 struct fchs_s *fchs, u16 len); 823 struct fchs_s *fchs, u16 len);
|
D | bfi_ms.h | 360 struct fchs_s fchs; /* request FC header structure */ member 377 struct fchs_s fchs; /* response FC header structure */ member
|
D | bfa_svc.h | 143 struct fchs_s fchs; /* request FC header structure */ member 221 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs)) 637 u32 reqlen, struct fchs_s *fchs,
|
D | bfa_svc.c | 115 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 752 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp() 761 fcxp->rsp_fchs = fcxp_rsp->fchs; in hal_fcxp_send_comp() 773 struct fchs_s *fchs) in hal_fcxp_tx_plog() argument 785 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog() 791 fchs); in hal_fcxp_tx_plog() 795 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog() 811 &fcxp_rsp->fchs, pld_w0); in hal_fcxp_rx_plog() 816 &fcxp_rsp->fchs); in hal_fcxp_rx_plog() 820 (u16) fcxp_rsp->rsp_len, &fcxp_rsp->fchs); in hal_fcxp_rx_plog() [all …]
|
D | bfad_drv.h | 274 struct fchs_s fchs; member
|
D | bfad_bsg.h | 821 struct fchs_s fchs; member
|
D | bfad_bsg.c | 3340 lp_tag = bfa_lps_get_tag_from_pid(&bfad->bfa, bsg_fcpt->fchs.s_id); in bfad_fcxp_bsg_send() 3345 &bsg_fcpt->fchs, bfad_send_fcpt_cb, bfad, in bfad_fcxp_bsg_send()
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_etc.c | 19 static void fchs(FPU_REG *st0_ptr, u_char st0tag) in fchs() function 123 fchs, fabs, (FUNC_ST0) FPU_illegal, (FUNC_ST0) FPU_illegal,
|