Lines Matching refs:fchs

1367 	struct fchs_s	fchs;  in bfa_fcs_rport_send_plogi()  local
1381 len = fc_plogi_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_plogi()
1388 FC_CLASS_3, len, &fchs, bfa_fcs_rport_plogi_response, in bfa_fcs_rport_send_plogi()
1486 struct fchs_s fchs; in bfa_fcs_rport_send_plogiacc() local
1501 len = fc_plogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_plogiacc()
1509 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_plogiacc()
1519 struct fchs_s fchs; in bfa_fcs_rport_send_adisc() local
1533 len = fc_adisc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_adisc()
1538 FC_CLASS_3, len, &fchs, bfa_fcs_rport_adisc_response, in bfa_fcs_rport_send_adisc()
1581 struct fchs_s fchs; in bfa_fcs_rport_send_nsdisc() local
1597 len = fc_gidpn_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1601 len = fc_gpnid_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_nsdisc()
1607 FC_CLASS_3, len, &fchs, cbfn, in bfa_fcs_rport_send_nsdisc()
1736 struct fchs_s fchs; in bfa_fcs_rport_send_logo() local
1752 len = fc_logo_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rport_send_logo()
1757 FC_CLASS_3, len, &fchs, NULL, in bfa_fcs_rport_send_logo()
1773 struct fchs_s fchs; in bfa_fcs_rport_send_logo_acc() local
1786 len = fc_logo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_logo_acc()
1791 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_send_logo_acc()
1823 struct fchs_s fchs; in bfa_fcs_rport_process_prli() local
1856 len = fc_prli_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_prli()
1861 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_prli()
1869 struct fchs_s fchs; in bfa_fcs_rport_process_rpsc() local
1893 len = fc_rpsc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_rpsc()
1898 FC_CLASS_3, len, &fchs, NULL, NULL, FC_MAX_PDUSZ, 0); in bfa_fcs_rport_process_rpsc()
1906 struct fchs_s fchs; in bfa_fcs_rport_process_adisc() local
1927 len = fc_adisc_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_process_adisc()
1933 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_process_adisc()
2204 bfa_fcs_rport_process_logo(struct bfa_fcs_rport_s *rport, struct fchs_s *fchs) in bfa_fcs_rport_process_logo() argument
2206 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_process_logo()
2271 bfa_fcs_rport_start(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_start() argument
2276 rport = bfa_fcs_rport_alloc(port, WWN_NULL, fchs->s_id); in bfa_fcs_rport_start()
2290 bfa_fcs_rport_plogi_create(struct bfa_fcs_lport_s *port, struct fchs_s *fchs, in bfa_fcs_rport_plogi_create() argument
2295 rport = bfa_fcs_rport_alloc(port, plogi->port_name, fchs->s_id); in bfa_fcs_rport_plogi_create()
2301 rport->reply_oxid = fchs->ox_id; in bfa_fcs_rport_plogi_create()
2448 struct fchs_s *fchs, u16 len) in bfa_fcs_rport_uf_recv() argument
2453 bfa_trc(rport->fcs, fchs->s_id); in bfa_fcs_rport_uf_recv()
2454 bfa_trc(rport->fcs, fchs->d_id); in bfa_fcs_rport_uf_recv()
2455 bfa_trc(rport->fcs, fchs->type); in bfa_fcs_rport_uf_recv()
2457 if (fchs->type != FC_TYPE_ELS) in bfa_fcs_rport_uf_recv()
2460 els_cmd = (struct fc_els_cmd_s *) (fchs + 1); in bfa_fcs_rport_uf_recv()
2467 bfa_fcs_rport_process_logo(rport, fchs); in bfa_fcs_rport_uf_recv()
2472 bfa_fcs_rport_process_adisc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2478 bfa_fcs_fcpim_uf_recv(rport->itnim, fchs, len); in bfa_fcs_rport_uf_recv()
2483 bfa_fcs_rport_process_prli(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2488 bfa_fcs_rport_process_rpsc(rport, fchs, len); in bfa_fcs_rport_uf_recv()
2493 bfa_fcs_rport_send_ls_rjt(rport, fchs, in bfa_fcs_rport_uf_recv()
2505 struct fchs_s fchs; in bfa_fcs_rport_send_prlo_acc() local
2514 len = fc_prlo_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_prlo_acc()
2519 port->lp_tag, BFA_FALSE, FC_CLASS_3, len, &fchs, in bfa_fcs_rport_send_prlo_acc()
2531 struct fchs_s fchs; in bfa_fcs_rport_send_ls_rjt() local
2541 len = fc_ls_rjt_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_rport_send_ls_rjt()
2546 BFA_FALSE, FC_CLASS_3, len, &fchs, NULL, NULL, in bfa_fcs_rport_send_ls_rjt()
2937 struct fchs_s fchs; in bfa_fcs_rpf_send_rpsc2() local
2951 len = fc_rpsc2_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), rport->pid, in bfa_fcs_rpf_send_rpsc2()
2955 FC_CLASS_3, len, &fchs, bfa_fcs_rpf_rpsc2_response, in bfa_fcs_rpf_send_rpsc2()