Home
last modified time | relevance | path

Searched refs:tbd_array (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A Deepro100.c743 uint32_t tbd_array = s->tx.tbd_array_addr; in tx_command() local
751 tbd_array, tcb_bytes, s->tx.tbd_count)); in tx_command()
757 if (!((tcb_bytes > 0) || (tbd_array != 0xffffffff))) { in tx_command()
769 if (tbd_array == 0xffffffff) { in tx_command()
797 tbd_address = tbd_array; in tx_command()
/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c484 u32 tbd_array; member
1759 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd); in e100_xmit_prepare()