Lines Matching defs:tbnet
145 * struct tbnet - ThunderboltIP network driver private data
176 struct tbnet {
231 static int tbnet_login_response(struct tbnet *net, u64 route, u8 sequence,
248 static int tbnet_login_request(struct tbnet *net, u8 sequence)
268 static int tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence,
282 static int tbnet_logout_request(struct tbnet *net)
299 static void start_login(struct tbnet *net)
310 static void stop_login(struct tbnet *net)
357 static void tbnet_tear_down(struct tbnet *net, bool send_logout)
394 struct tbnet *net = data;
466 static int tbnet_alloc_rx_buffers(struct tbnet *net, unsigned int nbuffers)
512 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net)
537 struct tbnet *net = netdev_priv(tf->dev);
546 static int tbnet_alloc_tx_buffers(struct tbnet *net)
586 struct tbnet *net = container_of(work, typeof(*net), connected_work);
636 struct tbnet *net = container_of(work, typeof(*net), login_work.work);
664 struct tbnet *net = container_of(work, typeof(*net), disconnect_work);
669 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf,
742 struct tbnet *net = container_of(napi, struct tbnet, napi);
843 struct tbnet *net = data;
850 struct tbnet *net = netdev_priv(dev);
887 struct tbnet *net = netdev_priv(dev);
902 static bool tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb,
1013 struct tbnet *net = netdev_priv(dev);
1149 struct tbnet *net = netdev_priv(dev);
1174 const struct tbnet *net = netdev_priv(dev);
1193 struct tbnet *net;
1261 struct tbnet *net = tb_service_get_drvdata(svc);
1276 struct tbnet *net = tb_service_get_drvdata(svc);
1291 struct tbnet *net = tb_service_get_drvdata(svc);