Searched defs:rte_eth_txmode (Results 1 – 4 of 4) sorted by relevance
81 struct rte_eth_txmode { struct82 enum rte_eth_tx_mq_mode mq_mode; /**< TX multi-queues mode. */85 uint16_t pvid;87 uint8_t hw_vlan_reject_tagged : 1,89 hw_vlan_reject_untagged : 1,91 hw_vlan_insert_pvid : 1;
80 struct rte_eth_txmode { struct81 enum rte_eth_tx_mq_mode mq_mode; /**< TX multi-queues mode. */84 uint16_t pvid;86 uint8_t hw_vlan_reject_tagged : 1,88 hw_vlan_reject_untagged : 1,90 hw_vlan_insert_pvid : 1;
416 pub struct rte_eth_txmode { struct426 const UNINIT: ::std::mem::MaybeUninit<rte_eth_txmode> = in bindgen_test_layout_rte_eth_txmode() argument460 impl Default for rte_eth_txmode { implementation469 impl rte_eth_txmode { implementation
464 pub struct rte_eth_txmode { struct474 const UNINIT: ::std::mem::MaybeUninit<rte_eth_txmode> = in bindgen_test_layout_rte_eth_txmode() argument508 impl Clone for rte_eth_txmode { implementation513 impl Default for rte_eth_txmode { implementation522 impl rte_eth_txmode { impl