happy_meal_txd
struct happy_meal_txd *txd;
txd = &hp->happy_block->happy_meal_txd[i];
hme_write_txd(hp, &hb->happy_meal_txd[i], 0, 0);
((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0)));
((__u32)hp->hblock_dvma + hblock_offset(happy_meal_txd, 0)));
static void sbus_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr)
struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0];
struct happy_meal_txd *this;
struct happy_meal_txd *txbase = &hp->happy_block->happy_meal_txd[0];
static void pci_hme_write_txd(struct happy_meal_txd *txd, u32 flags, u32 addr)
struct happy_meal_txd *this = &txbase[first_entry];
hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry],
hme_write_txd(hp, &hp->happy_block->happy_meal_txd[entry],
hme_write_txd(hp, &hp->happy_block->happy_meal_txd[first_entry],
struct happy_meal_txd happy_meal_txd[TX_RING_MAXSIZE];
void (*write_txd)(struct happy_meal_txd *, u32, u32);