Home
last modified time | relevance | path

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

/dpdk/drivers/net/enic/
H A Denic_fm_flow.c113 struct enic_fm_jump_flow { struct
114 TAILQ_ENTRY(enic_fm_jump_flow) list;
170 TAILQ_HEAD(jump_flow_list, enic_fm_jump_flow) jump_list;
2397 static struct enic_fm_jump_flow *
2400 struct enic_fm_jump_flow *j; in find_jump_flow()
2413 struct enic_fm_jump_flow *j; in remove_jump_flow()
2432 struct enic_fm_jump_flow *j; in save_jump_flow()
2435 j = calloc(1, sizeof(struct enic_fm_jump_flow)); in save_jump_flow()
2746 struct enic_fm_jump_flow *j; in convert_jump_flows()