Lines Matching defs:vnet_softc
130 struct vnet_softc { struct
131 device_t sc_dv;
132 bus_space_tag_t sc_bustag;
133 bus_dma_tag_t sc_dmatag;
135 uint64_t sc_tx_ino;
136 uint64_t sc_rx_ino;
137 void *sc_tx_ih;
138 void *sc_rx_ih;
140 struct ldc_conn sc_lc;
142 uint16_t sc_vio_state;
156 struct callout sc_handshake_co;
158 uint8_t sc_xfer_mode;
160 uint32_t sc_local_sid;
161 uint64_t sc_dring_ident;
162 uint64_t sc_seq_no;
164 u_int sc_tx_prod;
188 CFATTACH_DECL_NEW(vnet, sizeof(struct vnet_softc), argument