Home
last modified time | relevance | path

Searched defs:txq (Results 201 – 225 of 256) sorted by relevance

1234567891011

/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_main.c502 u16 txq = skb_get_queue_mapping(skb); in qeth_l2_hard_start_xmit() local
/openbmc/linux/net/mac80211/
H A Dsta_info.c617 struct txq_info *txq = txq_data + i * size; in __sta_info_alloc() local
H A Dieee80211_i.h882 struct ieee80211_txq txq; member
1795 static inline struct txq_info *to_txq_info(struct ieee80211_txq *txq) in to_txq_info()
1800 static inline bool txq_has_queue(struct ieee80211_txq *txq) in txq_has_queue()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c809 void iwl_mvm_mac_itxq_xmit(struct ieee80211_hw *hw, struct ieee80211_txq *txq) in iwl_mvm_mac_itxq_xmit()
862 struct ieee80211_txq *txq) in iwl_mvm_mac_wake_tx_queue()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h518 struct list_head txq; member
/openbmc/linux/drivers/net/
H A Dvrf.c380 struct netdev_queue *txq; in qdisc_tx_is_default() local
/openbmc/linux/drivers/net/ethernet/nxp/
H A Dlpc_eth.c971 struct netdev_queue *txq = netdev_get_tx_queue(ndev, 0); in lpc_eth_poll() local
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h267 struct list_head txq; member
/openbmc/linux/drivers/bluetooth/
H A Dhci_qca.c142 struct sk_buff_head txq; member
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c452 struct il_tx_queue *txq = NULL; in il3945_tx_skb() local
/openbmc/linux/drivers/net/ethernet/alacritech/
H A Dslic.h544 struct slic_tx_queue txq; member
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_drv.c300 u16 txq; in netvsc_select_queue() local
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls.h285 struct sk_buff_head txq; member
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h454 struct sxgbe_tx_queue *txq[SXGBE_TX_QUEUES]; member
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c291 struct sk_buff_head txq; member
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c289 struct sk_buff_head txq; member
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Denic_main.c826 struct netdev_queue *txq; in enic_hard_start_xmit() local
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c926 struct ionic_qcq *txq; in ionic_lif_create_hwstamp_txq() local
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1469 struct netdev_queue *txq = netdev_get_tx_queue(ndev, i); in info_show() local
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c439 struct sk_buff *txq[FST_TXQ_DEPTH]; /* The queue */ member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c2514 struct netdev_queue *txq = netdev_get_tx_queue(bp->dev, in bnx2x_run_loopback() local
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c607 struct netdev_queue *txq = netdev_get_tx_queue(ndev, i); in am65_cpsw_nuss_ndo_slave_open() local
/openbmc/linux/net/core/
H A Dnet-sysfs.c1790 int error = 0, txq = 0, rxq = 0, real_rx = 0, real_tx = 0; in register_queue_kobjects() local
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_drv.c2302 struct vmxnet3_tx_queue *txq = &adapter->tx_queue[i]; in vmxnet3_msix_tx() local
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2.h206 #define MVPP2_TXQ_SENT_REG(txq) (0x3c00 + 4 * (txq)) argument
365 #define MVPP22_CTRS_TX_CTR(port, txq) ((txq) | ((port) << 3) | BIT(7)) argument

1234567891011