Home
last modified time | relevance | path

Searched refs:queue_idx (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2x00mac.c692 struct ieee80211_vif *vif, u16 queue_idx, in rt2x00mac_conf_tx() argument
698 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2x00mac_conf_tx()
721 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
Drt73usb.c2230 struct ieee80211_vif *vif, u16 queue_idx, in rt73usb_conf_tx() argument
2246 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt73usb_conf_tx()
2254 if (queue_idx >= 4) in rt73usb_conf_tx()
2257 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt73usb_conf_tx()
2260 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt73usb_conf_tx()
2261 field.bit_offset = (queue_idx & 1) * 16; in rt73usb_conf_tx()
2269 field.bit_offset = queue_idx * 4; in rt73usb_conf_tx()
Drt2800lib.h217 struct ieee80211_vif *vif, u16 queue_idx,
Drt61pci.c2893 struct ieee80211_vif *vif, u16 queue_idx, in rt61pci_conf_tx() argument
2909 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt61pci_conf_tx()
2917 if (queue_idx >= 4) in rt61pci_conf_tx()
2920 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt61pci_conf_tx()
2923 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt61pci_conf_tx()
2924 field.bit_offset = (queue_idx & 1) * 16; in rt61pci_conf_tx()
2932 field.bit_offset = queue_idx * 4; in rt61pci_conf_tx()
Drt2400pci.c1272 const enum data_queue_qid queue_idx) in rt2400pci_txdone() argument
1274 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2400pci_txdone()
Drt2800lib.c7854 struct ieee80211_vif *vif, u16 queue_idx, in rt2800_conf_tx() argument
7870 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt2800_conf_tx()
7878 if (queue_idx >= 4) in rt2800_conf_tx()
7881 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2800_conf_tx()
7884 offset = WMM_TXOP0_CFG + (sizeof(u32) * (!!(queue_idx & 2))); in rt2800_conf_tx()
7885 field.bit_offset = (queue_idx & 1) * 16; in rt2800_conf_tx()
7893 field.bit_offset = queue_idx * 4; in rt2800_conf_tx()
7909 offset = EDCA_AC0_CFG + (sizeof(u32) * queue_idx); in rt2800_conf_tx()
Drt2500pci.c1400 const enum data_queue_qid queue_idx) in rt2500pci_txdone() argument
1402 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2500pci_txdone()
/linux-4.4.14/drivers/net/
Dxen-netfront.c547 u16 queue_idx; in xennet_select_queue() local
551 queue_idx = 0; in xennet_select_queue()
554 queue_idx = hash % num_queues; in xennet_select_queue()
557 return queue_idx; in xennet_select_queue()