Lines Matching refs:InformationBufferLength

563 …UINT32 InformationBufferLength; //Size of the Total InformationBuffer, may be larger than current …  member
573 …UINT32 InformationBufferLength; //Size of the Total InformationBuffer, may be larger than current … member
592 …UINT32 InformationBufferLength; //Size of the Total InformationBuffer, may be larger than current … member
911 …t_command(UINT32 CID, UINT32 CommandType, void *pInformationBuffer, UINT32 InformationBufferLength) in compose_basic_connect_command() argument
913 …*pRequest = (MBIM_COMMAND_MSG_T *)mbim_alloc(sizeof(MBIM_COMMAND_MSG_T) + InformationBufferLength); in compose_basic_connect_command()
919 …est->MessageHeader.MessageLength = htole32((sizeof(MBIM_COMMAND_MSG_T) + InformationBufferLength)); in compose_basic_connect_command()
929 if (InformationBufferLength && pInformationBuffer) { in compose_basic_connect_command()
930 pRequest->InformationBufferLength = htole32(InformationBufferLength); in compose_basic_connect_command()
931 memcpy(pRequest->InformationBuffer, pInformationBuffer, InformationBufferLength); in compose_basic_connect_command()
933 pRequest->InformationBufferLength = htole32(0); in compose_basic_connect_command()
939 …t_command(UINT32 CID, UINT32 CommandType, void *pInformationBuffer, UINT32 InformationBufferLength) in compose_basic_connect_ext_command() argument
941 …G_T *)compose_basic_connect_command(CID, CommandType, pInformationBuffer, InformationBufferLength); in compose_basic_connect_ext_command()
1019 …bim_debug("%s InformationBufferLength = %u", direction, le32toh(pCmdMsg->InformationBufferLength)); in mbim_dump_command_msg()
1026 …im_debug("%s InformationBufferLength = %u", direction, le32toh(pCmdDone->InformationBufferLength)); in mbim_dump_command_done()
1035 …bim_debug("%s InformationBufferLength = %u", direction, le32toh(pIndMsg->InformationBufferLength)); in mbim_dump_indicate_msg()
1220 if (le32toh(pCmdDone->InformationBufferLength) == 0) in mbim_dump()
1260 if (le32toh(pIndMsg->InformationBufferLength) == 0) in mbim_dump()
1630 if (le32toh(pCmdDone->InformationBufferLength)) in mbim_query_connect()
1661 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_ms_version_query()
1682 if (pCmdDone->InformationBufferLength) { in mbim_device_services_query()
1721 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_device_caps_query()
1754 if (pCmdDone->InformationBufferLength) {
1774 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_set_radio_state()
1792 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_subscriber_status_query()
1817 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_register_state_query()
1836 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_packet_service_query()
1841 if (le32toh(pCmdDone->InformationBufferLength) == sizeof(MBIM_PACKET_SERVICE_INFO_V2_T)) { in mbim_packet_service_query()
1861 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_packet_service_set()
1942 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_set_connect()
1965 if (le32toh(pCmdDone->InformationBufferLength)) { in mbim_ip_config()