Home
last modified time | relevance | path

Searched refs:port_cfgs (Results 1 – 4 of 4) sorted by relevance

/f-stack/lib/
H A Dff_memory.h84 struct ff_port_cfg *port_cfgs; member
H A Dff_config.h168 struct ff_port_cfg *port_cfgs; member
H A Dff_dpdk_if.c249 lcore_conf.port_cfgs = ff_global_cfg.dpdk.port_cfgs; in init_lcore_conf()
267 struct ff_port_cfg *pconf = &ff_global_cfg.dpdk.port_cfgs[port_id]; in init_lcore_conf()
409 struct ff_port_cfg *pconf = &ff_global_cfg.dpdk.port_cfgs[portid]; in init_dispatch_ring()
577 struct ff_port_cfg *pconf = &ff_global_cfg.dpdk.port_cfgs[u_port_id]; in init_port_start()
736 uint16_t lcore_id = lcore_conf.port_cfgs[port_id].lcore_list[q]; in init_port_start()
898 struct ff_port_cfg *pconf = &ff_global_cfg.dpdk.port_cfgs[port_id]; in create_tcp_flow()
1344 uint16_t lcore_id = qconf->port_cfgs[port_id].lcore_list[j];
1959 struct ff_port_cfg *pconf = &qconf->port_cfgs[port_id];
H A Dff_config.c454 if (cfg->dpdk.port_cfgs == NULL) { in port_cfg_handler()
471 cfg->dpdk.port_cfgs = pc; in port_cfg_handler()
487 struct ff_port_cfg *cur = &cfg->dpdk.port_cfgs[portid]; in port_cfg_handler()
970 struct ff_port_cfg *pc = &cfg->dpdk.port_cfgs[portid]; in ff_check_config()