Lines Matching refs:queryParam
322 static int32_t HostRndisQuery(struct UsbnetHost *usbNet, struct RndisQueryParam queryParam, void **… in HostRndisQuery() argument
333 uq.buf = queryParam.buf; in HostRndisQuery()
334 …memset_s(uq.get, sizeof(struct RndisQuery) + queryParam.in_len, 0, sizeof(struct RndisQuery) + que… in HostRndisQuery()
336 uq.get->msgLen = CPU_TO_LE32(sizeof(struct RndisQuery) + queryParam.in_len); in HostRndisQuery()
337 uq.get->oid = CPU_TO_LE32(queryParam.oid); in HostRndisQuery()
338 uq.get->len = CPU_TO_LE32(queryParam.in_len); in HostRndisQuery()
343 HARCH_INFO_PRINT("RNDIS_MSG_QUERY(0x%{public}08x) %{public}d\n", queryParam.oid, retval); in HostRndisQuery()
345 HDF_LOGE("RNDIS_MSG_QUERY(0x%{public}08x) failed, %{public}d", queryParam.oid, retval); in HostRndisQuery()
370 queryParam.oid, off, len); in HostRndisQuery()
431 …struct RndisQueryParam queryParam = {g_u.buf, RNDIS_OID_802_3_PERMANENT_ADDRESS, RNDIS_QUERY_INPUT… in HostRndisSetmacAddrByBp() local
432 *retval = HostRndisQuery(*ppUsbNet, queryParam, (void **)&bp, &replyLen); in HostRndisSetmacAddrByBp()
466 struct RndisQueryParam queryParam = {g_u.buf, RNDIS_OID_GEN_PHYSICAL_MEDIUM, replyLen}; in HostRndisSetmacAddr() local
467 *retval = HostRndisQuery(*ppUsbNet, queryParam, (void **)&phym, &replyLen); in HostRndisSetmacAddr()