Lines Matching refs:ringBase
469 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
485 u8 *base = tp->respRing.ringBase; in typhoon_process_response()
616 memcpy(ring->ringBase + ring->lastWrite, cmd, len); in typhoon_issue_command()
620 memcpy(ring->ringBase, wrap_ptr, wrap_len); in typhoon_issue_command()
696 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill()
754 first_txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
785 txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
815 txd = (struct tx_desc *) (txRing->ringBase + in typhoon_start_tx()
1227 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1228 tp->txHiRing.ringBase = (u8 *) tp->shared->txHi; in typhoon_init_interface()
1229 tp->rxLoRing.ringBase = (u8 *) tp->shared->rxLo; in typhoon_init_interface()
1230 tp->rxHiRing.ringBase = (u8 *) tp->shared->rxHi; in typhoon_init_interface()
1231 tp->rxBuffRing.ringBase = (u8 *) tp->shared->rxBuff; in typhoon_init_interface()
1232 tp->cmdRing.ringBase = (u8 *) tp->shared->cmd; in typhoon_init_interface()
1233 tp->respRing.ringBase = (u8 *) tp->shared->resp; in typhoon_init_interface()
1515 tx = (struct tx_desc *) (txRing->ringBase + lastRead); in typhoon_clean_tx()
1574 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_recycle_rx_skb()
1617 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
1649 rx = (struct rx_desc *) (rxRing->ringBase + rxaddr); in typhoon_rx()