Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_var.h159 typedef struct ubt_softc * ubt_softc_p; typedef
H A Dng_ubt.c141 static void ubt_task_schedule(ubt_softc_p, int);
263 static int ubt_fwd_mbuf_up(ubt_softc_p, struct mbuf **);
1405 ubt_fwd_mbuf_up(ubt_softc_p sc, struct mbuf **m) in ubt_fwd_mbuf_up()
1457 ubt_task_schedule(ubt_softc_p sc, int action) in ubt_task_schedule()
1505 ubt_softc_p sc = context; in ubt_task()