Searched refs:xdp_count (Results 1 – 4 of 4) sorted by relevance
56 int xdp_count(struct xdp_md *ctx) in xdp_count() function
1829 int xdp_count; in mlx4_en_set_channels() local1841 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()
1623 int xdp_count = 0, qt_count, err; in fbnic_alloc_napi_vector() local1630 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()
1047 err = bpf_xdp_attach(veth2_idx, bpf_program__fd(skel->progs.xdp_count), in test_fib_lookup_vlan_redirect()