Searched refs:large (Results 1 – 25 of 42) sorted by relevance
12
/drivers/atm/ |
D | nicstarmac.copyright | 25 * IDT always receives data into a small buffer, then large buffers 28 * Fix is simple: make large buffers large enough to hold entire 30 * copy small buffer contents to head of large buffer. 31 * Trick is to avoid fragmenting Linux, due to need for a lot of large 35 * recycle large data buffers
|
D | Kconfig | 73 chipsets. However, in some cases, large bursts may overrun buffers 74 in the PCI chipset and cause data corruption. In such cases, large 153 The NICStAR chipset family is used in a large number of ATM NICs for
|
/drivers/of/unittest-data/ |
D | overlay.dtso | 8 hvac_2: hvac-large-1 { 9 compatible = "ot,hvac-large";
|
/drivers/pci/hotplug/ |
D | TODO | 16 * A large portion of cpqphp_ctrl.c and cpqphp_pci.c concerns resource 39 simplified. A lot of functions are too large and too complex, they need 43 * A large portion of ibmphp_res.c and ibmphp_pci.c concerns resource
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx_pci.c | 601 int pcheck, int fast, int large); 1006 int fast, int large) in ahc_scbram_config() argument 1019 if (large) in ahc_scbram_config() 1030 if (large) in ahc_scbram_config() 1044 if (large) in ahc_scbram_config() 1070 int large; in ahc_probe_ext_scbram() local 1075 large = FALSE; in ahc_probe_ext_scbram() 1084 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large); in ahc_probe_ext_scbram() 1102 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large); in ahc_probe_ext_scbram() 1113 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large); in ahc_probe_ext_scbram() [all …]
|
/drivers/staging/media/atomisp/i2c/ |
D | Kconfig | 31 tristate "Helper library to load, parse and apply large register lists." 35 and apply large register lists.
|
/drivers/net/ethernet/moxa/ |
D | moxart_ether.h | 325 #error MOXA ART Ethernet device driver TX buffer is too large! 328 #error MOXA ART Ethernet device driver RX buffer is too large!
|
/drivers/ipack/ |
D | Kconfig | 14 large variety of functionality, they are most often found in
|
/drivers/soc/hisilicon/ |
D | Kconfig | 15 ports are not in full lane status, have a large number of CRC
|
/drivers/char/agp/ |
D | i460-agp.c | 203 u64 large; in i460_configure() member 209 temp.large = 0; in i460_configure() 223 agp_bridge->gart_bus_addr = temp.large & ~((1UL << 3) - 1); in i460_configure()
|
/drivers/net/can/ |
D | grcan.c | 938 struct grcan_dma_buffer *large = rsize > tsize ? &dma->rx : &dma->tx; in grcan_allocate_dma_buffers() local 964 large->handle = ALIGN(dma->base_handle, GRCAN_BUFFER_ALIGNMENT); in grcan_allocate_dma_buffers() 965 small->handle = large->handle + lsize; in grcan_allocate_dma_buffers() 966 shift = large->handle - dma->base_handle; in grcan_allocate_dma_buffers() 968 large->buf = dma->base_buf + shift; in grcan_allocate_dma_buffers() 969 small->buf = large->buf + lsize; in grcan_allocate_dma_buffers()
|
/drivers/gpu/drm/amd/amdkfd/ |
D | Kconfig | 38 GPUs with large memory BARs that expose the entire VRAM in PCIe bus
|
/drivers/net/hippi/ |
D | Kconfig | 31 bool "Use large TX/RX rings"
|
/drivers/base/power/ |
D | TEST_MAPPING | 222 "presubmit-large": [
|
/drivers/block/zram/ |
D | TEST_MAPPING | 227 "presubmit-large": [
|
/drivers/cpuidle/ |
D | TEST_MAPPING | 222 "presubmit-large": [
|
/drivers/dma-buf/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/staging/qlge/ |
D | TODO | 11 * in the "chain of large buffers" case, the driver uses an skb allocated with
|
/drivers/android/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/md/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/virtio/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/base/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/net/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/char/ |
D | TEST_MAPPING | 238 "presubmit-large": [
|
/drivers/cpufreq/ |
D | TEST_MAPPING | 222 "presubmit-large": [
|
12