Lines Matching defs:tbnet
149 * struct tbnet - ThunderboltIP network driver private data
180 struct tbnet {
240 static int tbnet_login_response(struct tbnet *net, u64 route, u8 sequence,
257 static int tbnet_login_request(struct tbnet *net, u8 sequence)
277 static int tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence,
291 static int tbnet_logout_request(struct tbnet *net)
308 static void start_login(struct tbnet *net)
321 static void stop_login(struct tbnet *net)
372 static void tbnet_tear_down(struct tbnet *net, bool send_logout)
421 struct tbnet *net = data;
499 static int tbnet_alloc_rx_buffers(struct tbnet *net, unsigned int nbuffers)
548 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net)
573 struct tbnet *net = netdev_priv(tf->dev);
582 static int tbnet_alloc_tx_buffers(struct tbnet *net)
624 struct tbnet *net = container_of(work, typeof(*net), connected_work);
691 struct tbnet *net = container_of(work, typeof(*net), login_work.work);
726 struct tbnet *net = container_of(work, typeof(*net), disconnect_work);
731 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf,
804 struct tbnet *net = container_of(napi, struct tbnet, napi);
911 struct tbnet *net = data;
918 struct tbnet *net = netdev_priv(dev);
972 struct tbnet *net = netdev_priv(dev);
989 static bool tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb,
1106 struct tbnet *net = netdev_priv(dev);
1245 struct tbnet *net = netdev_priv(dev);
1270 const struct tbnet *net = netdev_priv(dev);
1291 struct tbnet *net;
1359 struct tbnet *net = tb_service_get_drvdata(svc);
1374 struct tbnet *net = tb_service_get_drvdata(svc);
1389 struct tbnet *net = tb_service_get_drvdata(svc);