Searched defs:ubt_softc (Results 1 – 1 of 1) sorted by relevance
107 struct ubt_softc { struct108 device_t sc_dev; /* for debug printf */111 ng_ubt_node_debug_ep sc_debug; /* debug level */113 ng_ubt_node_stat_ep sc_stat; /* statistic */123 struct mtx sc_if_mtx; /* interfaces lock */124 struct usb_xfer *sc_xfer[UBT_N_TRANSFER];126 struct mtx sc_ng_mtx; /* lock for shared NG data */129 struct ng_bt_mbufq sc_cmdq; /* HCI command queue */158 typedef struct ubt_softc ubt_softc_t; argument