Lines Matching defs:udbp_softc
115 struct udbp_softc { struct
116 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 */
128 uint8_t sc_flags;
132 uint8_t sc_name[16];