Searched defs:udbp_softc (Results 1 – 1 of 1) sorted by relevance
115 struct udbp_softc { struct116 struct mtx sc_mtx;117 struct ng_bt_mbufq sc_xmitq_hipri; /* hi-priority transmit queue */118 struct ng_bt_mbufq sc_xmitq; /* low-priority transmit queue */120 struct usb_xfer *sc_xfer[UDBP_T_MAX];121 node_p sc_node; /* back pointer to node */122 hook_p sc_hook; /* pointer to the hook */123 struct mbuf *sc_bulk_in_buffer;125 uint32_t sc_packets_in; /* packets in from downstream */126 uint32_t sc_packets_out; /* packets out towards downstream */[all …]