Searched defs:small (Results 1 - 8 of 8) sorted by relevance

/drivers/char/agp/
H A Di460-agp.c202 u32 small[2]; member in union:__anon355
219 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase, &(temp.small[0]));
220 pci_read_config_dword(agp_bridge->dev, i460.dynamic_apbase + 4, &(temp.small[1]));
/drivers/gpu/drm/ttm/
H A Dttm_page_alloc.c92 unsigned small; member in struct:ttm_pool_opts
106 * @small_allocation: Limit in number of pages what is small allocation.
170 m->options.small = val;
197 val = m->options.small;
551 * pages is small.
570 /* If allocation request is small and there are not enough
572 if (count < _manager->options.small
810 _manager->options.small = SMALL_ALLOCATION;
H A Dttm_page_alloc_dma.c143 unsigned small; member in struct:ttm_pool_opts
223 m->options.small = val;
250 val = m->options.small;
791 unsigned count = _manager->options.small;
1069 _manager->options.small = SMALL_ALLOCATION;
/drivers/usb/host/
H A Dohci-dbg.c24 * small: 0) header + data packets 1) just header
27 urb_print(struct urb * urb, char * str, int small, int status) argument
52 if (!small) {
/drivers/net/ethernet/tile/
H A Dtilepro.c186 /* Number of small sk_buffs which must still be provided. */
229 /* Log2 of the number of small pages needed for the egress queue. */
364 void *va, bool small)
368 /* Convert "va" and "small" to "linux_buffer_t". */
369 unsigned int buffer = ((unsigned int)(__pa(va) >> 7) << 1) + small;
411 * With 64K pages, a small buffer thus needs 32+92+4+2+126+88
413 * could presumably increase the size of small buffers.
418 * With 4K pages, a small buffer thus needs 32+92+4+2+126+268
426 bool small)
439 (((small
363 tile_net_provide_linux_buffer(struct tile_net_cpu *info, void *va, bool small) argument
425 tile_net_provide_needed_buffer(struct tile_net_cpu *info, bool small) argument
788 bool small = ((buffer & 1) != 0); local
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h264 BNA_BIAS_T_SMALL = 0, /* small pkts > (large pkts * 2) */
642 struct bna_rxq *small; member in struct:bna_rxq_u::__anon2027
/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c294 MODULE_PARM_DESC(myri10ge_small_bytes, "Threshold of small packets");
871 /* Run a small DMA test.
2068 netdev_err(dev, "slice-%d: alloced only %d small bufs\n",
2466 /* decide what small buffer size to use. For good TCP rx
2481 /* Override the small buffer size? */
2806 /* Mark small packets, and pad out tiny packets */
2889 int small; local
2894 small = (mss <= MXGEFW_SEND_SMALL_SIZE);
2897 (small * MXGEFW_FLAGS_SMALL);
/drivers/gpu/drm/i915/
H A Dintel_display.c4055 /* Use the small buffer method to calculate plane watermark */
4126 int small, large; local
4144 /* Use the minimum of the small and large buffer method for primary */
4145 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
4148 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
4476 int small, large; local
4494 /* Use the minimum of the small and large buffer method for primary */
4495 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
4498 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
4736 /* Use the small buffe
4760 int small, large; local
[all...]

Completed in 258 milliseconds