Searched refs:rndis_command (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | rndis_host.c | 91 int rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen) in rndis_command() function 209 EXPORT_SYMBOL_GPL(rndis_command); variable 249 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in rndis_query() 351 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 436 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 451 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 476 (void) rndis_command(dev, (void *)halt, CONTROL_BUFFER_SIZE); in rndis_unbind()
|
/kernel/linux/linux-6.6/drivers/net/usb/ |
H A D | rndis_host.c | 91 int rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen) in rndis_command() function 209 EXPORT_SYMBOL_GPL(rndis_command); variable 249 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in rndis_query() 351 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 433 retval = rndis_command(dev, u.header, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 448 (void) rndis_command(dev, (void *)u.halt, CONTROL_BUFFER_SIZE); in generic_rndis_bind() 483 (void) rndis_command(dev, (void *)halt, CONTROL_BUFFER_SIZE); in rndis_unbind()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | rndis_host.h | 203 rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen);
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | rndis_host.h | 190 rndis_command(struct usbnet *dev, struct rndis_msg_hdr *buf, int buflen);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ |
H A D | rndis_wlan.c | 720 ret = rndis_command(dev, u.header, buflen); in rndis_query_oid() 723 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n", in rndis_query_oid() 801 ret = rndis_command(dev, u.header, buflen); in rndis_set_oid() 804 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n", in rndis_set_oid() 837 ret = rndis_command(usbdev, (void *)reset, CONTROL_BUFFER_SIZE); in rndis_reset() 3069 /* queue work to avoid recursive calls into rndis_command */ in rndis_wlan_indication() 3077 /* queue work to avoid recursive calls into rndis_command */ in rndis_wlan_indication() 3186 * also polls device with rndis_command() and catches for media link in rndis_device_poller() 3409 /* because rndis_command() sleeps we need to use workqueue */ in rndis_wlan_bind()
|
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/ |
H A D | rndis_wlan.c | 722 ret = rndis_command(dev, u.header, buflen); in rndis_query_oid() 725 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n", in rndis_query_oid() 803 ret = rndis_command(dev, u.header, buflen); in rndis_set_oid() 806 netdev_dbg(dev->net, "%s(%s): rndis_command() failed, %d (%08x)\n", in rndis_set_oid() 839 ret = rndis_command(usbdev, (void *)reset, CONTROL_BUFFER_SIZE); in rndis_reset() 3072 /* queue work to avoid recursive calls into rndis_command */ in rndis_wlan_indication() 3080 /* queue work to avoid recursive calls into rndis_command */ in rndis_wlan_indication() 3189 * also polls device with rndis_command() and catches for media link in rndis_device_poller() 3412 /* because rndis_command() sleeps we need to use workqueue */ in rndis_wlan_bind()
|
Completed in 15 milliseconds