Searched refs:cbi (Results 1 – 1 of 1) sorted by relevance
82 cbi->use++; in bpf_eth_cbi_inuse()95 cbi->use++; in bpf_eth_cbi_unuse()109 puse = cbi->use; in bpf_eth_cbi_wait()131 if (cbi->port == port && cbi->queue == queue) in bpf_eth_cbh_find()134 return cbi; in bpf_eth_cbh_find()144 if (cbi != NULL) in bpf_eth_cbh_add()145 return cbi; in bpf_eth_cbh_add()147 cbi = rte_zmalloc(NULL, sizeof(*cbi), RTE_CACHE_LINE_SIZE); in bpf_eth_cbh_add()148 if (cbi != NULL) { in bpf_eth_cbh_add()149 cbi->port = port; in bpf_eth_cbh_add()[all …]