Lines Matching refs:hme_read_desc32
253 #define hme_read_desc32(__hp, __p) \ macro
280 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) macro
305 static inline u32 hme_read_desc32(struct happy_meal *hp, hme32 *p) in hme_read_desc32() function
1209 dma_addr = hme_read_desc32(hp, &rxd->rx_addr); in happy_meal_clean_rings()
1228 dma_addr = hme_read_desc32(hp, &txd->tx_addr); in happy_meal_clean_rings()
1231 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
1236 (hme_read_desc32(hp, &txd->tx_flags) in happy_meal_clean_rings()
1935 flags = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx()
1944 flags = hme_read_desc32(hp, &txbase[last].tx_flags); in happy_meal_tx()
1952 dma_addr = hme_read_desc32(hp, &this->tx_addr); in happy_meal_tx()
1953 dma_len = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx()
2000 while (!((flags = hme_read_desc32(hp, &this->rx_flags)) & RXFLAG_OWN)) { in happy_meal_rx()
2004 u32 dma_addr = hme_read_desc32(hp, &this->rx_addr); in happy_meal_rx()
2279 addr = hme_read_desc32(hp, &this->tx_addr); in unmap_partial_tx_skb()
2280 len = hme_read_desc32(hp, &this->tx_flags); in unmap_partial_tx_skb()