Lines Matching refs:ringBase
473 cmd = (struct cmd_desc *)(ring->ringBase + ring->lastWrite); in typhoon_hello()
489 u8 *base = tp->respRing.ringBase; in typhoon_process_response()
621 memcpy(ring->ringBase + ring->lastWrite, cmd, len); in typhoon_issue_command()
625 memcpy(ring->ringBase, wrap_ptr, wrap_len); in typhoon_issue_command()
749 tcpd = (struct tcpopt_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_tso_fill()
807 first_txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
839 txd = (struct tx_desc *) (txRing->ringBase + txRing->lastWrite); in typhoon_start_tx()
869 txd = (struct tx_desc *) (txRing->ringBase + in typhoon_start_tx()
1315 tp->txLoRing.ringBase = (u8 *) tp->shared->txLo; in typhoon_init_interface()
1316 tp->txHiRing.ringBase = (u8 *) tp->shared->txHi; in typhoon_init_interface()
1317 tp->rxLoRing.ringBase = (u8 *) tp->shared->rxLo; in typhoon_init_interface()
1318 tp->rxHiRing.ringBase = (u8 *) tp->shared->rxHi; in typhoon_init_interface()
1319 tp->rxBuffRing.ringBase = (u8 *) tp->shared->rxBuff; in typhoon_init_interface()
1320 tp->cmdRing.ringBase = (u8 *) tp->shared->cmd; in typhoon_init_interface()
1321 tp->respRing.ringBase = (u8 *) tp->shared->resp;; in typhoon_init_interface()
1549 tx = (struct tx_desc *) (txRing->ringBase + lastRead); in typhoon_clean_tx()
1608 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_recycle_rx_skb()
1652 r = (struct rx_free *) (ring->ringBase + ring->lastWrite); in typhoon_alloc_rx_skb()
1684 rx = (struct rx_desc *) (rxRing->ringBase + rxaddr); in typhoon_rx()