Searched defs:fbnic_net (Results 1 – 1 of 1) sorted by relevance
16 struct fbnic_net { struct17 struct fbnic_ring *tx[FBNIC_MAX_TXQS];18 struct fbnic_ring *rx[FBNIC_MAX_RXQS];20 struct fbnic_napi_vector *napi[FBNIC_MAX_NAPI_VECTORS];22 struct net_device *netdev;23 struct fbnic_dev *fbd;25 u32 txq_size;26 u32 hpq_size;27 u32 ppq_size;28 u32 rcq_size;[all …]