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