Lines Matching refs:CID

561     UINT32 CID; //Specifies the CID that identifies the parameter being queried for  member
571 UINT32 CID; //Specifies the CID that identifies the parameter being queried for member
591 UINT32 CID; //Specifies the CID that identifies the parameter being queried for member
911 static MBIM_MESSAGE_HEADER *compose_basic_connect_command(UINT32 CID, UINT32 CommandType, void *pIn… in compose_basic_connect_command() argument
927 pRequest->CID = htole32(CID); in compose_basic_connect_command()
939 static MBIM_MESSAGE_HEADER *compose_basic_connect_ext_command(UINT32 CID, UINT32 CommandType, void … in compose_basic_connect_ext_command() argument
941 …MBIM_COMMAND_MSG_T *pRequest = (MBIM_COMMAND_MSG_T *)compose_basic_connect_command(CID, CommandTyp… in compose_basic_connect_ext_command()
1017 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdMsg->CID)), le32toh(pCmdMsg->CID)); in mbim_dump_command_msg()
1024 …mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pCmdDone->CID)), le32toh(pCmdDone->CID)); in mbim_dump_command_done()
1032 …bim_debug("%s CID = %s (%u)", direction, MS_CID2Str(le32toh(pIndMsg->CID)), le32toh(pIndMsg->CID)); in mbim_dump_indicate_msg()
1034 … mbim_debug("%s CID = %s (%u)", direction, CID2Str(le32toh(pIndMsg->CID)), le32toh(pIndMsg->CID)); in mbim_dump_indicate_msg()
1199 switch (le32toh(pCmdMsg->CID)) { in mbim_dump()
1224 switch (le32toh(pCmdDone->CID)) { in mbim_dump()
1264 switch (le32toh(pIndMsg->CID)) { in mbim_dump()
1330 switch (le32toh(pIndMsg->CID)) { in mbim_recv_command()