Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DStructs.h306 #define MERGE_PACKET_MAX_PAYLOAD_SIZE 56 macro
H A DQMIDevice.c548 …if (le16_to_cpu(mHeader->cur_len) < MERGE_PACKET_MAX_PAYLOAD_SIZE || mPacket->len >= le16_to_cpu(m… in MergeRecQmiMsg()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.h226 #define MERGE_PACKET_MAX_PAYLOAD_SIZE 56 macro
H A Dquectel-qmi-proxy.c401 #define MERGE_PACKET_MAX_PAYLOAD_SIZE 56 macro
470 …if (le16toh(header->cur_len) < MERGE_PACKET_MAX_PAYLOAD_SIZE || s_QMIPacket.len >= le16toh(header-… in merge_qmi_rsp_packet()
H A DQmiWwanCM.c303 …if (le16_to_cpu(header->cur_len) < MERGE_PACKET_MAX_PAYLOAD_SIZE || s_QMIPacket.len >= le16_to_cpu… in QmiWwanMergeQmiRsp()