/linux-5.19.10/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 122 struct fchs_s fc_els_req; 123 struct fchs_s fc_bls_req; 130 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 135 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id, 139 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 145 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, 149 enum fc_parse_status fc_plogi_parse(struct fchs_s *fchs); 151 u16 fc_abts_build(struct fchs_s *buf, u32 d_id, u32 s_id, 154 enum fc_parse_status fc_abts_rsp_parse(struct fchs_s *buf, int len); 156 u16 fc_rrq_build(struct fchs_s *buf, struct fc_rrq_s *rrq, u32 d_id, [all …]
|
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, 24 static struct fchs_s fc_els_req_tmpl; 25 static struct fchs_s fc_els_rsp_tmpl; 26 static struct fchs_s fc_bls_req_tmpl; 27 static struct fchs_s fc_bls_rsp_tmpl; 32 static struct fchs_s fcp_fchs_tmpl; 130 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() 132 memset(fchs, 0, sizeof(struct fchs_s)); in fc_gs_fchdr_build() 152 fc_gsresp_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u16 ox_id) in fc_gsresp_fchdr_build() [all …]
|
D | bfa_fcs_rport.c | 52 u32 resid_len, struct fchs_s *rsp_fchs); 58 u32 resid_len, struct fchs_s *rsp_fchs); 64 u32 resid_len, struct fchs_s *rsp_fchs); 68 u32 resid_len, struct fchs_s *rsp_fchs); 73 struct fchs_s *rx_fchs, u16 len); 75 struct fchs_s *rx_fchs, u8 reason_code, 78 struct fchs_s *rx_fchs, u16 len); 1697 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() 1729 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_rport_plogi_response() 1817 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() [all …]
|
D | bfa_fcs_lport.c | 48 struct fchs_s *rx_fchs, u8 reason_code, 51 struct fchs_s *rx_fchs, struct fc_logi_s *plogi); 59 struct fchs_s *rx_fchs, 62 struct fchs_s *rx_fchs, 378 bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_send_ls_rjt() 381 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() 407 struct fchs_s *rx_fchs, u8 reason_code, u8 reason_code_expl) in bfa_fcs_lport_send_fcgs_rjt() 409 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() 441 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 545 bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_echo() [all …]
|
D | bfa_plog.h | 143 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr); 146 struct fchs_s *fchdr, u32 pld_w0);
|
D | bfa_fcs.h | 310 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs, 344 struct fchs_s *rx_frame, u32 len); 467 struct fchs_s *fchs, u16 len); 472 void bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, 475 struct fchs_s *rx_fchs, 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);
|
D | bfa_fcs.c | 163 struct fchs_s *fchs, u16 len); 165 struct fchs_s *fchs, u16 len); 172 struct fchs_s *rspfchs); 1194 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() 1355 u32 resid_len, struct fchs_s *rspfchs) in bfa_fcs_fabric_flogiacc_comp() 1525 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1555 fchs = (struct fchs_s *) (vft + 1); in bfa_fcs_uf_recv()
|
D | bfa_svc.h | 113 struct fchs_s *rsp_fchs); 120 struct fchs_s *rsp_fchs); 136 struct fchs_s fchs; /* request FC header structure */ 146 struct fchs_s rsp_fchs; 192 struct fchs_s rsp_fchs; /* comp: response fchs */ 630 u32 reqlen, struct fchs_s *fchs,
|
D | bfa_fcs_fcpim.c | 32 u32 resid_len, struct fchs_s *rsp_fchs); 446 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() 477 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_itnim_prli_response() 812 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv()
|
D | bfi_ms.h | 353 struct fchs_s fchs; /* request FC header structure */ 370 struct fchs_s fchs; /* response FC header structure */
|
D | bfad_drv.h | 267 struct fchs_s fchs;
|
D | bfa_svc.c | 101 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 370 u16 misc, struct fchs_s *fchdr) in bfa_plog_fchdr() 386 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr, in bfa_plog_fchdr_and_pl() 646 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcxp_null_comp() 717 struct fchs_s *fchs) in hal_fcxp_tx_plog() 729 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog() 734 reqlen + sizeof(struct fchs_s), in hal_fcxp_tx_plog() 739 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog() 1001 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send() 5527 WARN_ON(uf->data_len < sizeof(struct fchs_s)); in uf_recv() [all …]
|
D | bfad_bsg.h | 814 struct fchs_s fchs;
|
D | bfa_fc.h | 41 struct fchs_s { struct
|
D | bfad_bsg.c | 3227 struct fchs_s *rsp_fchs) in bfad_send_fcpt_cb()
|