Searched refs:qsel (Results 1 - 17 of 17) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8712/
H A Drtl8712_xmit.c134 switch (pattrib->qsel) { get_ff_hwaddr()
243 unsigned int qsel = 0; r8712_do_queue_select() local
247 qsel = (unsigned int) pattrib->priority; r8712_do_queue_select()
249 qsel = (unsigned int) pattrib->priority; r8712_do_queue_select()
250 if (qsel == 0 || qsel == 3) r8712_do_queue_select()
251 qsel = 3; r8712_do_queue_select()
252 else if (qsel == 1 || qsel == 2) r8712_do_queue_select()
253 qsel = 1; r8712_do_queue_select()
254 else if (qsel == 4 || qsel == 5) r8712_do_queue_select()
255 qsel = 5; r8712_do_queue_select()
256 else if (qsel == 6 || qsel == 7) r8712_do_queue_select()
257 qsel = 7; r8712_do_queue_select()
259 qsel = 3; r8712_do_queue_select()
261 pattrib->qsel = qsel; r8712_do_queue_select()
420 uint qsel; update_txdesc() local
470 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
471 if (qsel == 2) update_txdesc()
472 qsel = 0; update_txdesc()
474 ((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
476 ((qsel << RTS_RC_SHT)&0x001f0000); update_txdesc()
484 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
485 if (qsel == 2) update_txdesc()
486 qsel = 0; update_txdesc()
488 ((qsel << RTS_RC_SHT)&0x0001f000); update_txdesc()
493 pattrib->qsel = 0x13; update_txdesc()
495 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
496 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
533 * seqnum per tid. about usb using 4-endpoint, qsel points out update_txdesc()
574 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
575 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
584 * per tid. about usb using 4-endpoint, qsel points out the update_txdesc()
596 qsel = 0x13; update_txdesc()
597 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
600 qsel = (uint)(pattrib->priority&0x0000001f); update_txdesc()
601 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
H A Drtl871x_xmit.h118 u8 qsel; member in struct:pkt_attrib
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A Drtl8188e_xmit.c36 "qsel:%u, sw:0x%03x\n", dump_txrpt_ccx_88e()
43 txrpt_ccx->final_data_rate, txrpt_ccx->qsel, dump_txrpt_ccx_88e()
H A Drtl8188eu_xmit.c178 uint qsel; update_txdesc() local
226 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
227 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
286 qsel = (uint)(pattrib->qsel&0x0000001f); update_txdesc()
287 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
H A Drtl8188e_cmd.c567 pattrib->qsel = 0x10; SetFwRsvdPagePkt()
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Dtrx.c259 enum rtl_desc_qsel qsel; _rtl8192cu_mq_to_descq() local
263 qsel = QSLT_BEACON; _rtl8192cu_mq_to_descq()
267 qsel = QSLT_MGNT; _rtl8192cu_mq_to_descq()
272 qsel = QSLT_VO; _rtl8192cu_mq_to_descq()
274 "VO queue, set qsel = 0x%x\n", QSLT_VO); _rtl8192cu_mq_to_descq()
277 qsel = QSLT_VI; _rtl8192cu_mq_to_descq()
279 "VI queue, set qsel = 0x%x\n", QSLT_VI); _rtl8192cu_mq_to_descq()
282 qsel = QSLT_BK; _rtl8192cu_mq_to_descq()
284 "BK queue, set qsel = 0x%x\n", QSLT_BK); _rtl8192cu_mq_to_descq()
288 qsel = QSLT_BE; _rtl8192cu_mq_to_descq()
290 "BE queue, set qsel = 0x%x\n", QSLT_BE); _rtl8192cu_mq_to_descq()
294 return qsel; _rtl8192cu_mq_to_descq()
/linux-4.1.27/drivers/staging/rtl8723au/hal/
H A Drtl8723au_xmit.c136 uint qsel; update_txdesc() local
158 qsel = (uint)(pattrib->qsel & 0x0000001f); update_txdesc()
159 ptxdesc->txdw1 |= cpu_to_le32((qsel << QSEL_SHT) & 0x00001f00); update_txdesc()
210 qsel = (uint)(pattrib->qsel&0x0000001f); update_txdesc()
211 ptxdesc->txdw1 |= cpu_to_le32((qsel<<QSEL_SHT)&0x00001f00); update_txdesc()
434 pattrib->qsel = pattrib->priority; rtl8723au_hal_xmit()
H A Drtl8723a_cmd.c551 pattrib->qsel = 0x10; SetFwRsvdPagePkt()
713 pattrib->qsel = 0x10; SetFwRsvdPagePkt_BTCoex()
/linux-4.1.27/drivers/staging/rtl8723au/include/
H A Drtl8723a_xmit.h87 u32 qsel:5; member in struct:txdesc_8723a
205 u8 qsel:4; member in struct:txrpt_ccx_8723a
H A Drtw_xmit.h151 u8 qsel; member in struct:pkt_attrib
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Drtl8188e_xmit.h149 u8 qsel:4; member in struct:txrpt_ccx_88e
H A Drtw_xmit.h152 u8 qsel; member in struct:pkt_attrib
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_xmit.c1669 switch (pattrib->qsel) { rtw_get_ff_hwaddr()
1703 u8 qsel; do_queue_select() local
1705 qsel = pattrib->priority; do_queue_select()
1706 RT_TRACE(_module_rtl871x_xmit_c_, _drv_info_, ("### do_queue_select priority=%d , qsel = %d\n", pattrib->priority , qsel)); do_queue_select()
1708 pattrib->qsel = qsel; do_queue_select()
1784 pattrib->qsel = 0x11;/* HIQ */ xmitframe_enqueue_for_sleeping_sta()
H A Drtw_mlme_ext.c1866 pattrib->qsel = 0x12; update_mgntframe_attrib()
2000 pattrib->qsel = 0x10; issue_beacon()
5536 pxmitframe->attrib.qsel = 0x11;/* HIQ */ tx_beacon_hdl()
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_xmit.c1831 switch (pattrib->qsel) { rtw_get_ff_hwaddr23a()
1895 pxmitframe->attrib.qsel = pxmitframe->attrib.priority; rtw_xmit23a()
1946 pattrib->qsel = 0x11;/* HIQ */ xmitframe_enqueue_for_sleeping_sta23a()
H A Drtw_mlme_ext.c2237 pattrib->qsel = 0x12; update_mgntframe_attrib23a()
2388 pattrib->qsel = 0x10; issue_beacon23a()
6130 pxmitframe->attrib.qsel = 0x11;/* HIQ */ list_for_each_safe()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c7742 u8 qsel) igb_rar_set_qsel()
7758 rar_high |= E1000_RAH_POOL_1 * qsel; igb_rar_set_qsel()
7760 rar_high |= E1000_RAH_POOL_1 << qsel; igb_rar_set_qsel()
7741 igb_rar_set_qsel(struct igb_adapter *adapter, u8 *addr, u32 index, u8 qsel) igb_rar_set_qsel() argument

Completed in 444 milliseconds