Home
last modified time | relevance | path

Searched refs:maxRequestSize (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dsdio_if.h67 uint32_t maxRequestSize; /**< Maximum number of bytes in a request. member
/ohos5.0/drivers/hdf_core/framework/include/wifi/
H A Dhdf_ibus_intf.h26 uint32_t maxRequestSize; member
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/bus/
H A Dhdf_sdio_intf.c45 busCfg->busInfo.sdioInfo.maxRequestSize = palSdioCommonInfo.funcInfo.maxRequestSize; in HdfGetSdioInfo()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-sdio-develop.md93 > CommonInfo包括maxBlockNum(单个request中最大block数)、maxBlockSize(单个block最大字节数)、maxRequestSize(单个Request最大…
222 uint32_t maxRequestSize; // 单个request最大的字节数1~2048
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Dsdio_adapter.c236 info->funcInfo.maxRequestSize = func->card->host->max_req_size; in LinuxSdioGetCommonInfo()
272 func->card->host->max_req_size = info->funcInfo.maxRequestSize; in LinuxSdioSetCommonInfo()
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_sdio.c270 info->funcInfo.maxRequestSize = cntlr->maxReqSize; in SdioDeviceDefaultGetCommonInfo()
305 cntlr->maxReqSize = info->funcInfo.maxRequestSize; in SdioDeviceDefaultSetCommonInfo()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-sdio-develop.md65 …ockSize**: specifies the maximum number of bytes in a block. <br>- **maxRequestSize**: specifies t…
178 … uint32_t maxRequestSize; // Maximum number of bytes in a request. The value range is 1 to 2048.