Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c252 #define hme_read_desc32(__hp, __p) \ macro
271 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) macro
288 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() function
1165 dma_addr = hme_read_desc32(hp, &rxd->rx_addr); in happy_meal_clean_rings()
1184 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings()
1187 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
1192 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
1891 flags = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx()
1900 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx()
1908 dma_addr = hme_read_desc32(hp, &this->tx_addr); in happy_meal_tx()
[all …]