Searched refs:hatm_softc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/hatm/
H A Dif_hatmvar.h90 struct hatm_softc;
324 struct hatm_softc *sc; /* back pointer */
365 struct hatm_softc { struct
623 void hatm_initialize(struct hatm_softc *);
624 void hatm_stop(struct hatm_softc *sc);
627 void hatm_rx(struct hatm_softc *sc, u_int cid, u_int flags, struct mbuf *m,
629 void hatm_tx_complete(struct hatm_softc *sc, struct tpd *tpd, uint32_t);
631 int hatm_tx_vcc_can_open(struct hatm_softc *sc, u_int cid, struct hevcc *);
632 void hatm_tx_vcc_open(struct hatm_softc *sc, u_int cid);
633 void hatm_rx_vcc_open(struct hatm_softc *s
[all...]
H A Dif_hatm.c199 hatm_alloc_dmamem(struct hatm_softc *sc, const char *what, struct dmamem *mem)
269 hatm_destroy_rmaps(struct hatm_softc *sc)
284 hatm_init_rmaps(struct hatm_softc *sc)
307 hatm_destroy_smbufs(struct hatm_softc *sc)
337 hatm_init_smbufs(struct hatm_softc *sc)
348 hatm_destroy_tpds(struct hatm_softc *sc)
368 hatm_init_tpds(struct hatm_softc *sc)
416 hatm_stop_tpds(struct hatm_softc *sc)
443 hatm_destroy(struct hatm_softc *sc)
509 hatm_reset(struct hatm_softc *s
[all...]
H A Dif_hatm_ioctl.c95 hatm_open_vcc(struct hatm_softc *sc, struct atmio_openvcc *arg)
176 hatm_load_vc(struct hatm_softc *sc, u_int cid, int reopen)
199 hatm_vcc_closed(struct hatm_softc *sc, u_int cid)
217 hatm_close_vcc(struct hatm_softc *sc, struct atmio_closevcc *arg)
278 struct hatm_softc *sc = ifp->if_softc;
H A Dif_hatm_tx.c112 hatm_alloc_tpd(struct hatm_softc *sc, u_int flags)
148 hatm_free_tpd(struct hatm_softc *sc, struct tpd *tpd)
168 hatm_queue_tpds(struct hatm_softc *sc, u_int count, struct tpd **list,
230 struct hatm_softc *sc;
354 struct hatm_softc *sc = ifp->if_softc;
502 hatm_tx_complete(struct hatm_softc *sc, struct tpd *tpd, uint32_t flags)
540 cps_to_rate(struct hatm_softc *sc, uint32_t cps)
562 hatm_tx_vcc_can_open(struct hatm_softc *sc, u_int cid, struct hevcc *vcc)
657 hatm_tx_vcc_open(struct hatm_softc *sc, u_int cid)
778 hatm_tx_vcc_close(struct hatm_softc *s
[all...]
H A Dif_hatm_intr.c89 static void hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group);
125 hatm_ext_alloc(struct hatm_softc *sc, u_int g)
154 he_intr_tbrq(struct hatm_softc *sc, struct hetbrq *q, u_int group)
196 hatm_mbuf_page_alloc(struct hatm_softc *sc, u_int group)
266 struct hatm_softc *sc = args;
277 struct hatm_softc *sc = args;
307 he_intr_rbp(struct hatm_softc *sc, struct herbp *rbp, u_int large,
414 hatm_rx_buffer(struct hatm_softc *sc, u_int group, u_int handle)
498 he_intr_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group)
534 struct hatm_softc *s
[all...]
H A Dif_hatm_rx.c81 hatm_rx(struct hatm_softc *sc, u_int cid, u_int flags, struct mbuf *m0,
273 hatm_rx_vcc_open(struct hatm_softc *sc, u_int cid)
310 hatm_rx_vcc_close(struct hatm_softc *sc, u_int cid)

Completed in 57 milliseconds