Home
last modified time | relevance | path

Searched refs:hwnet (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c3193 struct hw_cdc_net *hwnet = (struct hw_cdc_net *)dev_get_drvdata(&intf->dev); local
3199 if (hwnet->qmi_sync == 1) {
3200 deverr(hwnet, "%s: The ndis port is busy.", __FUNCTION__);
3206 deverr(hwnet, "%s: The request is not supported.", __FUNCTION__);
3213 deverr(hwnet, "%s: Kmalloc the buffer failed.", __FUNCTION__);
3223 deverr(hwnet, "usbnet_cdc_ioctl: copy_from_user failed");
3237 deverr(hwnet, "%s: The buffer is null, can not read the response.", __FUNCTION__);
3247 if (hwnet) {
3248 netif_carrier_on(hwnet->net);
3251 if (hwnet) {
[all...]

Completed in 6 milliseconds