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.c89 unsigned small; member in struct:ttm_pool_opts
103 * @small_allocation: Limit in number of pages what is small allocation.
167 m->options.small = val;
199 val = m->options.small;
560 * pages is small.
579 /* If allocation request is small and there are not enough
581 if (count < _manager->options.small
827 _manager->options.small = SMALL_ALLOCATION;
H A Dttm_page_alloc_dma.c141 unsigned small; member in struct:ttm_pool_opts
221 m->options.small = val;
253 val = m->options.small;
799 unsigned count = _manager->options.small;
1077 _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. */
349 void *va, bool small)
353 /* Convert "va" and "small" to "linux_buffer_t". */
354 unsigned int buffer = ((unsigned int)(__pa(va) >> 7) << 1) + small;
396 * With 64K pages, a small buffer thus needs 32+92+4+2+126+88
398 * could presumably increase the size of small buffers.
403 * With 4K pages, a small buffer thus needs 32+92+4+2+126+268
411 bool small)
424 (((small
348 tile_net_provide_linux_buffer(struct tile_net_cpu *info, void *va, bool small) argument
410 tile_net_provide_needed_buffer(struct tile_net_cpu *info, bool small) argument
773 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::__anon1989
/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.c3975 /* Use the small buffer method to calculate plane watermark */
4046 int small, large; local
4064 /* Use the minimum of the small and large buffer method for primary */
4065 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
4068 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
4396 int small, large; local
4414 /* Use the minimum of the small and large buffer method for primary */
4415 small = ((clock * pixel_size / 1000) * latency_ns) / 1000;
4418 entries = DIV_ROUND_UP(min(small, large), display->cacheline_size);
4649 /* Use the small buffe
4673 int small, large; local
[all...]

Completed in 492 milliseconds