Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/bluetooth/drivers/ubt/
H A Dng_ubt_var.h128 typedef struct ubt_softc * ubt_softc_p; typedef
H A Dng_ubt.c136 static void ubt_task_schedule(ubt_softc_p, int);
257 static int ubt_fwd_mbuf_up(ubt_softc_p, struct mbuf **);
1279 ubt_fwd_mbuf_up(ubt_softc_p sc, struct mbuf **m) in ubt_fwd_mbuf_up()
1331 ubt_task_schedule(ubt_softc_p sc, int action) in ubt_task_schedule()
1379 ubt_softc_p sc = context; in ubt_task()