Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_if.h989 IONIC_RXQ_DESC_OPCODE_SG = 1, enumerator
Dionic_txrx.c868 desc->opcode = (nfrags > 1) ? IONIC_RXQ_DESC_OPCODE_SG : in ionic_rx_fill()