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