Lines Matching defs:hso_net
160 struct hso_net { struct
161 struct hso_device *parent;
162 struct net_device *net;
163 struct rfkill *rfkill;
165 struct usb_endpoint_descriptor *in_endp;
166 struct usb_endpoint_descriptor *out_endp;
168 struct urb *mux_bulk_rx_urb_pool[MUX_BULK_RX_BUF_COUNT];
169 struct urb *mux_bulk_tx_urb;
170 void *mux_bulk_rx_buf_pool[MUX_BULK_RX_BUF_COUNT];
171 void *mux_bulk_tx_buf;
173 struct sk_buff *skb_rx_buf;
174 struct sk_buff *skb_tx_buf;
176 enum pkt_parse_state rx_parse_state;
177 spinlock_t net_lock;
179 unsigned short rx_buf_size;
180 unsigned short rx_buf_missing;
181 struct iphdr rx_ip_hdr;
183 unsigned long flags;
2142 struct hso_net *hso_net = dev2net(hso_dev); in hso_start_net_device() local
2175 struct hso_net *hso_net = dev2net(hso_dev); in hso_stop_net_device() local
2417 struct hso_net *hso_net = dev2net(hso_dev); in hso_free_net_device() local
2452 struct hso_net *hso_net = netdev_priv(net); in hso_net_init() local
2510 struct hso_net *hso_net = dev2net(hso_dev); in hso_create_rfkill() local
2549 struct hso_net *hso_net; in hso_create_net_device() local
3095 struct hso_net *hso_net; in hso_resume() local