Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c94 cbi->use++; in bpf_eth_cbi_inuse()
107 cbi->use++; in bpf_eth_cbi_unuse()
121 puse = cbi->use; in bpf_eth_cbi_wait()
128 nuse = cbi->use; in bpf_eth_cbi_wait()
146 if (cbi->port == port && cbi->queue == queue) in bpf_eth_cbh_find()
149 return cbi; in bpf_eth_cbh_find()
159 if (cbi != NULL) in bpf_eth_cbh_add()
160 return cbi; in bpf_eth_cbh_add()
162 cbi = rte_zmalloc(NULL, sizeof(*cbi), RTE_CACHE_LINE_SIZE); in bpf_eth_cbh_add()
168 return cbi; in bpf_eth_cbh_add()
[all …]