Lines Matching defs:rx_conf
71 struct rte_eth_rxconf rx_conf;
82 memset(&rx_conf, 0, sizeof(struct rte_eth_rxconf));
83 rx_conf.rx_thresh.pthresh = rx_thresh.pthresh;
84 rx_conf.rx_thresh.hthresh = rx_thresh.hthresh;
85 rx_conf.rx_thresh.wthresh = rx_thresh.wthresh;
86 rx_conf.rx_free_thresh = 32;
87 rx_conf.rx_drop_en = 0;
88 rx_conf.rx_deferred_start = 0;
129 rx_conf.offloads = local_port_conf.rxmode.offloads;
131 rte_eth_dev_socket_id(portid), &rx_conf, mp);