Searched refs:mbim_debug (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | quectel-mbim-proxy.c | 84 #define mbim_debug(fmt, args...) do { fprintf(stdout, "%s " fmt, get_time(), ##args); } while(0); macro 93 mbim_debug("%s poll ret=%d, errno: %d(%s)\n", __func__, ret, errno, strerror(errno)); in non_block_write() 98 mbim_debug("%s write ret=%d, errno: %d(%s)\n", __func__, ret, errno, strerror(errno)); in non_block_write() 112 mbim_debug("%s()\n", __func__); in mbim_send_open_msg() 128 mbim_debug("socket failed: %s\n", strerror(errno)); in proxy_make_server() 132 …mbim_debug("fcntl set server(%d) NONBLOCK attribute failed: %s\n", mbim_server_fd, strerror(errno)… in proxy_make_server() 142 mbim_debug("setsockopt failed\n"); in proxy_make_server() 148 mbim_debug("bind failed: %s\n", strerror(errno)); in proxy_make_server() 164 mbim_debug("proxy accept failed: %s\n", strerror(errno)); in handle_client_connect() 169 … mbim_debug("fcntl set client(%d) NONBLOCK attribute failed: %s\n", client_fd, strerror(errno)); in handle_client_connect() [all …]
|
| H A D | mbim-cm.c | 73 #define mbim_debug dbg_time macro 1008 mbim_debug("%s Header:", direction); in mbim_dump_header() 1009 mbim_debug("%s MessageLength = %u", direction, le32toh(pMsg->MessageLength)); in mbim_dump_header() 1010 …mbim_debug("%s MessageType = %s (0x%08x)", direction, MBIMMSGTypeStr(le32toh(pMsg->MessageType)),… in mbim_dump_header() 1011 mbim_debug("%s TransactionId = %u", direction, le32toh(pMsg->TransactionId)); in mbim_dump_header() 1012 mbim_debug("%s Contents:", direction); in mbim_dump_header() 1016 …mbim_debug("%s DeviceServiceId = %s (%s)", direction, DeviceServiceId2str(&pCmdMsg->DeviceServiceI… in mbim_dump_command_msg() 1017 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdMsg->CID)), le32toh(pCmdMsg->CID)); in mbim_dump_command_msg() 1018 …mbim_debug("%s CommandType = %s (%u)", direction, le32toh(pCmdMsg->CommandType) ? "set" : "query",… in mbim_dump_command_msg() 1019 …mbim_debug("%s InformationBufferLength = %u", direction, le32toh(pCmdMsg->InformationBufferLength)… in mbim_dump_command_msg() [all …]
|