Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00mac.c710 struct ieee80211_vif *vif, u16 queue_idx, in rt2x00mac_conf_tx() argument
716 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2x00mac_conf_tx()
739 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, in rt2x00mac_conf_tx()
Drt73usb.c2233 struct ieee80211_vif *vif, u16 queue_idx, in rt73usb_conf_tx() argument
2249 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt73usb_conf_tx()
2257 if (queue_idx >= 4) in rt73usb_conf_tx()
2260 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt73usb_conf_tx()
2263 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt73usb_conf_tx()
2264 field.bit_offset = (queue_idx & 1) * 16; in rt73usb_conf_tx()
2272 field.bit_offset = queue_idx * 4; in rt73usb_conf_tx()
Drt2800lib.h216 struct ieee80211_vif *vif, u16 queue_idx,
Drt61pci.c2896 struct ieee80211_vif *vif, u16 queue_idx, in rt61pci_conf_tx() argument
2912 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt61pci_conf_tx()
2920 if (queue_idx >= 4) in rt61pci_conf_tx()
2923 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt61pci_conf_tx()
2926 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2))); in rt61pci_conf_tx()
2927 field.bit_offset = (queue_idx & 1) * 16; in rt61pci_conf_tx()
2935 field.bit_offset = queue_idx * 4; in rt61pci_conf_tx()
Drt2400pci.c1274 const enum data_queue_qid queue_idx) in rt2400pci_txdone() argument
1276 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2400pci_txdone()
Drt2800lib.c7876 struct ieee80211_vif *vif, u16 queue_idx, in rt2800_conf_tx() argument
7892 retval = rt2x00mac_conf_tx(hw, vif, queue_idx, params); in rt2800_conf_tx()
7900 if (queue_idx >= 4) in rt2800_conf_tx()
7903 queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2800_conf_tx()
7906 offset = WMM_TXOP0_CFG + (sizeof(u32) * (!!(queue_idx & 2))); in rt2800_conf_tx()
7907 field.bit_offset = (queue_idx & 1) * 16; in rt2800_conf_tx()
7915 field.bit_offset = queue_idx * 4; in rt2800_conf_tx()
7931 offset = EDCA_AC0_CFG + (sizeof(u32) * queue_idx); in rt2800_conf_tx()
Drt2500pci.c1402 const enum data_queue_qid queue_idx) in rt2500pci_txdone() argument
1404 struct data_queue *queue = rt2x00queue_get_tx_queue(rt2x00dev, queue_idx); in rt2500pci_txdone()
/linux-4.1.27/drivers/net/
Dxen-netfront.c501 u16 queue_idx; in xennet_select_queue() local
505 queue_idx = 0; in xennet_select_queue()
508 queue_idx = hash % num_queues; in xennet_select_queue()
511 return queue_idx; in xennet_select_queue()