Searched refs:lance_memory (Results 1 – 2 of 2) sorted by relevance
155 struct lance_memory { struct221 struct lance_memory *mem;533 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()
140 struct lance_memory { struct152 struct lance_memory *mem; argument348 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000); in lance_probe()