Home
last modified time | relevance | path

Searched refs:fcxp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/scsi/bfa/
A Dbfa_fcs_rport.c1726 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogi()
1847 rport->fcxp = fcxp; in bfa_fcs_rport_send_plogiacc()
1880 rport->fcxp = fcxp; in bfa_fcs_rport_send_adisc()
1944 rport->fcxp = fcxp; in bfa_fcs_rport_send_nsdisc()
2101 rport->fcxp = fcxp; in bfa_fcs_rport_send_logo()
2133 if (!fcxp) in bfa_fcs_rport_send_logo_acc()
2204 if (!fcxp) in bfa_fcs_rport_process_prli()
2241 if (!fcxp) in bfa_fcs_rport_process_rpsc()
2939 if (!fcxp) in bfa_fcs_rport_send_prlo_acc()
2965 if (!fcxp) in bfa_fcs_rport_send_ls_rjt()
[all …]
A Dbfa_fcs_lport.c3118 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gmal()
3319 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_gfn()
3397 ms->fcxp = fcxp; in bfa_fcs_lport_ms_send_plogi()
4343 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_plogi()
4441 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rnn_id()
4518 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rsnn_nn()
4600 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rspn_id()
4694 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rft_id()
4768 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_rff_id()
4852 ns->fcxp = fcxp; in bfa_fcs_lport_ns_send_gid_ft()
[all …]
A Dbfa_svc.c425 fcxp = fcxp + 1; in claim_fcxps_mem()
505 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in bfa_fcxp_iocdisable()
586 &fcxp->use_ireqbuf, &fcxp->nreq_sgles, &fcxp->req_sga_cbfn, in bfa_fcxp_init()
587 &fcxp->req_sglen_cbfn, &fcxp->req_sgpg_q, in bfa_fcxp_init()
591 &fcxp->use_irspbuf, &fcxp->nrsp_sgles, &fcxp->rsp_sga_cbfn, in bfa_fcxp_init()
643 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in __bfa_fcxp_send_cbfn()
644 fcxp->rsp_status, fcxp->rsp_len, in __bfa_fcxp_send_cbfn()
645 fcxp->residue_len, &fcxp->rsp_fchs); in __bfa_fcxp_send_cbfn()
680 fcxp->send_cbfn(fcxp->caller, fcxp, fcxp->send_cbarg, in hal_fcxp_send_comp()
814 fcxp->req_sga_cbfn(fcxp->caller, 0)); in bfa_fcxp_queue()
[all …]
A Dbfa_fcs_fcpim.c31 struct bfa_fcxp_s *fcxp, void *cbarg,
185 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
191 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
197 bfa_fcxp_discard(itnim->fcxp); in bfa_fcs_itnim_sm_prli()
464 struct bfa_fcxp_s *fcxp; in bfa_fcs_itnim_send_prli() local
469 fcxp = fcxp_alloced ? fcxp_alloced : in bfa_fcs_itnim_send_prli()
471 if (!fcxp) { in bfa_fcs_itnim_send_prli()
477 itnim->fcxp = fcxp; in bfa_fcs_itnim_send_prli()
479 len = fc_prli_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_itnim_send_prli()
513 els_cmd = (struct fc_els_cmd_s *) BFA_FCXP_RSP_PLD(fcxp); in bfa_fcs_itnim_prli_response()
[all …]
A Dbfa_svc.h110 typedef void (*fcxp_send_cb_t) (struct bfa_s *ioc, struct bfa_fcxp_s *fcxp,
117 typedef void (*bfa_cb_fcxp_send_t) (void *bfad_fcxp, struct bfa_fcxp_s *fcxp,
121 typedef void (*bfa_fcxp_alloc_cbfn_t) (void *cbarg, struct bfa_fcxp_s *fcxp);
676 void bfa_fcxp_discard(struct bfa_fcxp_s *fcxp);
678 void *bfa_fcxp_get_reqbuf(struct bfa_fcxp_s *fcxp);
679 void *bfa_fcxp_get_rspbuf(struct bfa_fcxp_s *fcxp);
681 void bfa_fcxp_free(struct bfa_fcxp_s *fcxp);
683 void bfa_fcxp_send(struct bfa_fcxp_s *fcxp, struct bfa_rport_s *rport,
690 bfa_status_t bfa_fcxp_abort(struct bfa_fcxp_s *fcxp);
691 u32 bfa_fcxp_get_reqbufsz(struct bfa_fcxp_s *fcxp);
A Dbfa_fcs.h72 struct bfa_fcxp_s *fcxp; member
97 struct bfa_fcxp_s *fcxp; member
123 struct bfa_fcxp_s *fcxp; member
148 struct bfa_fcxp_s *fcxp; member
215 struct bfa_fcxp_s *fcxp; member
539 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
603 struct bfa_fcxp_s *fcxp; /* FCXP needed for discarding */ member
694 struct bfa_fcxp_s *fcxp; /* FCXP in use */ member
A Dbfa_fcs.c168 struct bfa_fcxp_s *fcxp, void *cbarg,
1325 struct bfa_fcxp_s *fcxp; in bfa_fcs_fabric_send_flogi_acc() local
1329 fcxp = bfa_fcs_fcxp_alloc(fabric->fcs, BFA_FALSE); in bfa_fcs_fabric_send_flogi_acc()
1333 if (!fcxp) in bfa_fcs_fabric_send_flogi_acc()
1336 reqlen = fc_flogi_acc_build(&fchs, bfa_fcxp_get_reqbuf(fcxp), in bfa_fcs_fabric_send_flogi_acc()
1343 bfa_fcxp_send(fcxp, NULL, fabric->vf_id, fabric->lps->bfa_tag, in bfa_fcs_fabric_send_flogi_acc()
1353 bfa_fcs_fabric_flogiacc_comp(void *fcsarg, struct bfa_fcxp_s *fcxp, void *cbarg, in bfa_fcs_fabric_flogiacc_comp() argument
A Dbfad_bsg.c3251 bfad_send_fcpt_cb(void *bfad_fcxp, struct bfa_fcxp_s *fcxp, void *cbarg, in bfad_send_fcpt_cb() argument

Completed in 52 milliseconds