/linux-4.1.27/drivers/crypto/ |
H A D | mv_cesa.h | 118 * | DATA IN | 16 * x (max ->max_req_size) 120 * | DATA OUT | 16 * x (max ->max_req_size) 134 * | DATA IN | 64 * x (max ->max_req_size)
|
H A D | mv_cesa.c | 97 int max_req_size; member in struct:crypto_priv 247 min(p->hw_nbytes - p->hw_processed_bytes, cpg->max_req_size); setup_data_in() 1056 cp->max_req_size = cp->sram_size - SRAM_CFG_SPACE; mv_probe()
|
/linux-4.1.27/drivers/mmc/card/ |
H A D | queue.c | 223 if (bouncesz > host->max_req_size) mmc_init_queue() 224 bouncesz = host->max_req_size; mmc_init_queue() 277 min(host->max_blk_count, host->max_req_size / 512)); mmc_init_queue()
|
H A D | mmc_test.c | 1060 size = min(size, test->card->host->max_req_size); mmc_test_multi_write() 1086 size = min(size, test->card->host->max_req_size); mmc_test_multi_read() 1214 size = min(size, test->card->host->max_req_size); mmc_test_align_multi_write() 1241 size = min(size, test->card->host->max_req_size); mmc_test_align_multi_read() 1366 size = min(size, test->card->host->max_req_size); mmc_test_multi_write_high() 1393 size = min(size, test->card->host->max_req_size); mmc_test_multi_read_high() 1591 if (t->max_tfr > test->card->host->max_req_size) mmc_test_area_init() 1592 t->max_tfr = test->card->host->max_req_size; mmc_test_area_init()
|
H A D | block.c | 1572 card->host->max_req_size >> 9); mmc_blk_prep_packed_list()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | android-goldfish.c | 509 mmc->max_req_size = BUFFER_SIZE; goldfish_mmc_probe() 510 mmc->max_seg_size = mmc->max_req_size; goldfish_mmc_probe()
|
H A D | wmt-sdmmc.c | 801 mmc->max_req_size = (16*512*mmc->max_segs); wmt_mci_probe() 802 mmc->max_blk_count = mmc->max_req_size / 512; wmt_mci_probe()
|
H A D | davinci_mmc.c | 1341 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; davinci_mmcsd_probe() 1345 dev_dbg(mmc_dev(host->mmc), "max_req_size=%d\n", mmc->max_req_size); davinci_mmcsd_probe()
|
H A D | dw_mmc.c | 2435 mmc->max_req_size = host->pdata->blk_settings->max_req_size; dw_mci_init_slot() 2443 mmc->max_req_size = mmc->max_seg_size * host->ring_size; dw_mci_init_slot() 2444 mmc->max_blk_count = mmc->max_req_size / 512; dw_mci_init_slot() 2449 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; dw_mci_init_slot() 2450 mmc->max_seg_size = mmc->max_req_size; dw_mci_init_slot()
|
H A D | mmci.c | 1657 mmc->max_req_size = (1 << variant->datalength_bits) - 1; mmci_probe() 1663 mmc->max_seg_size = mmc->max_req_size; mmci_probe() 1674 mmc->max_blk_count = mmc->max_req_size >> 11; mmci_probe()
|
H A D | sh_mmcif.c | 1427 mmc->max_req_size = PAGE_CACHE_SIZE * mmc->max_segs; sh_mmcif_probe() 1428 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; sh_mmcif_probe() 1429 mmc->max_seg_size = mmc->max_req_size; sh_mmcif_probe()
|
H A D | usdhi6rol0.c | 1786 mmc->max_req_size = PAGE_CACHE_SIZE * mmc->max_segs; usdhi6_probe() 1787 mmc->max_blk_count = mmc->max_req_size / mmc->max_blk_size; usdhi6_probe() 1796 mmc->max_seg_size = mmc->max_req_size; usdhi6_probe()
|
H A D | wbsd.c | 1242 mmc->max_req_size = 65536; wbsd_alloc_mmc() 1248 mmc->max_seg_size = mmc->max_req_size; wbsd_alloc_mmc() 1260 mmc->max_blk_count = mmc->max_req_size; wbsd_alloc_mmc()
|
H A D | bfin_sdh.c | 556 mmc->max_req_size = PAGE_SIZE; sdh_probe()
|
H A D | ushc.c | 459 mmc->max_req_size = 512*511; ushc_probe()
|
H A D | jz4740_mmc.c | 1052 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; jz4740_mmc_probe() 1055 mmc->max_seg_size = mmc->max_req_size; jz4740_mmc_probe()
|
H A D | mxcmmc.c | 1055 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; mxcmci_probe() 1056 mmc->max_seg_size = mmc->max_req_size; mxcmci_probe()
|
H A D | omap.c | 1261 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; mmc_omap_new_slot() 1262 mmc->max_seg_size = mmc->max_req_size; mmc_omap_new_slot()
|
H A D | tmio_mmc_pio.c | 1124 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; tmio_mmc_host_probe() 1125 mmc->max_seg_size = mmc->max_req_size; tmio_mmc_host_probe()
|
H A D | atmel-mci.c | 2195 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; atmci_init_slot() 2199 mmc->max_req_size = 32768 * 512; atmci_init_slot() 2469 host->buf_size = host->slot[0]->mmc->max_req_size; atmci_probe() 2477 if (host->slot[1]->mmc->max_req_size > host->buf_size) atmci_probe() 2479 host->slot[1]->mmc->max_req_size; atmci_probe()
|
H A D | vub300.c | 2162 mmc->max_req_size = force_max_req_size * 1024; vub300_probe() 2164 mmc->max_req_size = 64 * 1024; vub300_probe() 2165 mmc->max_seg_size = mmc->max_req_size; vub300_probe()
|
H A D | mvsdio.c | 745 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; mvsd_probe()
|
H A D | mxs-mmc.c | 659 mmc->max_req_size = (ssp_is_old(ssp)) ? 0xffff : 0xffffffff; mxs_mmc_probe()
|
H A D | s3cmci.c | 1734 mmc->max_req_size = 4095 * 512; s3cmci_probe() 1735 mmc->max_seg_size = mmc->max_req_size; s3cmci_probe()
|
H A D | omap_hsmmc.c | 2034 mmc->max_req_size = mmc->max_blk_size * mmc->max_blk_count; omap_hsmmc_probe() 2035 mmc->max_seg_size = mmc->max_req_size; omap_hsmmc_probe()
|
H A D | rtsx_pci_sdmmc.c | 1375 mmc->max_req_size = 524288; realtek_init_host()
|
H A D | rtsx_usb_sdmmc.c | 1348 mmc->max_req_size = 524288; rtsx_usb_init_host()
|
H A D | sunxi-mmc.c | 1029 mmc->max_req_size = mmc->max_seg_size * mmc->max_segs; sunxi_mmc_probe()
|
H A D | tifm_sd.c | 983 mmc->max_req_size = mmc->max_seg_size; tifm_sd_probe()
|
H A D | via-sdmmc.c | 1057 mmc->max_req_size = mmc->max_seg_size; via_init_mmc_host()
|
H A D | sdhci.c | 3365 mmc->max_req_size = 524288; sdhci_add_host() 3378 mmc->max_seg_size = mmc->max_req_size; sdhci_add_host()
|
H A D | mmc_spi.c | 1345 mmc->max_req_size = MMC_SPI_BLOCKSATONCE * MMC_SPI_BLOCKSIZE; mmc_spi_probe()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
H A D | svc_rdma.c | 133 .procname = "max_req_size",
|
/linux-4.1.27/include/linux/mmc/ |
H A D | dw_mmc.h | 242 unsigned int max_req_size; /* maximum number of bytes in one req*/ member in struct:block_settings
|
H A D | host.h | 307 unsigned int max_req_size; /* maximum number of bytes in one req */ member in struct:mmc_host
|
/linux-4.1.27/drivers/mmc/core/ |
H A D | host.c | 515 host->max_req_size = PAGE_CACHE_SIZE; mmc_alloc_host()
|
H A D | core.c | 235 host->max_req_size); mmc_start_request()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bcmsdh.c | 1058 sdiodev->max_request_size = min_t(uint, host->max_req_size, brcmf_sdiod_probe()
|