Searched refs:queue_idx (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 692 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()
|
D | rt73usb.c | 2230 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()
|
D | rt2800lib.h | 217 struct ieee80211_vif *vif, u16 queue_idx,
|
D | rt61pci.c | 2893 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()
|
D | rt2400pci.c | 1272 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()
|
D | rt2800lib.c | 7854 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()
|
D | rt2500pci.c | 1400 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/ |
D | xen-netfront.c | 547 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()
|