Searched defs:fbnic_net (Results 1 – 1 of 1) sorted by relevance
20 struct fbnic_net { struct21 struct fbnic_ring *tx[FBNIC_MAX_TXQS];22 struct fbnic_ring *rx[FBNIC_MAX_RXQS];24 struct fbnic_napi_vector *napi[FBNIC_MAX_NAPI_VECTORS];26 struct net_device *netdev;27 struct fbnic_dev *fbd;29 u32 txq_size;30 u32 hpq_size;31 u32 ppq_size;32 u32 rcq_size;[all …]