Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.c449 bpf->cmsg_cache_cnt = nfp_bpf_ctrl_cmsg_cache_cnt(bpf); in nfp_bpf_start()
451 bpf->cmsg_cache_cnt = 1; in nfp_bpf_start()
H A Dmain.h139 unsigned int cmsg_cache_cnt; member
H A Dcmsg.c207 n_entries = nfp_bpf_ctrl_op_cache_fill(op) ? bpf->cmsg_cache_cnt : 1; in nfp_bpf_ctrl_op_cache_get()