Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c973 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_tso_post()
1137 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_csum()
1176 flags |= has_vlan ? IONIC_TXQ_DESC_FLAG_VLAN : 0; in ionic_tx_calc_no_csum()
H A Dionic_if.h850 #define IONIC_TXQ_DESC_FLAG_VLAN 0x1 macro