Home
last modified time | relevance | path

Searched refs:fchs (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/bfa/
A Dbfa_fcbuild.c137 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 Dbfa_fcbuild.h136 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);
144 u16 fc_rsnn_nn_build(struct fchs_s *fchs, void *pld, u32 s_id,
150 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id,
159 u16 fc_gs_rjt_build(struct fchs_s *fchs, struct ct_hdr_s *cthdr,
163 u16 fc_scr_build(struct fchs_s *fchs, struct fc_scr_s *scr,
186 u16 fc_prli_build(struct fchs_s *fchs, void *pld, u32 d_id,
195 u16 fc_rnid_acc_build(struct fchs_s *fchs,
203 u16 fc_rpsc_acc_build(struct fchs_s *fchs,
225 void fc_els_req_build(struct fchs_s *fchs, u32 d_id, u32 s_id,
[all …]
A Dbfa_fcs.c165 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 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 …]
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 …]
A Dbfa_fcs_fcpim.c463 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()
A Dbfa_fcs.h399 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs,
621 struct fchs_s *fchs, u16 len);
629 void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs,
777 struct fchs_s *fchs, u16 len);
913 struct fchs_s *fchs, u16 len);
A Dbfa_svc.h136 struct fchs_s fchs; /* request FC header structure */ member
214 #define BFA_FCXP_RSP_FCHS(_fcxp) (&((_fcxp)->rsp_info.fchs))
683 u32 reqlen, struct fchs_s *fchs,
A Dbfi_ms.h353 struct fchs_s fchs; /* request FC header structure */ member
370 struct fchs_s fchs; /* response FC header structure */ member
A Dbfa_svc.c71 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs);
682 fcxp_rsp->residue_len, &fcxp_rsp->fchs); in hal_fcxp_send_comp()
691 fcxp->rsp_fchs = fcxp_rsp->fchs; in hal_fcxp_send_comp()
703 struct fchs_s *fchs) in hal_fcxp_tx_plog() argument
715 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog()
721 fchs); in hal_fcxp_tx_plog()
725 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog()
741 &fcxp_rsp->fchs, pld_w0); in hal_fcxp_rx_plog()
746 &fcxp_rsp->fchs); in hal_fcxp_rx_plog()
799 send_req->fchs = reqi->fchs; in bfa_fcxp_queue()
[all …]
A Dbfad_drv.h269 struct fchs_s fchs; member
A Dbfad_bsg.h814 struct fchs_s fchs; member
A Dbfad_bsg.c3354 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()

Completed in 59 milliseconds