Searched refs:fchs_s (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_fcbuild.h | 122 struct fchs_s fc_els_req; 123 struct fchs_s fc_bls_req; 130 u16 fc_flogi_acc_build(struct fchs_s *fchs, struct fc_logi_s *flogi, 136 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); 142 u16 fc_rspnid_build(struct fchs_s *fchs, void *pld, u32 s_id, 144 u16 fc_rsnn_nn_build(struct fchs_s *fchs, void *pld, u32 s_id, 147 u16 fc_rftid_build(struct fchs_s *fchs, void *pld, u32 s_id, 150 u16 fc_rffid_build(struct fchs_s *fchs, void *pyld, u32 s_id, 153 u16 fc_gidpn_build(struct fchs_s *fchs, void *pyld, u32 s_id, [all …]
|
| H A 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 …]
|
| H A 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, 365 bfa_fcs_lport_send_ls_rjt(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_send_ls_rjt() 368 struct fchs_s fchs; in bfa_fcs_lport_send_ls_rjt() 394 struct fchs_s *rx_fchs, u8 reason_code, u8 reason_code_expl) in bfa_fcs_lport_send_fcgs_rjt() 396 struct fchs_s fchs; in bfa_fcs_lport_send_fcgs_rjt() 428 struct fchs_s *rx_fchs, struct fc_logi_s *plogi) in bfa_fcs_lport_plogi() 532 bfa_fcs_lport_echo(struct bfa_fcs_lport_s *port, struct fchs_s *rx_fchs, in bfa_fcs_lport_echo() [all …]
|
| H A D | bfa_plog.h | 143 enum bfa_plog_eid event, u16 misc, struct fchs_s *fchdr); 146 struct fchs_s *fchdr, u32 pld_w0);
|
| H A 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()
|
| H A D | bfa_fcs_fcpim.c | 33 u32 resid_len, struct fchs_s *rsp_fchs); 463 struct fchs_s fchs; in bfa_fcs_itnim_send_prli() 494 u32 resid_len, struct fchs_s *rsp_fchs) in bfa_fcs_itnim_prli_response() 829 struct fchs_s *fchs, u16 len) in bfa_fcs_fcpim_uf_recv()
|
| H A D | bfi_ms.h | 353 struct fchs_s fchs; /* request FC header structure */ 370 struct fchs_s fchs; /* response FC header structure */
|
| H A D | bfad_bsg.h | 814 struct fchs_s fchs;
|
| H A D | bfa_fc.h | 41 struct fchs_s { struct
|
| H A D | bfad_bsg.c | 3253 struct fchs_s *rsp_fchs) in bfad_send_fcpt_cb()
|