Home
last modified time | relevance | path

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

/drivers/peripheral/usb/net/src/
H A Drndis_rawapi.c223 static int32_t UsbnetHostHandleMsg(struct UsbnetHost *usbNet, struct RndisMsgHdr *buf, int buflen, uint32_t xid) in UsbnetHostHandleMsg() argument
235 if (requestId == xid) { in UsbnetHostHandleMsg()
271 uint32_t xid = 0; in HostRndisCommand() local
273 /* Issue the request; xid is unique, don't bother byteswapping it */ in HostRndisCommand()
275 xid = usbNet->xid++; in HostRndisCommand()
276 if (!xid) { in HostRndisCommand()
277 xid = usbNet->xid++; in HostRndisCommand()
279 buf->requestId = (__le32) xid; in HostRndisCommand()
[all...]
/drivers/peripheral/usb/net/include/
H A Dusb_net_host.h96 uint32_t xid; member

Completed in 2 milliseconds