happy_meal_txd    142 drivers/net/ethernet/sun/sunhme.c 	struct happy_meal_txd *tp = &hb->happy_meal_txd[0];
happy_meal_txd    204 drivers/net/ethernet/sun/sunhme.c static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr)
happy_meal_txd    233 drivers/net/ethernet/sun/sunhme.c static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr)
happy_meal_txd   1220 drivers/net/ethernet/sun/sunhme.c 			struct happy_meal_txd *txd;
happy_meal_txd   1227 drivers/net/ethernet/sun/sunhme.c 				txd = &hp->happy_block->happy_meal_txd[i];
happy_meal_txd   1292 drivers/net/ethernet/sun/sunhme.c 		hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0);
happy_meal_txd   1553 drivers/net/ethernet/sun/sunhme.c 	     ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0))));
happy_meal_txd   1557 drivers/net/ethernet/sun/sunhme.c 		    ((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0)));
happy_meal_txd   1921 drivers/net/ethernet/sun/sunhme.c 	struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0];
happy_meal_txd   1922 drivers/net/ethernet/sun/sunhme.c 	struct happy_meal_txd *this;
happy_meal_txd   2270 drivers/net/ethernet/sun/sunhme.c 	struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0];
happy_meal_txd   2276 drivers/net/ethernet/sun/sunhme.c 		struct happy_meal_txd *this = &txbase[first_entry];
happy_meal_txd   2325 drivers/net/ethernet/sun/sunhme.c 		hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry],
happy_meal_txd   2358 drivers/net/ethernet/sun/sunhme.c 			hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry],
happy_meal_txd   2363 drivers/net/ethernet/sun/sunhme.c 		hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry],
happy_meal_txd    377 drivers/net/ethernet/sun/sunhme.h 	struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE];
happy_meal_txd    407 drivers/net/ethernet/sun/sunhme.h 	void (*write_txd)(struct happy_meal_txd *, u32, u32);