/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcbuild.h | 129 struct fchs_s fc_els_req; 130 struct fchs_s fc_bls_req; 137 u16 fc_flogi_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 142 u16 fc_fdisc_build(struct fchs_s *buf, struct fc_logi_s *flogi, u32 s_id, 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); 158 u16 fc_abts_build(struct fchs_s *buf, u32 d_id, u32 s_id, 161 enum fc_parse_status fc_abts_rsp_parse(struct fchs_s *buf, int len); 163 u16 fc_rrq_build(struct fchs_s *buf, struct fc_rrq_s *rrq, u32 d_id, [all …]
|
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, 31 static struct fchs_s fc_els_req_tmpl; 32 static struct fchs_s fc_els_rsp_tmpl; 33 static struct fchs_s fc_bls_req_tmpl; 34 static struct fchs_s fc_bls_rsp_tmpl; 39 static struct fchs_s fcp_fchs_tmpl; 137 fc_gs_fchdr_build(struct fchs_s *fchs, u32 d_id, u32 s_id, u32 ox_id) in fc_gs_fchdr_build() 139 memset(fchs, 0, sizeof(struct fchs_s)); in fc_gs_fchdr_build() 159 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 | 59 u32 resid_len, struct fchs_s *rsp_fchs); 65 u32 resid_len, struct fchs_s *rsp_fchs); 71 u32 resid_len, struct fchs_s *rsp_fchs); 75 u32 resid_len, struct fchs_s *rsp_fchs); 80 struct fchs_s *rx_fchs, u16 len); 82 struct fchs_s *rx_fchs, u8 reason_code, 85 struct fchs_s *rx_fchs, u16 len); 1709 struct fchs_s fchs; in bfa_fcs_rport_send_plogi() 1741 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_rport_plogi_response() 1829 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() [all …]
|
D | bfa_fcs_lport.c | 55 struct fchs_s *rx_fchs, u8 reason_code, 58 struct fchs_s *rx_fchs, struct fc_logi_s *plogi); 66 struct fchs_s *rx_fchs, 69 struct fchs_s *rx_fchs, 374 bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_send_ls_rjt() 377 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() 403 struct fchs_s *rx_fchs, u8 reason_code, u8 reason_code_expl) in bfa_fcs_lport_send_fcgs_rjt() 405 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() 437 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 541 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 | 150 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr); 153 struct fchs_s *fchdr, u32 pld_w0);
|
D | bfa_fcs.h | 320 void bfa_fcs_lport_uf_recv(struct bfa_fcs_lport_s *lport, struct fchs_s *fchs, 354 struct fchs_s *rx_frame, u32 len); 477 struct fchs_s *fchs, u16 len); 482 void bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, 485 struct fchs_s *rx_fchs, 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 | bfa_svc.h | 120 struct fchs_s *rsp_fchs); 127 struct fchs_s *rsp_fchs); 143 struct fchs_s fchs; /* request FC header structure */ 153 struct fchs_s rsp_fchs; 199 struct fchs_s rsp_fchs; /* comp: response fchs */ 637 u32 reqlen, struct fchs_s *fchs,
|
D | bfa_fcs.c | 233 struct fchs_s *fchs, u16 len); 235 struct fchs_s *fchs, u16 len); 242 struct fchs_s *rspfchs); 1320 bfa_fcs_fabric_uf_recv(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_uf_recv() 1389 bfa_fcs_fabric_process_uf(struct bfa_fcs_fabric_s *fabric, struct fchs_s *fchs, in bfa_fcs_fabric_process_uf() 1414 struct fchs_s *fchs, u16 len) in bfa_fcs_fabric_process_flogi() 1453 struct fchs_s fchs; in bfa_fcs_fabric_send_flogi_acc() 1481 u32 resid_len, struct fchs_s *rspfchs) in bfa_fcs_fabric_flogiacc_comp() 1657 struct fchs_s *fchs = bfa_uf_get_frmbuf(uf); in bfa_fcs_uf_recv() 1687 fchs = (struct fchs_s *) (vft + 1); in bfa_fcs_uf_recv()
|
D | bfa_fcs_fcpim.c | 39 u32 resid_len, struct fchs_s *rsp_fchs); 453 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() 484 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_itnim_prli_response() 818 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv()
|
D | bfi_ms.h | 360 struct fchs_s fchs; /* request FC header structure */ 377 struct fchs_s fchs; /* response FC header structure */
|
D | bfad_drv.h | 274 struct fchs_s fchs;
|
D | bfa_svc.c | 115 struct bfa_fcxp_s *fcxp, struct fchs_s *fchs); 405 u16 misc, struct fchs_s *fchdr) in bfa_plog_fchdr() 424 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr, in bfa_plog_fchdr_and_pl() 702 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcxp_null_comp() 773 struct fchs_s *fchs) in hal_fcxp_tx_plog() 785 reqlen + sizeof(struct fchs_s), fchs, in hal_fcxp_tx_plog() 790 reqlen + sizeof(struct fchs_s), in hal_fcxp_tx_plog() 795 reqlen + sizeof(struct fchs_s), fchs); in hal_fcxp_tx_plog() 1057 u32 reqlen, struct fchs_s *fchs, bfa_cb_fcxp_send_t cbfn, in bfa_fcxp_send() 5650 struct fchs_s *fchs; in uf_recv() [all …]
|
D | bfad_bsg.h | 821 struct fchs_s fchs;
|
D | bfa_fc.h | 63 struct fchs_s { struct
|
D | bfad_bsg.c | 3240 struct fchs_s *rsp_fchs) in bfad_send_fcpt_cb()
|