Searched refs:PKT_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/cirrus/ |
H A D | ep93xx_eth.c | 31 #define PKT_BUF_SIZE 2048 macro 456 dma_unmap_single(dev, d, PKT_BUF_SIZE, DMA_FROM_DEVICE); in ep93xx_free_buffers() 466 dma_unmap_single(dev, d, PKT_BUF_SIZE, DMA_TO_DEVICE); in ep93xx_free_buffers() 490 buf = kmalloc(PKT_BUF_SIZE, GFP_KERNEL); in ep93xx_alloc_buffers() 494 d = dma_map_single(dev, buf, PKT_BUF_SIZE, DMA_FROM_DEVICE); in ep93xx_alloc_buffers() 502 ep->descs->rdesc[i].rdesc1 = (i << 16) | PKT_BUF_SIZE; in ep93xx_alloc_buffers() 509 buf = kmalloc(PKT_BUF_SIZE, GFP_KERNEL); in ep93xx_alloc_buffers() 513 d = dma_map_single(dev, buf, PKT_BUF_SIZE, DMA_TO_DEVICE); in ep93xx_alloc_buffers()
|
/linux/drivers/net/ethernet/amd/ |
H A D | ariadne.c | 83 #define PKT_BUF_SIZE 1520 macro 102 u_short tx_buff[TX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)]; 103 u_short rx_buff[RX_RING_SIZE][PKT_BUF_SIZE / sizeof(u_short)]; 136 t->TMD2 = swapw((u_short)-PKT_BUF_SIZE); in ariadne_init_ring() 152 r->RMD2 = swapw((u_short)-PKT_BUF_SIZE); in ariadne_init_ring()
|
H A D | a2065.c | 78 #define PKT_BUF_SIZE (1544) macro 79 #define RX_BUFF_SIZE PKT_BUF_SIZE 80 #define TX_BUFF_SIZE PKT_BUF_SIZE
|
/linux/drivers/input/touchscreen/ |
H A D | wdt87xx_i2c.c | 121 #define PKT_BUF_SIZE 64 macro 569 u8 pkt_buf[PKT_BUF_SIZE]; in wdt87xx_write_data() 646 u8 pkt_buf[PKT_BUF_SIZE]; in wdt87xx_get_checksum()
|