Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dixgbe_type.h2666 #define IXGBE_TXD_CMD_RS 0x08000000 /* Report Status */ macro
3343 #define IXGBE_ADVTXD_DCMD_RS IXGBE_TXD_CMD_RS /* Report Status */
H A Dif_ix.c1488 htole32(IXGBE_TXD_CMD_EOP | IXGBE_TXD_CMD_RS); in ixgbe_encap()