Searched refs:lance_memory (Results 1 – 2 of 2) sorted by relevance
156 struct lance_memory { struct222 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()
141 struct lance_memory { struct153 struct lance_memory *mem; argument344 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000); in lance_probe()