Searched refs:IXGBE_TXD_CMD (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_txrx_common.h13 #define IXGBE_TXD_CMD (IXGBE_TXD_CMD_EOP | \ macro
H A Dixgbe_xsk.c428 cmd_type |= desc.len | IXGBE_TXD_CMD;
H A Dixgbe_main.c8402 cmd_type |= size | IXGBE_TXD_CMD;
8712 tx_desc->read.cmd_type_len |= cpu_to_le32(IXGBE_TXD_CMD);
/linux-master/drivers/net/ethernet/intel/ixgbevf/
H A Ddefines.h187 #define IXGBE_TXD_CMD (IXGBE_TXD_CMD_EOP | IXGBE_TXD_CMD_RS) macro
H A Dixgbevf_main.c1024 cmd_type |= len | IXGBE_TXD_CMD;
4040 cmd_type |= cpu_to_le32(size) | cpu_to_le32(IXGBE_TXD_CMD);

Completed in 172 milliseconds