Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dfib_lookup.c56 int xdp_count(struct xdp_md *ctx) in xdp_count() function
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c1829 int xdp_count; in mlx4_en_set_channels() local
1841 xdp_count = priv->tx_ring_num[TX_XDP] ? channel->rx_count : 0; in mlx4_en_set_channels()
1842 total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count; in mlx4_en_set_channels()
1854 new_prof.tx_ring_num[TX_XDP] = xdp_count; in mlx4_en_set_channels()
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c1623 int xdp_count = 0, qt_count, err; in fbnic_alloc_napi_vector() local
1630 xdp_count = 1; in fbnic_alloc_napi_vector()
1705 if (xdp_count > 0) { in fbnic_alloc_napi_vector()
1710 xdp_count--; in fbnic_alloc_napi_vector()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfib_lookup.c1047 err = bpf_xdp_attach(veth2_idx, bpf_program__fd(skel->progs.xdp_count), in test_fib_lookup_vlan_redirect()