Home
last modified time | relevance | path

Searched refs:pfirstframe (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Drtl8188eu_xmit.c417 struct xmit_frame *pfirstframe = NULL; in rtl8188eu_xmitframe_complete() local
467 pfirstframe = pxmitframe; in rtl8188eu_xmitframe_complete()
468 …len = xmitframe_need_length(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_… in rtl8188eu_xmitframe_complete()
483 psta = pfirstframe->attrib.psta; in rtl8188eu_xmitframe_complete()
484 switch (pfirstframe->attrib.priority) { in rtl8188eu_xmitframe_complete()
546 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()
547 if (pfirstframe->agg_num == MAX_TX_AGG_PACKET_NUMBER) in rtl8188eu_xmitframe_complete()
564 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188eu_xmitframe_complete()
565 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188eu_xmitframe_complete()
566 (pfirstframe->attrib.ether_type != 0x88b4) && in rtl8188eu_xmitframe_complete()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c346 struct xmit_frame *pfirstframe = NULL; in rtl8188fu_xmitframe_complete() local
431 pfirstframe = pxmitframe; in rtl8188fu_xmitframe_complete()
432 len = rtw_wlan_pkt_size(pfirstframe) + TXDESC_OFFSET; in rtl8188fu_xmitframe_complete()
447 psta = pfirstframe->attrib.psta; in rtl8188fu_xmitframe_complete()
448 switch (pfirstframe->attrib.priority) { in rtl8188fu_xmitframe_complete()
487 …if (_FAIL == rtw_hal_busagg_qsel_check(padapter, pfirstframe->attrib.qsel, pxmitframe->attrib.qsel… in rtl8188fu_xmitframe_complete()
539 pfirstframe->agg_num++; in rtl8188fu_xmitframe_complete()
540 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188fu_xmitframe_complete()
562 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188fu_xmitframe_complete()
563 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188fu_xmitframe_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c347 struct xmit_frame *pfirstframe = NULL; in rtl8188fu_xmitframe_complete() local
432 pfirstframe = pxmitframe; in rtl8188fu_xmitframe_complete()
433 len = rtw_wlan_pkt_size(pfirstframe) + TXDESC_OFFSET; in rtl8188fu_xmitframe_complete()
448 psta = pfirstframe->attrib.psta; in rtl8188fu_xmitframe_complete()
449 switch (pfirstframe->attrib.priority) { in rtl8188fu_xmitframe_complete()
488 …if (_FAIL == rtw_hal_busagg_qsel_check(padapter, pfirstframe->attrib.qsel, pxmitframe->attrib.qsel… in rtl8188fu_xmitframe_complete()
540 pfirstframe->agg_num++; in rtl8188fu_xmitframe_complete()
541 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8188fu_xmitframe_complete()
563 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8188fu_xmitframe_complete()
564 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8188fu_xmitframe_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/usb/
H A Drtl8188eu_xmit.c694 struct xmit_frame *pfirstframe = NULL; in rtl8188eu_xmitframe_complete() local
783 pfirstframe = pxmitframe; in rtl8188eu_xmitframe_complete()
784 len = rtw_wlan_pkt_size(pfirstframe) + TXDESC_SIZE + (pfirstframe->pkt_offset * PACKET_OFFSET_SZ); in rtl8188eu_xmitframe_complete()
802 psta = rtw_get_stainfo(&padapter->stapriv, pfirstframe->attrib.ra); in rtl8188eu_xmitframe_complete()
803 if (pfirstframe->attrib.psta != psta) in rtl8188eu_xmitframe_complete()
804 RTW_INFO("%s, pattrib->psta(%p) != psta(%p)\n", __func__, pfirstframe->attrib.psta, psta); in rtl8188eu_xmitframe_complete()
810 switch (pfirstframe->attrib.priority) { in rtl8188eu_xmitframe_complete()
852 …if (_FAIL == rtw_hal_busagg_qsel_check(padapter, pfirstframe->attrib.qsel, pxmitframe->attrib.qsel… in rtl8188eu_xmitframe_complete()
913 pfirstframe->agg_num++; in rtl8188eu_xmitframe_complete()
915 pxmitpriv->agg_pkt[pfirstframe->agg_num - 1].offset = _RND8(len); in rtl8188eu_xmitframe_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/
H A Drtl8723bu_xmit.c387 struct xmit_frame *pfirstframe = NULL; in rtl8723bu_xmitframe_complete() local
478 pfirstframe = pxmitframe; in rtl8723bu_xmitframe_complete()
479 len = xmitframe_need_length(pfirstframe) + TXDESC_OFFSET; in rtl8723bu_xmitframe_complete()
494 psta = pfirstframe->attrib.psta; in rtl8723bu_xmitframe_complete()
495 switch (pfirstframe->attrib.priority) { in rtl8723bu_xmitframe_complete()
535 if(_FAIL == rtw_hal_busagg_qsel_check(padapter,pfirstframe->attrib.qsel,pxmitframe->attrib.qsel)) in rtl8723bu_xmitframe_complete()
592 pfirstframe->agg_num++; in rtl8723bu_xmitframe_complete()
593 if (MAX_TX_AGG_PACKET_NUMBER == pfirstframe->agg_num) in rtl8723bu_xmitframe_complete()
615 if ((pfirstframe->attrib.ether_type != 0x0806) && in rtl8723bu_xmitframe_complete()
616 (pfirstframe->attrib.ether_type != 0x888e) && in rtl8723bu_xmitframe_complete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/sdio/
H A Drtl8189es_xmit.c867 struct xmit_frame *pxmitframe = NULL, *pfirstframe = NULL; in xmit_xmitframes() local
909 pfirstframe = pxmitframe; in xmit_xmitframes()
914 …ptxservq = rtw_get_sta_pending(padapter, pfirstframe->attrib.psta, pfirstframe->attrib.priority, (… in xmit_xmitframes()
930 … if(_FAIL == rtw_hal_busagg_qsel_check(padapter,pfirstframe->attrib.qsel,pxmitframe->attrib.qsel)){ in xmit_xmitframes()
1023 pfirstframe->agg_num++; in xmit_xmitframes()
1024 if(pfirstframe->agg_num >= (rtw_hal_sdio_max_txoqt_free_space(padapter)-1)) in xmit_xmitframes()
1031 rtl8188es_update_txdesc(pfirstframe, pfirstframe->buf_addr); in xmit_xmitframes()
1037 pxmitbuf->agg_num = pfirstframe->agg_num; in xmit_xmitframes()
1045 rtw_count_tx_stats(padapter, pfirstframe, total_len); in xmit_xmitframes()
1047 rtw_free_xmitframe(pxmitpriv, pfirstframe); in xmit_xmitframes()