Searched refs:mv643xx_eth_private (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 366 struct mv643xx_eth_private { struct 418 static inline u32 rdl(struct mv643xx_eth_private *mp, int offset) in rdl() argument 423 static inline u32 rdlp(struct mv643xx_eth_private *mp, int offset) in rdlp() 428 static inline void wrl(struct mv643xx_eth_private *mp, int offset, u32 data) in wrl() 433 static inline void wrlp(struct mv643xx_eth_private *mp, int offset, u32 data) in wrlp() 440 static struct mv643xx_eth_private *rxq_to_mp(struct rx_queue *rxq) in rxq_to_mp() 442 return container_of(rxq, struct mv643xx_eth_private, rxq[rxq->index]); in rxq_to_mp() 445 static struct mv643xx_eth_private *txq_to_mp(struct tx_queue *txq) in txq_to_mp() 447 return container_of(txq, struct mv643xx_eth_private, txq[txq->index]); in txq_to_mp() 452 struct mv643xx_eth_private *mp = rxq_to_mp(rxq); in rxq_enable() [all …]
|