Home
last modified time | relevance | path

Searched defs:fbnic_net (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_netdev.h20 struct fbnic_net { struct
21 struct bpf_prog *xdp_prog;
23 struct fbnic_ring *tx[FBNIC_MAX_TXQS + FBNIC_MAX_XDPQS];
24 struct fbnic_ring *rx[FBNIC_MAX_RXQS];
26 struct fbnic_napi_vector *napi[FBNIC_MAX_NAPI_VECTORS];
28 struct net_device *netdev;
29 struct fbnic_dev *fbd;
31 u32 txq_size;
32 u32 hpq_size;
33 u32 ppq_size;
[all …]