Lines Matching refs:siw_device
63 static int siw_device_register(struct siw_device *sdev, const char *name) in siw_device_register()
83 struct siw_device *sdev = to_siw_dev(base_dev); in siw_device_cleanup()
185 int siw_get_tx_cpu(struct siw_device *sdev) in siw_get_tx_cpu()
302 static struct siw_device *siw_device_create(struct net_device *netdev) in siw_device_create()
304 struct siw_device *sdev = NULL; in siw_device_create()
324 sdev = ib_alloc_device(siw_device, base_dev); in siw_device_create()
438 struct siw_device *sdev = in siw_netdev_down()
439 container_of(work, struct siw_device, netdev_down); in siw_netdev_down()
457 static void siw_device_goes_down(struct siw_device *sdev) in siw_device_goes_down()
470 struct siw_device *sdev; in siw_netdev_event()
536 struct siw_device *sdev = NULL; in siw_newlink()