Symbol: qle_fc_port
sys/dev/pci/qle.c
102
TAILQ_ENTRY(qle_fc_port) ports;
sys/dev/pci/qle.c
103
TAILQ_ENTRY(qle_fc_port) update;
sys/dev/pci/qle.c
1624
struct qle_fc_port *port;
sys/dev/pci/qle.c
178
TAILQ_HEAD(, qle_fc_port) sc_ports;
sys/dev/pci/qle.c
179
TAILQ_HEAD(, qle_fc_port) sc_ports_new;
sys/dev/pci/qle.c
180
TAILQ_HEAD(, qle_fc_port) sc_ports_gone;
sys/dev/pci/qle.c
181
TAILQ_HEAD(, qle_fc_port) sc_ports_found;
sys/dev/pci/qle.c
182
struct qle_fc_port *sc_targets[QLE_MAX_TARGETS];
sys/dev/pci/qle.c
1887
struct qle_fc_port *
sys/dev/pci/qle.c
1893
struct qle_fc_port *fport;
sys/dev/pci/qle.c
1955
qle_fabric_plogx(struct qle_softc *sc, struct qle_fc_port *port, int flags,
sys/dev/pci/qle.c
2019
qle_fabric_plogi(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
2071
qle_fabric_plogo(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
2103
struct qle_fc_port *port, *fport;
sys/dev/pci/qle.c
2108
TAILQ_HEAD(, qle_fc_port) detach;
sys/dev/pci/qle.c
274
struct qle_fc_port *qle_next_fabric_port(struct qle_softc *, u_int32_t *,
sys/dev/pci/qle.c
279
int qle_add_loop_port(struct qle_softc *, struct qle_fc_port *);
sys/dev/pci/qle.c
280
int qle_add_fabric_port(struct qle_softc *, struct qle_fc_port *);
sys/dev/pci/qle.c
284
u_int64_t, struct qle_fc_port **);
sys/dev/pci/qle.c
290
int qle_fabric_plogx(struct qle_softc *, struct qle_fc_port *, int,
sys/dev/pci/qle.c
292
int qle_fabric_plogi(struct qle_softc *, struct qle_fc_port *);
sys/dev/pci/qle.c
293
void qle_fabric_plogo(struct qle_softc *, struct qle_fc_port *);
sys/dev/pci/qle.c
709
u_int64_t port_name, u_int64_t node_name, struct qle_fc_port **prev)
sys/dev/pci/qle.c
711
struct qle_fc_port *port, *locmatch, *wwnmatch;
sys/dev/pci/qle.c
796
struct qle_fc_port *port;
sys/dev/pci/qle.c
866
qle_add_loop_port(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
869
struct qle_fc_port *pport;
sys/dev/pci/qle.c
921
qle_add_fabric_port(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
962
struct qle_fc_port *port;