Symbol: qla_softc
sys/dev/ic/qla.c
101
int qla_add_loop_port(struct qla_softc *, struct qla_fc_port *);
sys/dev/ic/qla.c
102
int qla_add_fabric_port(struct qla_softc *, struct qla_fc_port *);
sys/dev/ic/qla.c
103
int qla_add_logged_in_port(struct qla_softc *, int, u_int32_t);
sys/dev/ic/qla.c
104
int qla_classify_port(struct qla_softc *, u_int32_t, u_int64_t,
sys/dev/ic/qla.c
106
int qla_get_loop_id(struct qla_softc *sc, int);
sys/dev/ic/qla.c
107
void qla_clear_port_lists(struct qla_softc *);
sys/dev/ic/qla.c
108
int qla_softreset(struct qla_softc *);
sys/dev/ic/qla.c
1087
qla_read(struct qla_softc *sc, bus_size_t offset)
sys/dev/ic/qla.c
109
void qla_update_topology(struct qla_softc *);
sys/dev/ic/qla.c
1097
qla_write(struct qla_softc *sc, bus_size_t offset, u_int16_t value)
sys/dev/ic/qla.c
110
int qla_update_fabric(struct qla_softc *);
sys/dev/ic/qla.c
1105
qla_read_mbox(struct qla_softc *sc, int mbox)
sys/dev/ic/qla.c
111
int qla_fabric_plogi(struct qla_softc *, struct qla_fc_port *);
sys/dev/ic/qla.c
1112
qla_write_mbox(struct qla_softc *sc, int mbox, u_int16_t value)
sys/dev/ic/qla.c
1118
qla_host_cmd(struct qla_softc *sc, u_int16_t cmd)
sys/dev/ic/qla.c
112
void qla_fabric_plogo(struct qla_softc *, struct qla_fc_port *);
sys/dev/ic/qla.c
1126
qla_mbox(struct qla_softc *sc, int maskin)
sys/dev/ic/qla.c
114
void qla_update_start(struct qla_softc *, int);
sys/dev/ic/qla.c
115
int qla_async(struct qla_softc *, u_int16_t);
sys/dev/ic/qla.c
117
int qla_verify_firmware(struct qla_softc *sc, u_int16_t);
sys/dev/ic/qla.c
118
int qla_load_firmware_words(struct qla_softc *, const u_int16_t *,
sys/dev/ic/qla.c
1198
qla_sns_req(struct qla_softc *sc, struct qla_dmamem *mem, int reqsize)
sys/dev/ic/qla.c
120
int qla_load_firmware_2100(struct qla_softc *);
sys/dev/ic/qla.c
121
int qla_load_firmware_2200(struct qla_softc *);
sys/dev/ic/qla.c
122
int qla_load_fwchunk_2300(struct qla_softc *,
sys/dev/ic/qla.c
1226
qla_set_ints(struct qla_softc *sc, int enabled)
sys/dev/ic/qla.c
1233
qla_read_isr_1G(struct qla_softc *sc, u_int16_t *isr, u_int16_t *info)
sys/dev/ic/qla.c
124
int qla_load_firmware_2300(struct qla_softc *);
sys/dev/ic/qla.c
125
int qla_load_firmware_2322(struct qla_softc *);
sys/dev/ic/qla.c
1255
qla_read_isr_2G(struct qla_softc *sc, u_int16_t *isr, u_int16_t *info)
sys/dev/ic/qla.c
126
int qla_read_nvram(struct qla_softc *);
sys/dev/ic/qla.c
128
struct qla_dmamem *qla_dmamem_alloc(struct qla_softc *, size_t);
sys/dev/ic/qla.c
129
void qla_dmamem_free(struct qla_softc *, struct qla_dmamem *);
sys/dev/ic/qla.c
1293
qla_clear_isr(struct qla_softc *sc, u_int16_t isr)
sys/dev/ic/qla.c
1307
qla_read_queue_2100(struct qla_softc *sc, bus_size_t queue)
sys/dev/ic/qla.c
131
int qla_alloc_ccbs(struct qla_softc *);
sys/dev/ic/qla.c
132
void qla_free_ccbs(struct qla_softc *);
sys/dev/ic/qla.c
1325
qla_softreset(struct qla_softc *sc)
sys/dev/ic/qla.c
136
void qla_dump_iocb(struct qla_softc *, void *);
sys/dev/ic/qla.c
137
void qla_dump_iocb_segs(struct qla_softc *, void *, int);
sys/dev/ic/qla.c
1383
qla_update_topology(struct qla_softc *sc)
sys/dev/ic/qla.c
1432
qla_update_fabric(struct qla_softc *sc)
sys/dev/ic/qla.c
1492
qla_get_port_name_list(struct qla_softc *sc, u_int32_t match)
sys/dev/ic/qla.c
1563
qla_next_fabric_port(struct qla_softc *sc, u_int32_t *firstport,
sys/dev/ic/qla.c
1626
qla_fabric_plogi(struct qla_softc *sc, struct qla_fc_port *port)
sys/dev/ic/qla.c
1690
qla_fabric_plogo(struct qla_softc *sc, struct qla_fc_port *port)
sys/dev/ic/qla.c
1708
qla_update_done(struct qla_softc *sc, int task)
sys/dev/ic/qla.c
1714
qla_update_start(struct qla_softc *sc, int task)
sys/dev/ic/qla.c
1721
qla_clear_port_lists(struct qla_softc *sc)
sys/dev/ic/qla.c
1746
struct qla_softc *sc = xsc;
sys/dev/ic/qla.c
177
qla_classify_port(struct qla_softc *sc, u_int32_t location,
sys/dev/ic/qla.c
2025
qla_async(struct qla_softc *sc, u_int16_t info)
sys/dev/ic/qla.c
2131
qla_dump_iocb(struct qla_softc *sc, void *buf)
sys/dev/ic/qla.c
2152
qla_dump_iocb_segs(struct qla_softc *sc, void *segs, int n)
sys/dev/ic/qla.c
2172
qla_put_marker(struct qla_softc *sc, void *buf)
sys/dev/ic/qla.c
2198
qla_put_cmd(struct qla_softc *sc, void *buf, struct scsi_xfer *xs,
sys/dev/ic/qla.c
225
qla_get_loop_id(struct qla_softc *sc, int start)
sys/dev/ic/qla.c
2272
qla_verify_firmware(struct qla_softc *sc, u_int16_t addr)
sys/dev/ic/qla.c
2281
qla_load_firmware_words(struct qla_softc *sc, const u_int16_t *src,
sys/dev/ic/qla.c
2300
qla_load_firmware_2100(struct qla_softc *sc)
sys/dev/ic/qla.c
2307
qla_load_firmware_2200(struct qla_softc *sc)
sys/dev/ic/qla.c
2314
qla_load_fwchunk_2300(struct qla_softc *sc, struct qla_dmamem *mem,
sys/dev/ic/qla.c
2356
qla_load_firmware_2300(struct qla_softc *sc)
sys/dev/ic/qla.c
2372
qla_load_firmware_2322(struct qla_softc *sc)
sys/dev/ic/qla.c
2404
qla_read_nvram(struct qla_softc *sc)
sys/dev/ic/qla.c
2487
qla_dmamem_alloc(struct qla_softc *sc, size_t size)
sys/dev/ic/qla.c
249
qla_get_port_db(struct qla_softc *sc, u_int16_t loopid, struct qla_dmamem *mem)
sys/dev/ic/qla.c
2529
qla_dmamem_free(struct qla_softc *sc, struct qla_dmamem *m)
sys/dev/ic/qla.c
2539
qla_alloc_ccbs(struct qla_softc *sc)
sys/dev/ic/qla.c
2622
qla_free_ccbs(struct qla_softc *sc)
sys/dev/ic/qla.c
2638
struct qla_softc *sc = xsc;
sys/dev/ic/qla.c
2653
struct qla_softc *sc = xsc;
sys/dev/ic/qla.c
274
qla_add_loop_port(struct qla_softc *sc, struct qla_fc_port *port)
sys/dev/ic/qla.c
327
qla_add_fabric_port(struct qla_softc *sc, struct qla_fc_port *port)
sys/dev/ic/qla.c
364
qla_add_logged_in_port(struct qla_softc *sc, int loopid, u_int32_t portid)
sys/dev/ic/qla.c
425
qla_attach(struct qla_softc *sc)
sys/dev/ic/qla.c
430
int (*loadfirmware)(struct qla_softc *) = NULL;
sys/dev/ic/qla.c
69
u_int16_t qla_read(struct qla_softc *, bus_size_t);
sys/dev/ic/qla.c
70
void qla_write(struct qla_softc *, bus_size_t, u_int16_t);
sys/dev/ic/qla.c
71
void qla_host_cmd(struct qla_softc *sc, u_int16_t);
sys/dev/ic/qla.c
711
qla_detach(struct qla_softc *sc, int flags)
sys/dev/ic/qla.c
717
qla_handle_resp(struct qla_softc *sc, u_int16_t id)
sys/dev/ic/qla.c
73
u_int16_t qla_read_queue_2100(struct qla_softc *, bus_size_t);
sys/dev/ic/qla.c
75
int qla_mbox(struct qla_softc *, int);
sys/dev/ic/qla.c
76
int qla_sns_req(struct qla_softc *, struct qla_dmamem *, int);
sys/dev/ic/qla.c
78
u_int16_t qla_read_mbox(struct qla_softc *, int);
sys/dev/ic/qla.c
79
void qla_write_mbox(struct qla_softc *, int, u_int16_t);
sys/dev/ic/qla.c
81
void qla_handle_intr(struct qla_softc *, u_int16_t, u_int16_t);
sys/dev/ic/qla.c
82
void qla_set_ints(struct qla_softc *, int);
sys/dev/ic/qla.c
83
int qla_read_isr_1G(struct qla_softc *, u_int16_t *, u_int16_t *);
sys/dev/ic/qla.c
84
int qla_read_isr_2G(struct qla_softc *, u_int16_t *, u_int16_t *);
sys/dev/ic/qla.c
85
void qla_clear_isr(struct qla_softc *, u_int16_t);
sys/dev/ic/qla.c
854
qla_handle_intr(struct qla_softc *sc, u_int16_t isr, u_int16_t info)
sys/dev/ic/qla.c
87
void qla_update_start(struct qla_softc *, int);
sys/dev/ic/qla.c
88
void qla_update_done(struct qla_softc *, int);
sys/dev/ic/qla.c
91
void qla_put_marker(struct qla_softc *, void *);
sys/dev/ic/qla.c
92
void qla_put_cmd(struct qla_softc *, void *, struct scsi_xfer *,
sys/dev/ic/qla.c
931
struct qla_softc *sc = xsc;
sys/dev/ic/qla.c
94
struct qla_ccb *qla_handle_resp(struct qla_softc *, u_int16_t);
sys/dev/ic/qla.c
945
struct qla_softc *sc = link->bus->sb_adapter_softc;
sys/dev/ic/qla.c
96
int qla_get_port_name_list(struct qla_softc *, u_int32_t);
sys/dev/ic/qla.c
967
struct qla_softc *sc = link->bus->sb_adapter_softc;
sys/dev/ic/qla.c
97
struct qla_fc_port *qla_next_fabric_port(struct qla_softc *, u_int32_t *,
sys/dev/ic/qla.c
99
int qla_get_port_db(struct qla_softc *c, u_int16_t,
sys/dev/ic/qlavar.h
194
int qla_attach(struct qla_softc *);
sys/dev/ic/qlavar.h
195
int qla_detach(struct qla_softc *, int);
sys/dev/ic/qlavar.h
28
struct qla_softc;
sys/dev/ic/qlavar.h
45
u_int16_t (*read)(struct qla_softc *, bus_size_t);
sys/dev/ic/qlavar.h
46
int (*read_isr)(struct qla_softc *,
sys/dev/ic/qlavar.h
93
struct qla_softc *ccb_sc;
sys/dev/pci/qla_pci.c
216
struct qla_softc *sc = &psc->psc_qla;
sys/dev/pci/qla_pci.c
48
struct qla_softc psc_qla;
sys/dev/pci/qla_pci.c
85
struct qla_softc *sc = &psc->psc_qla;
sys/dev/sbus/qla_sbus.c
45
sizeof(struct qla_softc),
sys/dev/sbus/qla_sbus.c
65
struct qla_softc *sc = (void *)self;