Searched refs:queue_idx (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/rt2x00/ |
D | rt2x00mac.c | 710 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()
|
D | rt73usb.c | 2233 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()
|
D | rt2800lib.h | 216 struct ieee80211_vif *vif, u16 queue_idx,
|
D | rt61pci.c | 2896 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()
|
D | rt2400pci.c | 1274 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()
|
D | rt2800lib.c | 7876 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()
|
D | rt2500pci.c | 1402 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/ |
D | xen-netfront.c | 501 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()
|