Lines Matching refs:qcpas_softc

59 struct qcpas_softc {
104 sizeof (struct qcpas_softc), qcpas_match, qcpas_attach
112 int qcpas_map_memory(struct qcpas_softc *);
113 int qcpas_mdt_init(struct qcpas_softc *, u_char *, size_t);
114 void qcpas_glink_attach(struct qcpas_softc *, int);
117 qcpas_dmamem_alloc(struct qcpas_softc *, bus_size_t, bus_size_t);
118 void qcpas_dmamem_free(struct qcpas_softc *, struct qcpas_dmamem *);
120 void qcpas_intr_establish(struct qcpas_softc *, int, char *, void *);
139 struct qcpas_softc *sc = (struct qcpas_softc *)self;
184 struct qcpas_softc *sc = (struct qcpas_softc *)self;
234 qcpas_map_memory(struct qcpas_softc *sc)
273 qcpas_mdt_init(struct qcpas_softc *sc, u_char *fw, size_t fwlen)
391 qcpas_dmamem_alloc(struct qcpas_softc *sc, bus_size_t size, bus_size_t align)
432 qcpas_dmamem_free(struct qcpas_softc *sc, struct qcpas_dmamem *tdm)
441 qcpas_intr_establish(struct qcpas_softc *sc, int i, char *name, void *handler)
467 struct qcpas_softc *sc = cookie;
518 struct qcpas_softc *ch_sc;
547 void qcpas_glink_tx(struct qcpas_softc *, uint8_t *, int);
548 void qcpas_glink_tx_commit(struct qcpas_softc *);
549 void qcpas_glink_rx(struct qcpas_softc *, uint8_t *, int);
550 void qcpas_glink_rx_commit(struct qcpas_softc *);
570 qcpas_glink_attach(struct qcpas_softc *sc, int node)
618 qcpas_glink_rx(struct qcpas_softc *sc, uint8_t *buf, int len)
651 qcpas_glink_rx_commit(struct qcpas_softc *sc)
665 qcpas_glink_tx(struct qcpas_softc *sc, uint8_t *buf, int len)
695 qcpas_glink_tx_commit(struct qcpas_softc *sc)
713 struct qcpas_softc *sc = ch->ch_sc;
746 qcpas_glink_recv_version(struct qcpas_softc *sc, uint32_t version,
766 qcpas_glink_recv_open(struct qcpas_softc *sc, uint32_t rcid, uint32_t namelen)
833 qcpas_glink_recv_open_ack(struct qcpas_softc *sc, uint32_t lcid)
872 qcpas_glink_recv_intent(struct qcpas_softc *sc, uint32_t rcid, uint32_t count)
905 qcpas_glink_recv_tx_data(struct qcpas_softc *sc, uint32_t rcid, uint32_t liid)
960 qcpas_glink_recv_rx_done(struct qcpas_softc *sc, uint32_t rcid, uint32_t riid,
996 struct qcpas_softc *sc = cookie;
1039 struct qcpas_softc *sc = cookie;