Home
last modified time | relevance | path

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

/drivers/net/ethernet/3com/
Dtyphoon.c469 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()
[all …]
Dtyphoon.h32 u8 *ringBase; member
41 u8 *ringBase; member