Searched refs:bfa_fcs (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/bfa/
H A DMakefile5 bfa-y += bfa_fcs.o bfa_fcs_lport.o bfa_fcs_rport.o bfa_fcs_fcpim.o bfa_fcbuild.o
H A Dbfad.c34 #include "bfa_fcs.h"
520 rc = bfa_fcs_pbc_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, 0,
661 rc = bfa_fcs_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, vf_id,
878 bfad->bfa_fcs.trcmod = bfad->trcmod;
879 bfa_fcs_attach(&bfad->bfa_fcs, &bfad->bfa, bfad, BFA_FALSE);
880 bfad->bfa_fcs.fdmi_enabled = fdmi_enable;
881 bfa_fcs_init(&bfad->bfa_fcs);
898 bfa_fcs_exit(&bfad->bfa_fcs);
935 bfa_fcs_pbc_vport_init(&bfad->bfa_fcs);
936 bfa_fcs_fabric_modstart(&bfad->bfa_fcs);
[all...]
H A Dbfad_bsg.c289 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
425 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
449 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
476 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
507 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
546 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
572 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
607 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
655 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
695 fcs_port = bfa_fcs_lookup_port(&bfad->bfa_fcs,
[all...]
H A Dbfad_attr.c128 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
411 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0,
469 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0, pwwn);
516 fcs_vport = bfa_fcs_vport_lookup(&bfad->bfa_fcs, 0, pwwn);
785 bfa_fcs_lport_get_attr(&bfad->bfa_fcs.fabric.bport, &port_attr);
H A Dbfad_drv.h49 #include "bfa_fcs.h"
190 struct bfa_fcs_s bfa_fcs; member in struct:bfad_s
H A Dbfad_im.c26 #include "bfa_fcs.h"
1049 strncpy(symname, bfad->bfa_fcs.fabric.bport.port_cfg.sym_name.symname,
H A Dbfa_fcpim.c2281 port = bfa_fcs_lookup_port(&((struct bfad_s *)bfa->bfad)->bfa_fcs,
2350 &((struct bfad_s *)bfa->bfad)->bfa_fcs,

Completed in 56 milliseconds