Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h859 #define IONIC_TXQ_DESC_FLAG_TSO_EOT 0x8 macro
H A Dionic_txrx.c976 flags |= done ? IONIC_TXQ_DESC_FLAG_TSO_EOT : 0; in ionic_tx_tso_post()