HomeSort by: relevance | last modified time | path
    Searched refs:IXGBE_TXD_STAT_DD (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.c 336 reclaim_tx = txd[nic_i].upper.fields.status & IXGBE_TXD_STAT_DD; // XXX cpu_to_le32 ?
ix_txrx.c 1146 le32toh(txd[kring->nr_kflags].wb.status) & IXGBE_TXD_STAT_DD) {
1172 if ((le32toh(eop->wb.status) & IXGBE_TXD_STAT_DD) == 0)
ixgbe_type.h 2759 #define IXGBE_TXD_STAT_DD 0x00000001 /* Descriptor Done */
3436 #define IXGBE_ADVTXD_STAT_DD IXGBE_TXD_STAT_DD /* Descriptor Done */

Completed in 151 milliseconds