Searched refs:lance_memory (Results 1 – 2 of 2) sorted by relevance
155 struct lance_memory { struct221 struct lance_memory *mem;530 MEM = (struct lance_memory *)memaddr; in lance_probe1()616 MEM->init.rx_ring.adr_lo = offsetof( struct lance_memory, rx_head ); in lance_probe1()619 MEM->init.tx_ring.adr_lo = offsetof( struct lance_memory, tx_head ); in lance_probe1()691 offset = offsetof( struct lance_memory, packet_area ); in lance_init_ring()
140 struct lance_memory { struct152 struct lance_memory *mem; argument343 MEM = dvma_malloc_align(sizeof(struct lance_memory), 0x10000); in lance_probe()