Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c1176 #define shared_offset(x) offsetof(struct typhoon_shared, x) macro
1188 shared_dma = tp->shared_dma + shared_offset(indexes); in typhoon_init_interface()
1191 shared_dma = tp->shared_dma + shared_offset(txLo); in typhoon_init_interface()
1195 shared_dma = tp->shared_dma + shared_offset(txHi); in typhoon_init_interface()
1199 shared_dma = tp->shared_dma + shared_offset(rxBuff); in typhoon_init_interface()
1204 shared_dma = tp->shared_dma + shared_offset(rxLo); in typhoon_init_interface()
1208 shared_dma = tp->shared_dma + shared_offset(rxHi); in typhoon_init_interface()
1212 shared_dma = tp->shared_dma + shared_offset(cmd); in typhoon_init_interface()
1216 shared_dma = tp->shared_dma + shared_offset(resp); in typhoon_init_interface()
1220 shared_dma = tp->shared_dma + shared_offset(zeroWord); in typhoon_init_interface()