Symbol: qle_softc
sys/dev/pci/qle.c
1021
qle_handle_resp(struct qle_softc *sc, u_int32_t id)
sys/dev/pci/qle.c
1200
qle_handle_intr(struct qle_softc *sc, u_int16_t isr, u_int16_t info)
sys/dev/pci/qle.c
122
struct qle_softc *ccb_sc;
sys/dev/pci/qle.c
1254
struct qle_softc *sc = xsc;
sys/dev/pci/qle.c
1268
struct qle_softc *sc = link->bus->sb_adapter_softc;
sys/dev/pci/qle.c
1286
struct qle_softc *sc = link->bus->sb_adapter_softc;
sys/dev/pci/qle.c
1420
qle_read(struct qle_softc *sc, int offset)
sys/dev/pci/qle.c
1430
qle_write(struct qle_softc *sc, int offset, u_int32_t value)
sys/dev/pci/qle.c
1438
qle_read_mbox(struct qle_softc *sc, int mbox)
sys/dev/pci/qle.c
1449
qle_write_mbox(struct qle_softc *sc, int mbox, u_int16_t value)
sys/dev/pci/qle.c
1458
qle_host_cmd(struct qle_softc *sc, u_int32_t cmd)
sys/dev/pci/qle.c
1466
qle_mbox(struct qle_softc *sc, int maskin)
sys/dev/pci/qle.c
1536
qle_set_ints(struct qle_softc *sc, int enabled)
sys/dev/pci/qle.c
1543
qle_read_isr(struct qle_softc *sc, u_int16_t *isr, u_int16_t *info)
sys/dev/pci/qle.c
1585
qle_clear_isr(struct qle_softc *sc, u_int16_t isr)
sys/dev/pci/qle.c
1591
qle_update_done(struct qle_softc *sc, int task)
sys/dev/pci/qle.c
1597
qle_update_cancel(struct qle_softc *sc)
sys/dev/pci/qle.c
1605
qle_update_start(struct qle_softc *sc, int task)
sys/dev/pci/qle.c
1613
qle_update_defer(struct qle_softc *sc, int task)
sys/dev/pci/qle.c
1622
qle_clear_port_lists(struct qle_softc *sc)
sys/dev/pci/qle.c
1644
qle_softreset(struct qle_softc *sc)
sys/dev/pci/qle.c
1721
qle_update_topology(struct qle_softc *sc)
sys/dev/pci/qle.c
1770
qle_update_fabric(struct qle_softc *sc)
sys/dev/pci/qle.c
1825
qle_ct_pass_through(struct qle_softc *sc, u_int32_t port_handle,
sys/dev/pci/qle.c
1888
qle_next_fabric_port(struct qle_softc *sc, u_int32_t *firstport,
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
2094
struct qle_softc *sc = xsc;
sys/dev/pci/qle.c
2101
struct qle_softc *sc = xsc;
sys/dev/pci/qle.c
231
sizeof(struct qle_softc),
sys/dev/pci/qle.c
2395
qle_async(struct qle_softc *sc, u_int16_t info)
sys/dev/pci/qle.c
2473
qle_dump_stuff(struct qle_softc *sc, void *buf, int n)
sys/dev/pci/qle.c
2494
qle_dump_iocb(struct qle_softc *sc, void *buf)
sys/dev/pci/qle.c
251
u_int32_t qle_read(struct qle_softc *, int);
sys/dev/pci/qle.c
2515
qle_dump_iocb_segs(struct qle_softc *sc, void *segs, int n)
sys/dev/pci/qle.c
252
void qle_write(struct qle_softc *, int, u_int32_t);
sys/dev/pci/qle.c
253
void qle_host_cmd(struct qle_softc *sc, u_int32_t);
sys/dev/pci/qle.c
2536
qle_put_marker(struct qle_softc *sc, void *buf)
sys/dev/pci/qle.c
255
int qle_mbox(struct qle_softc *, int);
sys/dev/pci/qle.c
2559
qle_put_cmd(struct qle_softc *sc, void *buf, struct scsi_xfer *xs,
sys/dev/pci/qle.c
256
int qle_ct_pass_through(struct qle_softc *sc,
sys/dev/pci/qle.c
260
u_int16_t qle_read_mbox(struct qle_softc *, int);
sys/dev/pci/qle.c
261
void qle_write_mbox(struct qle_softc *, int, u_int16_t);
sys/dev/pci/qle.c
263
void qle_handle_intr(struct qle_softc *, u_int16_t, u_int16_t);
sys/dev/pci/qle.c
264
void qle_set_ints(struct qle_softc *, int);
sys/dev/pci/qle.c
265
int qle_read_isr(struct qle_softc *, u_int16_t *, u_int16_t *);
sys/dev/pci/qle.c
2657
qle_load_fwchunk(struct qle_softc *sc, struct qle_dmamem *mem,
sys/dev/pci/qle.c
266
void qle_clear_isr(struct qle_softc *, u_int16_t);
sys/dev/pci/qle.c
268
void qle_put_marker(struct qle_softc *, void *);
sys/dev/pci/qle.c
269
void qle_put_cmd(struct qle_softc *, void *, struct scsi_xfer *,
sys/dev/pci/qle.c
2700
qle_load_firmware_chunks(struct qle_softc *sc, const u_int32_t *fw)
sys/dev/pci/qle.c
271
struct qle_ccb *qle_handle_resp(struct qle_softc *, u_int32_t);
sys/dev/pci/qle.c
2723
qle_read_ram_word(struct qle_softc *sc, u_int32_t addr)
sys/dev/pci/qle.c
2735
qle_verify_firmware(struct qle_softc *sc, u_int32_t addr)
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
2758
qle_read_nvram(struct qle_softc *sc)
sys/dev/pci/qle.c
276
int qle_get_port_db(struct qle_softc *, u_int16_t,
sys/dev/pci/qle.c
278
int qle_get_port_name_list(struct qle_softc *sc, 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
2801
qle_dmamem_alloc(struct qle_softc *sc, size_t size)
sys/dev/pci/qle.c
281
int qle_add_logged_in_port(struct qle_softc *, u_int16_t,
sys/dev/pci/qle.c
283
int qle_classify_port(struct qle_softc *, u_int32_t, u_int64_t,
sys/dev/pci/qle.c
2843
qle_dmamem_free(struct qle_softc *sc, struct qle_dmamem *m)
sys/dev/pci/qle.c
285
int qle_get_loop_id(struct qle_softc *sc, int);
sys/dev/pci/qle.c
2853
qle_alloc_ccbs(struct qle_softc *sc)
sys/dev/pci/qle.c
286
void qle_clear_port_lists(struct qle_softc *);
sys/dev/pci/qle.c
287
int qle_softreset(struct qle_softc *);
sys/dev/pci/qle.c
288
void qle_update_topology(struct qle_softc *);
sys/dev/pci/qle.c
289
int qle_update_fabric(struct qle_softc *);
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
295
void qle_update_start(struct qle_softc *, int);
sys/dev/pci/qle.c
2950
qle_free_ccbs(struct qle_softc *sc)
sys/dev/pci/qle.c
296
void qle_update_defer(struct qle_softc *, int);
sys/dev/pci/qle.c
2966
struct qle_softc *sc = xsc;
sys/dev/pci/qle.c
297
void qle_update_cancel(struct qle_softc *);
sys/dev/pci/qle.c
298
void qle_update_done(struct qle_softc *, int);
sys/dev/pci/qle.c
2981
struct qle_softc *sc = xsc;
sys/dev/pci/qle.c
301
int qle_async(struct qle_softc *, u_int16_t);
sys/dev/pci/qle.c
303
int qle_load_fwchunk(struct qle_softc *,
sys/dev/pci/qle.c
305
u_int32_t qle_read_ram_word(struct qle_softc *, u_int32_t);
sys/dev/pci/qle.c
306
int qle_verify_firmware(struct qle_softc *, u_int32_t);
sys/dev/pci/qle.c
307
int qle_load_firmware_chunks(struct qle_softc *, const u_int32_t *);
sys/dev/pci/qle.c
308
int qle_read_nvram(struct qle_softc *);
sys/dev/pci/qle.c
310
struct qle_dmamem *qle_dmamem_alloc(struct qle_softc *, size_t);
sys/dev/pci/qle.c
311
void qle_dmamem_free(struct qle_softc *, struct qle_dmamem *);
sys/dev/pci/qle.c
313
int qle_alloc_ccbs(struct qle_softc *);
sys/dev/pci/qle.c
314
void qle_free_ccbs(struct qle_softc *);
sys/dev/pci/qle.c
318
void qle_dump_stuff(struct qle_softc *, void *, int);
sys/dev/pci/qle.c
319
void qle_dump_iocb(struct qle_softc *, void *);
sys/dev/pci/qle.c
320
void qle_dump_iocb_segs(struct qle_softc *, void *, int);
sys/dev/pci/qle.c
339
struct qle_softc *sc = (void *)self;
sys/dev/pci/qle.c
691
struct qle_softc *sc = (struct qle_softc *)self;
sys/dev/pci/qle.c
708
qle_classify_port(struct qle_softc *sc, u_int32_t location,
sys/dev/pci/qle.c
756
qle_get_loop_id(struct qle_softc *sc, int start)
sys/dev/pci/qle.c
774
qle_get_port_db(struct qle_softc *sc, u_int16_t loopid, struct qle_dmamem *mem)
sys/dev/pci/qle.c
793
qle_get_port_name_list(struct qle_softc *sc, u_int32_t match)
sys/dev/pci/qle.c
866
qle_add_loop_port(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
921
qle_add_fabric_port(struct qle_softc *sc, struct qle_fc_port *port)
sys/dev/pci/qle.c
959
qle_add_logged_in_port(struct qle_softc *sc, u_int16_t loopid,