Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_if.h847 #define IONIC_TXQ_DESC_FLAG_TSO_EOT 0x8 macro
Dionic_txrx.c876 flags |= done ? IONIC_TXQ_DESC_FLAG_TSO_EOT : 0; in ionic_tx_tso_post()