Searched refs:queue_idx (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_interleave.c55 int i, queue_idx = -1; local
68 queue_idx = i;
74 if (queue_idx < 0)
77 frame = ff_bufqueue_get(&s->queues[queue_idx]);
79 queue_idx, frame->pts * av_q2d(AV_TIME_BASE_Q));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800pci.c635 const enum data_queue_qid queue_idx)
640 if (queue_idx > QID_HCCA && queue_idx != QID_MGMT)
643 queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
646 if (queue_idx == QID_MGMT)
649 qidx = queue_idx;
634 rt2800pci_kick_tx_queue(struct rt2x00_dev *rt2x00dev, const enum data_queue_qid queue_idx) argument
H A Drt2x00mac.c677 int rt2x00mac_conf_tx(struct ieee80211_hw *hw, u16 queue_idx, argument
683 queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
706 queue_idx, queue->cw_min, queue->cw_max, queue->aifs, queue->txop);
H A Drt2800lib.h180 int rt2800_conf_tx(struct ieee80211_hw *hw, u16 queue_idx,
H A Drt61pci.c2723 static int rt61pci_conf_tx(struct ieee80211_hw *hw, u16 queue_idx, argument
2739 retval = rt2x00mac_conf_tx(hw, queue_idx, params);
2747 if (queue_idx >= 4)
2750 queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
2753 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2)));
2754 field.bit_offset = (queue_idx & 1) * 16;
2762 field.bit_offset = queue_idx * 4;
H A Drt73usb.c2153 static int rt73usb_conf_tx(struct ieee80211_hw *hw, u16 queue_idx, argument
2169 retval = rt2x00mac_conf_tx(hw, queue_idx, params);
2177 if (queue_idx >= 4)
2180 queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
2183 offset = AC_TXOP_CSR0 + (sizeof(u32) * (!!(queue_idx & 2)));
2184 field.bit_offset = (queue_idx & 1) * 16;
2192 field.bit_offset = queue_idx * 4;
H A Drt2800lib.c2964 int rt2800_conf_tx(struct ieee80211_hw *hw, u16 queue_idx, argument
2980 retval = rt2x00mac_conf_tx(hw, queue_idx, params);
2988 if (queue_idx >= 4)
2991 queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
2994 offset = WMM_TXOP0_CFG + (sizeof(u32) * (!!(queue_idx & 2)));
2995 field.bit_offset = (queue_idx & 1) * 16;
3003 field.bit_offset = queue_idx * 4;
3019 offset = EDCA_AC0_CFG + (sizeof(u32) * queue_idx);
H A Drt2400pci.c1203 const enum data_queue_qid queue_idx)
1205 struct data_queue *queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
1202 rt2400pci_txdone(struct rt2x00_dev *rt2x00dev, const enum data_queue_qid queue_idx) argument
H A Drt2500pci.c1335 const enum data_queue_qid queue_idx)
1337 struct data_queue *queue = rt2x00queue_get_queue(rt2x00dev, queue_idx);
1334 rt2500pci_txdone(struct rt2x00_dev *rt2x00dev, const enum data_queue_qid queue_idx) argument

Completed in 146 milliseconds