Home
last modified time | relevance | path

Searched refs:tlvSize (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMI.c379 u16 tlvSize = 0; in GetTLV() local
389 pos += tlvSize + 3) in GetTLV()
391 tlvSize = le16_to_cpu( get_unaligned(((u16 *)(pQMIMessage + pos + 1) )) ); in GetTLV()
394 if (bufferLen < tlvSize) in GetTLV()
399 for (cpyCount = 0; cpyCount < tlvSize; cpyCount++) in GetTLV()
404 return tlvSize; in GetTLV()