Home
last modified time | relevance | path

Searched refs:qla_fc_port (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dqlavar.h72 struct qla_fc_port { struct
73 TAILQ_ENTRY(qla_fc_port) ports;
74 TAILQ_ENTRY(qla_fc_port) update;
151 TAILQ_HEAD(, qla_fc_port) sc_ports;
152 TAILQ_HEAD(, qla_fc_port) sc_ports_new;
153 TAILQ_HEAD(, qla_fc_port) sc_ports_gone;
154 TAILQ_HEAD(, qla_fc_port) sc_ports_found;
155 struct qla_fc_port *sc_targets[QLA_2KL_BUSWIDTH];
Dqla.c97 struct qla_fc_port *qla_next_fabric_port(struct qla_softc *, u_int32_t *,
101 int qla_add_loop_port(struct qla_softc *, struct qla_fc_port *);
102 int qla_add_fabric_port(struct qla_softc *, struct qla_fc_port *);
105 u_int64_t, struct qla_fc_port **);
111 int qla_fabric_plogi(struct qla_softc *, struct qla_fc_port *);
112 void qla_fabric_plogo(struct qla_softc *, struct qla_fc_port *);
178 u_int64_t port_name, u_int64_t node_name, struct qla_fc_port **prev) in qla_classify_port()
180 struct qla_fc_port *port, *locmatch, *wwnmatch; in qla_classify_port()
274 qla_add_loop_port(struct qla_softc *sc, struct qla_fc_port *port) in qla_add_loop_port()
277 struct qla_fc_port *pport = NULL; in qla_add_loop_port()
[all …]