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