Searched refs:happy_meal_txd (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sunhme.h | 316 struct happy_meal_txd { struct 375 struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE]; member 405 void (*write_txd)(struct happy_meal_txd *, u32, u32);
|
D | sunhme.c | 142 struct happy_meal_txd *tp = &hb->happy_meal_txd[0]; in tx_dump_ring() 224 static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in sbus_hme_write_txd() 253 static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr) in pci_hme_write_txd() 1247 struct happy_meal_txd *txd; in happy_meal_clean_rings() 1254 txd = &hp->happy_block->happy_meal_txd[i]; in happy_meal_clean_rings() 1307 hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0); in happy_meal_init_rings() 1579 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0)))); in happy_meal_init() 1583 ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))); in happy_meal_init() 1940 struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0]; in happy_meal_tx() 1941 struct happy_meal_txd *this; in happy_meal_tx() [all …]
|