Searched refs:hme_read_desc32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 216 #define hme_read_desc32(__hp, __p) \ macro 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() 1728 dma_addr = hme_read_desc32(hp, &this->tx_addr); in happy_meal_tx() 1729 dma_len = hme_read_desc32(hp, &this->tx_flags); in happy_meal_tx() 1772 u32 dma_addr = hme_read_desc32(hp, &this->rx_addr); in happy_meal_rx() 1964 addr = hme_read_desc32(hp, &this->tx_addr); in unmap_partial_tx_skb() [all …]
|