Searched refs:msgType (Results 1 - 2 of 2) sorted by relevance
| /drivers/peripheral/usb/net/include/ |
| H A D | rndis_rawapi.h | 56 __le32 msgType; /* RNDIS_MSG_* */ member 65 __le32 msgType; /* RNDIS_MSG_PACKET */ member 82 __le32 msgType; /* RNDIS_MSG_INIT */ member 92 __le32 msgType; /* RNDIS_MSG_INIT_C */ member 109 __le32 msgType; /* RNDIS_MSG_HALT */ member 116 __le32 msgType; /* RNDIS_MSG_QUERY */ member 133 __le32 msgType; /* RNDIS_MSG_QUERY_C */ member 143 __le32 msgType; /* RNDIS_MSG_SET */ member 154 __le32 msgType; /* RNDIS_MSG_SET_C */ member 162 __le32 msgType; /* RNDIS_MSG_RESE member 169 __le32 msgType; /* RNDIS_MSG_RESET_C */ global() member 177 __le32 msgType; /* RNDIS_MSG_INDICATE */ global() member 189 __le32 msgType; /* RNDIS_MSG_KEEPALIVE */ global() member 196 __le32 msgType; /* RNDIS_MSG_KEEPALIVE_C */ global() member [all...] |
| /drivers/peripheral/usb/net/src/ |
| H A D | rndis_rawapi.c | 188 struct RndisMsgHdr *buf, int buflen, uint32_t msgType) in UsbnetHostHandleNonRsp() 190 switch (msgType) { in UsbnetHostHandleNonRsp() 198 msg->msgType = CPU_TO_LE32(RNDIS_MSG_KEEPALIVE_C); in UsbnetHostHandleNonRsp() 218 CPU_TO_LE32(buf->msgType), CPU_TO_LE32(buf->msgLen)); in UsbnetHostHandleNonRsp() 225 uint32_t msgType = CPU_TO_LE32(buf->msgType); in UsbnetHostHandleMsg() local 229 uint32_t rsp = CPU_TO_LE32(buf->msgType) | RNDIS_MSG_COMPLETION; in UsbnetHostHandleMsg() 230 HARCH_INFO_PRINT("rndis reply msgType = %{public}x, msgLen = %{public}x," in UsbnetHostHandleMsg() 232 msgType, msgLen, status, requestId); in UsbnetHostHandleMsg() 234 if (msgType in UsbnetHostHandleMsg() 187 UsbnetHostHandleNonRsp(struct UsbnetHost *usbNet, struct RndisMsgHdr *buf, int buflen, uint32_t msgType) UsbnetHostHandleNonRsp() argument 270 uint32_t msgType = CPU_TO_LE32(buf->msgType); HostRndisCommand() local [all...] |
Completed in 2 milliseconds