Home
last modified time | relevance | path

Searched refs:lance_memory (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A Datarilance.c156 struct lance_memory { struct
222 struct lance_memory *mem;
531 MEM = (struct lance_memory *)memaddr; in lance_probe1()
617 MEM->init.rx_ring.adr_lo = offsetof( struct lance_memory, rx_head ); in lance_probe1()
620 MEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head ); in lance_probe1()
692 offset = offsetof( struct lance_memory, packet_area ); in lance_init_ring()
H A Dsun3lance.c141 struct lance_memory { struct
153 struct lance_memory *mem; argument
344 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000); in lance_probe()