Lines Matching defs:net
238 static int tbnet_login_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_login_response()
255 static int tbnet_login_request(struct tbnet *net, u8 sequence) in tbnet_login_request()
275 static int tbnet_logout_response(struct tbnet *net, u64 route, u8 sequence, in tbnet_logout_response()
289 static int tbnet_logout_request(struct tbnet *net) in tbnet_logout_request()
306 static void start_login(struct tbnet *net) in start_login()
317 static void stop_login(struct tbnet *net) in stop_login()
364 static void tbnet_tear_down(struct tbnet *net, bool send_logout) in tbnet_tear_down()
409 struct tbnet *net = data; in tbnet_handle_packet() local
481 static int tbnet_alloc_rx_buffers(struct tbnet *net, unsigned int nbuffers) in tbnet_alloc_rx_buffers()
527 static struct tbnet_frame *tbnet_get_tx_buffer(struct tbnet *net) in tbnet_get_tx_buffer()
552 struct tbnet *net = netdev_priv(tf->dev); in tbnet_tx_callback() local
561 static int tbnet_alloc_tx_buffers(struct tbnet *net) in tbnet_alloc_tx_buffers()
601 struct tbnet *net = container_of(work, typeof(*net), connected_work); in tbnet_connected_work() local
664 struct tbnet *net = container_of(work, typeof(*net), login_work.work); in tbnet_login_work() local
692 struct tbnet *net = container_of(work, typeof(*net), disconnect_work); in tbnet_disconnect_work() local
697 static bool tbnet_check_frame(struct tbnet *net, const struct tbnet_frame *tf, in tbnet_check_frame()
770 struct tbnet *net = container_of(napi, struct tbnet, napi); in tbnet_poll() local
871 struct tbnet *net = data; in tbnet_start_poll() local
878 struct tbnet *net = netdev_priv(dev); in tbnet_open() local
932 struct tbnet *net = netdev_priv(dev); in tbnet_stop() local
949 static bool tbnet_xmit_csum_and_map(struct tbnet *net, struct sk_buff *skb, in tbnet_xmit_csum_and_map()
1060 struct tbnet *net = netdev_priv(dev); in tbnet_start_xmit() local
1196 struct tbnet *net = netdev_priv(dev); in tbnet_get_stats64() local
1221 const struct tbnet *net = netdev_priv(dev); in tbnet_generate_mac() local
1242 struct tbnet *net; in tbnet_probe() local
1310 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove() local
1325 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend() local
1340 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume() local