Lines Matching defs:rte_eth_conf
1293 struct rte_eth_conf { struct
1294 uint32_t link_speeds; /**< bitmap of ETH_LINK_SPEED_XXX of speeds to be
1301 struct rte_eth_rxmode rxmode; /**< Port RX configuration. */
1302 struct rte_eth_txmode txmode; /**< Port TX configuration. */
1303 uint32_t lpbk_mode; /**< Loopback operation mode. By default the value
1308 struct {
1316 } rx_adv_conf; /**< Port RX filtering configuration. */
1317 union {
1324 } tx_adv_conf; /**< Port TX DCB configuration (union). */
1327 uint32_t dcb_capability_en;
1328 struct rte_fdir_conf fdir_conf; /**< FDIR configuration. DEPRECATED */
1329 struct rte_intr_conf intr_conf; /**< Interrupt mode configuration. */