Lines Matching refs:shared
288 struct typhoon_shared * shared; member
1181 struct typhoon_interface *iface = &tp->shared->iface; in typhoon_init_interface()
1184 memset(tp->shared, 0, sizeof(struct typhoon_shared)); in typhoon_init_interface()
1223 tp->indexes = &tp->shared->indexes; in typhoon_init_interface()
1224 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1225 tp->txHiRing.ringBase = (u8 *) tp->shared->txHi; in typhoon_init_interface()
1226 tp->rxLoRing.ringBase = (u8 *) tp->shared->rxLo; in typhoon_init_interface()
1227 tp->rxHiRing.ringBase = (u8 *) tp->shared->rxHi; in typhoon_init_interface()
1228 tp->rxBuffRing.ringBase = (u8 *) tp->shared->rxBuff; in typhoon_init_interface()
1229 tp->cmdRing.ringBase = (u8 *) tp->shared->cmd; in typhoon_init_interface()
1230 tp->respRing.ringBase = (u8 *) tp->shared->resp; in typhoon_init_interface()
2268 void *shared; in typhoon_init_one() local
2344 shared = pci_alloc_consistent(pdev, sizeof(struct typhoon_shared), in typhoon_init_one()
2346 if(!shared) { in typhoon_init_one()
2354 tp->shared = shared; in typhoon_init_one()
2496 shared, shared_dma); in typhoon_init_one()
2524 tp->shared, tp->shared_dma); in typhoon_remove_one()