Searched refs:hme_read_desc32 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 216 #define hme_read_desc32(__hp, __p) \ macro 235 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) macro 252 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() function 1168 dma_addr = hme_read_desc32(hp, &rxd->rx_addr); in happy_meal_clean_rings() 1187 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings() 1190 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings() 1195 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings() 1711 flags = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx() 1720 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx() 1728 dma_addr = hme_read_desc32(h in happy_meal_tx() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 252 #define hme_read_desc32(__hp, __p) \ macro 279 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) macro 304 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() function 1208 dma_addr = hme_read_desc32(hp, &rxd->rx_addr); in happy_meal_clean_rings() 1227 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings() 1230 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings() 1235 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings() 1934 flags = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx() 1943 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx() 1951 dma_addr = hme_read_desc32(h in happy_meal_tx() [all...] |
Completed in 6 milliseconds