Searched refs:happy_meal_txd (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | sunhme.h | 318 struct happy_meal_txd { struct 377 struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE]; member 407 void (*write_txd)(struct happy_meal_txd *, u32, u32);
|
A D | sunhme.c | 1128 struct happy_meal_txd *txd; in happy_meal_clean_rings() 1135 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings() 1199 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0); in happy_meal_init_rings() 1451 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))); in happy_meal_init() 1803 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() 1804 struct happy_meal_txd *this; in happy_meal_tx() 2116 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in unmap_partial_tx_skb() 2122 struct happy_meal_txd *this = &txbase[first_entry]; in unmap_partial_tx_skb() 2170 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit() 2203 hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry], in happy_meal_start_xmit() [all …]
|
Completed in 12 milliseconds