Searched refs:happy_meal_txd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H 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);
|
H A D | sunhme.c | 141 struct happy_meal_txd *tp = &hb->happy_meal_txd[0]; in tx_dump_ring() 203 static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in sbus_hme_write_txd() 232 static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in pci_hme_write_txd() 1219 struct happy_meal_txd *txd; in happy_meal_clean_rings() 1226 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings() 1291 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0); in happy_meal_init_rings() 1552 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0)))); in happy_meal_init() 1556 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))); in happy_meal_init() 1920 struct happy_meal_txd *txbas in happy_meal_tx() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H 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);
|
H A D | sunhme.c | 167 static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in sbus_hme_write_txd() 196 static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in pci_hme_write_txd() 1179 struct happy_meal_txd *txd; in happy_meal_clean_rings() 1186 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings() 1250 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0); in happy_meal_init_rings() 1375 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))); in happy_meal_init() 1379 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))); in happy_meal_init() 1698 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() 1699 struct happy_meal_txd *thi in happy_meal_tx() [all...] |
Completed in 9 milliseconds