Home
last modified time | relevance | path

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

/linux-3.3/net/ethernet/
Deth.c365 struct net_device *alloc_etherdev_mqs(int sizeof_priv, unsigned int txqs, in alloc_etherdev_mqs()
/linux-3.3/drivers/net/wireless/ath/ath9k/
Dmac.c188 void ath9k_hw_gettxintrtxqs(struct ath_hw *ah, u32 *txqs) in ath9k_hw_gettxintrtxqs()
/linux-3.3/drivers/net/wan/
Dfarsync.c440 int txqs; /* index to get next buffer to tx */ member
/linux-3.3/drivers/net/wireless/ath/ath5k/
Dath5k.h1311 struct ath5k_txq txqs[AR5K_NUM_TX_QUEUES]; /* tx queues */ member
/linux-3.3/net/core/
Ddev.c5929 unsigned int txqs, unsigned int rxqs) in alloc_netdev_mqs()