Lines Matching refs:ringBase
470 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
486 u8 *base = tp->respRing.ringBase; in typhoon_process_response()
617 memcpy(ring->ringBase + ring->lastWrite, cmd, len); in typhoon_issue_command()
621 memcpy(ring->ringBase, wrap_ptr, wrap_len); in typhoon_issue_command()
697 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill()
755 first_txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
786 txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
816 txd = (struct tx_desc *) (txRing->ringBase + in typhoon_start_tx()
1228 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1229 tp->txHiRing.ringBase = (u8 *) tp->shared->txHi; in typhoon_init_interface()
1230 tp->rxLoRing.ringBase = (u8 *) tp->shared->rxLo; in typhoon_init_interface()
1231 tp->rxHiRing.ringBase = (u8 *) tp->shared->rxHi; in typhoon_init_interface()
1232 tp->rxBuffRing.ringBase = (u8 *) tp->shared->rxBuff; in typhoon_init_interface()
1233 tp->cmdRing.ringBase = (u8 *) tp->shared->cmd; in typhoon_init_interface()
1234 tp->respRing.ringBase = (u8 *) tp->shared->resp; in typhoon_init_interface()
1517 tx = (struct tx_desc *) (txRing->ringBase + lastRead); in typhoon_clean_tx()
1576 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_recycle_rx_skb()
1619 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
1651 rx = (struct rx_desc *) (rxRing->ringBase + rxaddr); in typhoon_rx()