Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dtyphoon.c473 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()
[all …]
Dtyphoon.h32 u8 *ringBase; member
41 u8 *ringBase; member