Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/igc/
H A Digc_txrx.c1600 static uint32_t vlan_cmd[2] = {0, IGC_ADVTXD_DCMD_VLE}; in tx_desc_vlan_flags_to_cmdtype() local
1602 cmdtype = vlan_cmd[(ol_flags & PKT_TX_VLAN_PKT) != 0]; in tx_desc_vlan_flags_to_cmdtype()
/f-stack/dpdk/drivers/net/e1000/
H A Digb_rxtx.c370 static uint32_t vlan_cmd[2] = {0, E1000_ADVTXD_DCMD_VLE}; in tx_desc_vlan_flags_to_cmdtype() local
372 cmdtype = vlan_cmd[(ol_flags & PKT_TX_VLAN_PKT) != 0]; in tx_desc_vlan_flags_to_cmdtype()