Home
last modified time | relevance | path

Searched refs:IXGBE_TXD_CMD_RS (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/sys/dev/ixgbe/
Dixv_netmap.c214 IXGBE_TXD_CMD_RS : 0; in ixv_netmap_txsync()
Dixgbe_netmap.c228 IXGBE_TXD_CMD_RS : 0; in ixgbe_netmap_txsync()
Dixv_type.h2620 #define IXGBE_TXD_CMD_RS 0x08000000 /* Report Status */ macro
3301 #define IXGBE_ADVTXD_DCMD_RS IXGBE_TXD_CMD_RS /* Report Status */
Dixgbe_type.h2610 #define IXGBE_TXD_CMD_RS 0x08000000 /* Report Status */ macro
3291 #define IXGBE_ADVTXD_DCMD_RS IXGBE_TXD_CMD_RS /* Report Status */
Dixv_txrx.c404 txd->read.cmd_type_len |= htole32(IXGBE_TXD_CMD_EOP | IXGBE_TXD_CMD_RS); in ixgbe_xmit()
Dix_txrx.c430 txd->read.cmd_type_len |= htole32(IXGBE_TXD_CMD_EOP | IXGBE_TXD_CMD_RS);
/freebsd-10-stable/sys/dev/netmap/
Dixgbe_netmap.h234 IXGBE_TXD_CMD_RS : 0; in ixgbe_netmap_txsync()