/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 130 struct fchs_s fc_els_req; 131 struct fchs_s fc_bls_req; 138 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 143 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id, 147 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 153 u16 fc_plogi_build(struct fchs_s *fchs, void *pld, u32 d_id, 157 enum fc_parse_status fc_plogi_parse(struct fchs_s *fchs); 159 u16 fc_abts_build(struct fchs_s *buf, u32 d_id, u32 s_id, 162 enum fc_parse_status fc_abts_rsp_parse(struct fchs_s *buf, int len); 164 u16 fc_rrq_build(struct fchs_s *buf, struct fc_rrq_s *rrq, u32 d_id, [all …]
|
D | bfa_fcbuild.c | 28 static void fc_els_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 30 static void fc_bls_rsp_build(struct fchs_s *fchs, u32 d_id, u32 s_id, 32 static struct fchs_s fc_els_req_tmpl; 33 static struct fchs_s fc_els_rsp_tmpl; 34 static struct fchs_s fc_bls_req_tmpl; 35 static struct fchs_s fc_bls_rsp_tmpl; 40 static struct fchs_s fcp_fchs_tmpl; 138 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() 140 memset(fchs, 0, sizeof(struct fchs_s)); in fc_gs_fchdr_build() 160 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 | 60 u32 resid_len, struct fchs_s *rsp_fchs); 66 u32 resid_len, struct fchs_s *rsp_fchs); 72 u32 resid_len, struct fchs_s *rsp_fchs); 76 u32 resid_len, struct fchs_s *rsp_fchs); 81 struct fchs_s *rx_fchs, u16 len); 83 struct fchs_s *rx_fchs, u8 reason_code, 86 struct fchs_s *rx_fchs, u16 len); 1710 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() 1742 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_rport_plogi_response() 1830 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() [all …]
|
D | bfa_fcs_lport.c | 56 struct fchs_s *rx_fchs, u8 reason_code, 59 struct fchs_s *rx_fchs, struct fc_logi_s *plogi); 67 struct fchs_s *rx_fchs, 70 struct fchs_s *rx_fchs, 386 bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_send_ls_rjt() 389 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() 415 struct fchs_s *rx_fchs, u8 reason_code, u8 reason_code_expl) in bfa_fcs_lport_send_fcgs_rjt() 417 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() 449 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 553 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 | 151 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr); 154 struct fchs_s *fchdr, u32 pld_w0);
|
D | bfa_fcs.h | 321 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs, 355 struct fchs_s *rx_frame, u32 len); 478 struct fchs_s *fchs, u16 len); 483 void bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, 486 struct fchs_s *rx_fchs, 488 void bfa_fcs_rport_plogi(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs, 614 struct fchs_s *fchs, u16 len); 822 struct fchs_s *fchs, u16 len);
|
D | bfa_fcs.c | 171 struct fchs_s *fchs, u16 len); 173 struct fchs_s *fchs, u16 len); 180 struct fchs_s *rspfchs); 1202 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_uf_recv() 1271 bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_process_uf() 1296 struct fchs_s *fchs, u16 len) in bfa_fcs_fabric_process_flogi() 1335 struct fchs_s fchs; in bfa_fcs_fabric_send_flogi_acc() 1363 u32 resid_len, struct fchs_s *rspfchs) in bfa_fcs_fabric_flogiacc_comp() 1533 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1563 fchs = (struct fchs_s *) (vft + 1); in bfa_fcs_uf_recv()
|
D | bfa_svc.h | 121 struct fchs_s *rsp_fchs); 128 struct fchs_s *rsp_fchs); 144 struct fchs_s fchs; /* request FC header structure */ 154 struct fchs_s rsp_fchs; 200 struct fchs_s rsp_fchs; /* comp: response fchs */ 638 u32 reqlen, struct fchs_s *fchs,
|
D | bfa_fcs_fcpim.c | 40 u32 resid_len, struct fchs_s *rsp_fchs); 454 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() 485 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_itnim_prli_response() 820 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv()
|
D | bfi_ms.h | 361 struct fchs_s fchs; /* request FC header structure */ 378 struct fchs_s fchs; /* response FC header structure */
|
D | bfad_drv.h | 275 struct fchs_s fchs;
|
D | bfa_svc.c | 109 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 378 u16 misc, struct fchs_s *fchdr) in bfa_plog_fchdr() 397 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr, in bfa_plog_fchdr_and_pl() 660 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcxp_null_comp() 731 struct fchs_s *fchs) in hal_fcxp_tx_plog() 743 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog() 748 reqlen + sizeof(struct fchs_s), in hal_fcxp_tx_plog() 753 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog() 1015 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send() 5528 struct fchs_s *fchs; in uf_recv() [all …]
|
D | bfad_bsg.h | 822 struct fchs_s fchs;
|
D | bfa_fc.h | 64 struct fchs_s { struct
|
D | bfad_bsg.c | 3235 struct fchs_s *rsp_fchs) in bfad_send_fcpt_cb()
|