Home
last modified time | relevance | path

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

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