Lines Matching refs:svc
177 const struct tb_service *svc; member
1161 if (net->svc->prtcstns & TBNET_MATCH_FRAGS_ID) in tbnet_start_xmit()
1224 static int tbnet_probe(struct tb_service *svc, const struct tb_service_id *id) in tbnet_probe() argument
1226 struct tb_xdomain *xd = tb_service_parent(svc); in tbnet_probe()
1235 SET_NETDEV_DEV(dev, &svc->dev); in tbnet_probe()
1244 net->svc = svc; in tbnet_probe()
1282 tb_service_set_drvdata(svc, net); in tbnet_probe()
1294 static void tbnet_remove(struct tb_service *svc) in tbnet_remove() argument
1296 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_remove()
1303 static void tbnet_shutdown(struct tb_service *svc) in tbnet_shutdown() argument
1305 tbnet_tear_down(tb_service_get_drvdata(svc), true); in tbnet_shutdown()
1310 struct tb_service *svc = tb_to_service(dev); in tbnet_suspend() local
1311 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_suspend()
1325 struct tb_service *svc = tb_to_service(dev); in tbnet_resume() local
1326 struct tbnet *net = tb_service_get_drvdata(svc); in tbnet_resume()