Home
last modified time | relevance | path

Searched refs:ptxdesc (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Drtl8188eu_xmit.c29 static void rtl8188eu_cal_txdesc_chksum(struct tx_desc *ptxdesc) in rtl8188eu_cal_txdesc_chksum() argument
31 u16 *usptr = (u16 *)ptxdesc; in rtl8188eu_cal_txdesc_chksum()
37 ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); in rtl8188eu_cal_txdesc_chksum()
41 ptxdesc->txdw7 |= cpu_to_le32(0x0000ffff & checksum); in rtl8188eu_cal_txdesc_chksum()
51 struct tx_desc *ptxdesc; in rtl8188e_fill_fake_txdesc() local
54 ptxdesc = (struct tx_desc *)desc; in rtl8188e_fill_fake_txdesc()
58 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc()
60ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << OFFSET_SHT) & 0x00ff0000); /* 32 bytes… in rtl8188e_fill_fake_txdesc()
62 ptxdesc->txdw0 |= cpu_to_le32(BufferLen & 0x0000ffff); /* Buffer size + command header */ in rtl8188e_fill_fake_txdesc()
65ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT << QSEL_SHT) & 0x00001f00); /* Fixed queue of Mgnt queue… in rtl8188e_fill_fake_txdesc()
[all …]
H A Drtl8188e_xmit.c28 struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
47 DBG_88E("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
48 DBG_88E("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
49 DBG_88E("txdw2(0x%08x)\n", ptxdesc->txdw2); in _dbg_dump_tx_info()
50 DBG_88E("txdw3(0x%08x)\n", ptxdesc->txdw3); in _dbg_dump_tx_info()
51 DBG_88E("txdw4(0x%08x)\n", ptxdesc->txdw4); in _dbg_dump_tx_info()
52 DBG_88E("txdw5(0x%08x)\n", ptxdesc->txdw5); in _dbg_dump_tx_info()
53 DBG_88E("txdw6(0x%08x)\n", ptxdesc->txdw6); in _dbg_dump_tx_info()
54 DBG_88E("txdw7(0x%08x)\n", ptxdesc->txdw7); in _dbg_dump_tx_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/usb/
H A Drtl8188eu_xmit.c52 void rtl8188eu_cal_txdesc_chksum(struct tx_desc *ptxdesc) in rtl8188eu_cal_txdesc_chksum() argument
54 u16 *usPtr = (u16 *)ptxdesc; in rtl8188eu_cal_txdesc_chksum()
60 ptxdesc->txdw7 &= cpu_to_le32(0xffff0000); in rtl8188eu_cal_txdesc_chksum()
65 ptxdesc->txdw7 |= cpu_to_le32(0x0000ffff & checksum); in rtl8188eu_cal_txdesc_chksum()
81 struct tx_desc *ptxdesc; in rtl8188e_fill_fake_txdesc() local
85 ptxdesc = (struct tx_desc *)pDesc; in rtl8188e_fill_fake_txdesc()
89 ptxdesc->txdw0 |= cpu_to_le32(OWN | FSG | LSG); /* own, bFirstSeg, bLastSeg; */ in rtl8188e_fill_fake_txdesc()
91ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << OFFSET_SHT) & 0x00ff0000); /* 32 bytes… in rtl8188e_fill_fake_txdesc()
93 ptxdesc->txdw0 |= cpu_to_le32(BufferLen & 0x0000ffff); /* Buffer size + command header */ in rtl8188e_fill_fake_txdesc()
96ptxdesc->txdw1 |= cpu_to_le32((QSLT_MGNT << QSEL_SHT) & 0x00001f00); /* Fixed queue of Mgnt queue … in rtl8188e_fill_fake_txdesc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/sdio/
H A Drtl8189es_xmit.c25 static void fill_txdesc_sectype(struct pkt_attrib *pattrib, PTXDESC_8188E ptxdesc) in fill_txdesc_sectype() argument
36 ptxdesc->sectype = 1; in fill_txdesc_sectype()
40 ptxdesc->sectype = 2; in fill_txdesc_sectype()
44 ptxdesc->sectype = 3; in fill_txdesc_sectype()
55 static void fill_txdesc_vcs(struct pkt_attrib *pattrib, PTXDESC_8188E ptxdesc) in fill_txdesc_vcs() argument
62 ptxdesc->rtsen = 1; in fill_txdesc_vcs()
66 ptxdesc->cts2self = 1; in fill_txdesc_vcs()
75 ptxdesc->hw_rts_en = 1; // ENABLE HW RTS in fill_txdesc_vcs()
81 ptxdesc->rts_bw = 1; in fill_txdesc_vcs()
86 ptxdesc->rts_sc = 0; in fill_txdesc_vcs()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl8712_xmit.c360 struct tx_desc *ptxdesc = pxmitbuf->pbuf; in r8712_dump_aggr_xframe() local
363 u16 total_length = (u16) (ptxdesc->txdw0 & 0xffff); in r8712_dump_aggr_xframe()
381 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()
386 ptxdesc->txdw0 |= cpu_to_le32 in r8712_dump_aggr_xframe()
405 struct tx_desc *ptxdesc = (struct tx_desc *)pmem; in update_txdesc() local
415 memcpy(&txdesc_mp, ptxdesc, sizeof(struct tx_desc)); in update_txdesc()
416 memset(ptxdesc, 0, sizeof(struct tx_desc)); in update_txdesc()
418 ptxdesc->txdw0 |= cpu_to_le32(sz & 0x0000ffff); in update_txdesc()
432 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ + 8) << in update_txdesc()
436 ptxdesc->txdw0 |= cpu_to_le32(((TXDESC_SIZE + OFFSET_SZ) << in update_txdesc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/
H A Drtl8822be_xmit.c199 u8 *ptxdesc = NULL; in __rtw_alloc_cmdxmitframe_8822be() local
202 ptxdesc = get_txbd(padapter, BCN_QUEUE_INX); in __rtw_alloc_cmdxmitframe_8822be()
205 if (ptxdesc != NULL) in __rtw_alloc_cmdxmitframe_8822be()
206 SET_TX_BD_OWN(ptxdesc, 0); in __rtw_alloc_cmdxmitframe_8822be()
371 u8 *ptxdesc; in update_txdesc() local
376 ptxdesc = pxmitframe->buf_addr; in update_txdesc()
377 _rtw_memset(ptxdesc, 0, TXDESC_SIZE); in update_txdesc()
381 SET_TX_DESC_LS_8822B(ptxdesc, 1); in update_txdesc()
384 SET_TX_DESC_TXPKTSIZE_8822B(ptxdesc, sz); in update_txdesc()
385 SET_TX_DESC_OFFSET_8822B(ptxdesc, TXDESC_SIZE); in update_txdesc()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/rtl8188e/
H A Drtl8188e_xmit.c60 void _dbg_dump_tx_info(_adapter *padapter, int frame_tag, struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
81 RTW_INFO("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
82 RTW_INFO("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
83 RTW_INFO("txdw2(0x%08x)\n", ptxdesc->txdw2); in _dbg_dump_tx_info()
84 RTW_INFO("txdw3(0x%08x)\n", ptxdesc->txdw3); in _dbg_dump_tx_info()
85 RTW_INFO("txdw4(0x%08x)\n", ptxdesc->txdw4); in _dbg_dump_tx_info()
86 RTW_INFO("txdw5(0x%08x)\n", ptxdesc->txdw5); in _dbg_dump_tx_info()
87 RTW_INFO("txdw6(0x%08x)\n", ptxdesc->txdw6); in _dbg_dump_tx_info()
88 RTW_INFO("txdw7(0x%08x)\n", ptxdesc->txdw7); in _dbg_dump_tx_info()
208 PTXDESC_8188E ptxdesc; in UpdateEarlyModeInfo8188E() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_xmit.c64 void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
89 DBG_8192C("txdw0(0x%08x)\n",ptxdesc->txdw0); in _dbg_dump_tx_info()
90 DBG_8192C("txdw1(0x%08x)\n",ptxdesc->txdw1); in _dbg_dump_tx_info()
91 DBG_8192C("txdw2(0x%08x)\n",ptxdesc->txdw2); in _dbg_dump_tx_info()
92 DBG_8192C("txdw3(0x%08x)\n",ptxdesc->txdw3); in _dbg_dump_tx_info()
93 DBG_8192C("txdw4(0x%08x)\n",ptxdesc->txdw4); in _dbg_dump_tx_info()
94 DBG_8192C("txdw5(0x%08x)\n",ptxdesc->txdw5); in _dbg_dump_tx_info()
95 DBG_8192C("txdw6(0x%08x)\n",ptxdesc->txdw6); in _dbg_dump_tx_info()
96 DBG_8192C("txdw7(0x%08x)\n",ptxdesc->txdw7); in _dbg_dump_tx_info()
218 PTXDESC_8188E ptxdesc; in UpdateEarlyModeInfo8188E() local
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c37 void _dbg_dump_tx_info(_adapter *padapter, int frame_tag, struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
56 RTW_INFO("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
57 RTW_INFO("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
58 RTW_INFO("txdw2(0x%08x)\n", ptxdesc->txdw2); in _dbg_dump_tx_info()
59 RTW_INFO("txdw3(0x%08x)\n", ptxdesc->txdw3); in _dbg_dump_tx_info()
60 RTW_INFO("txdw4(0x%08x)\n", ptxdesc->txdw4); in _dbg_dump_tx_info()
61 RTW_INFO("txdw5(0x%08x)\n", ptxdesc->txdw5); in _dbg_dump_tx_info()
62 RTW_INFO("txdw6(0x%08x)\n", ptxdesc->txdw6); in _dbg_dump_tx_info()
63 RTW_INFO("txdw7(0x%08x)\n", ptxdesc->txdw7); in _dbg_dump_tx_info()
64 RTW_INFO("txdw8(0x%08x)\n", ptxdesc->txdw8); in _dbg_dump_tx_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/rtl8188f/usb/
H A Drtl8188fu_xmit.c38 void _dbg_dump_tx_info(_adapter *padapter, int frame_tag, struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
57 RTW_INFO("txdw0(0x%08x)\n", ptxdesc->txdw0); in _dbg_dump_tx_info()
58 RTW_INFO("txdw1(0x%08x)\n", ptxdesc->txdw1); in _dbg_dump_tx_info()
59 RTW_INFO("txdw2(0x%08x)\n", ptxdesc->txdw2); in _dbg_dump_tx_info()
60 RTW_INFO("txdw3(0x%08x)\n", ptxdesc->txdw3); in _dbg_dump_tx_info()
61 RTW_INFO("txdw4(0x%08x)\n", ptxdesc->txdw4); in _dbg_dump_tx_info()
62 RTW_INFO("txdw5(0x%08x)\n", ptxdesc->txdw5); in _dbg_dump_tx_info()
63 RTW_INFO("txdw6(0x%08x)\n", ptxdesc->txdw6); in _dbg_dump_tx_info()
64 RTW_INFO("txdw7(0x%08x)\n", ptxdesc->txdw7); in _dbg_dump_tx_info()
65 RTW_INFO("txdw8(0x%08x)\n", ptxdesc->txdw8); in _dbg_dump_tx_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/rtl8723b/usb/
H A Drtl8723bu_xmit.c42 void _dbg_dump_tx_info(_adapter *padapter,int frame_tag,struct tx_desc *ptxdesc) in _dbg_dump_tx_info() argument
67 DBG_8192C("txdw0(0x%08x)\n",ptxdesc->txdw0); in _dbg_dump_tx_info()
68 DBG_8192C("txdw1(0x%08x)\n",ptxdesc->txdw1); in _dbg_dump_tx_info()
69 DBG_8192C("txdw2(0x%08x)\n",ptxdesc->txdw2); in _dbg_dump_tx_info()
70 DBG_8192C("txdw3(0x%08x)\n",ptxdesc->txdw3); in _dbg_dump_tx_info()
71 DBG_8192C("txdw4(0x%08x)\n",ptxdesc->txdw4); in _dbg_dump_tx_info()
72 DBG_8192C("txdw5(0x%08x)\n",ptxdesc->txdw5); in _dbg_dump_tx_info()
73 DBG_8192C("txdw6(0x%08x)\n",ptxdesc->txdw6); in _dbg_dump_tx_info()
74 DBG_8192C("txdw7(0x%08x)\n",ptxdesc->txdw7); in _dbg_dump_tx_info()
88 void fill_txdesc_sectype(struct pkt_attrib *pattrib, struct tx_desc *ptxdesc) in fill_txdesc_sectype() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mp.c1425 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1428 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1658 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1660 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1661 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1662 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1664 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1665 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1666 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1667 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mp.c1412 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1415 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1645 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1647 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1648 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1649 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1651 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1652 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1653 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1654 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mp.c1413 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1416 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1646 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1648 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1649 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1650 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1652 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1653 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1654 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1655 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mp.c1430 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1433 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1663 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1665 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1666 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1667 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1669 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1670 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1671 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1672 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mp.c1425 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1428 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1658 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1660 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1661 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1662 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1664 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1665 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1666 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1667 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mp.c1391 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1394 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1624 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1626 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1627 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1628 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1630 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1631 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1632 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1633 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mp.c1391 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1394 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1624 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1626 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1627 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1628 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1630 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1631 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1632 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1633 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mp.c1424 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1427 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1657 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1659 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1660 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1661 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1663 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1664 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1665 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1666 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mp.c1430 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1433 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1663 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1665 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1666 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1667 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1669 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1670 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1671 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1672 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mp.c1398 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1401 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1631 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1633 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1634 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1635 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1637 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1638 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1639 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1640 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mp.c1410 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1413 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1643 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1645 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1646 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1647 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1649 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1650 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1651 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1652 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mp.c1412 void fill_txdesc_for_mp(PADAPTER padapter, u8 *ptxdesc) in fill_txdesc_for_mp() argument
1415 _rtw_memcpy(ptxdesc, pmp_priv->tx.desc, TXDESC_SIZE); in fill_txdesc_for_mp()
1645 u8 *ptxdesc = pmp_priv->tx.desc; in fill_tx_desc_8723b() local
1647 SET_TX_DESC_AGG_BREAK_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1648 SET_TX_DESC_MACID_8723B(ptxdesc, pattrib->mac_id); in fill_tx_desc_8723b()
1649 SET_TX_DESC_QUEUE_SEL_8723B(ptxdesc, pattrib->qsel); in fill_tx_desc_8723b()
1651 SET_TX_DESC_RATE_ID_8723B(ptxdesc, pattrib->raid); in fill_tx_desc_8723b()
1652 SET_TX_DESC_SEQ_8723B(ptxdesc, pattrib->seqnum); in fill_tx_desc_8723b()
1653 SET_TX_DESC_HWSEQ_EN_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
1654 SET_TX_DESC_USE_RATE_8723B(ptxdesc, 1); in fill_tx_desc_8723b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/rtl8821c/
H A Drtl8821c.h72 void rtl8821c_fill_txdesc_sectype(struct pkt_attrib *, u8 *ptxdesc);
73 void rtl8821c_fill_txdesc_vcs(PADAPTER, struct pkt_attrib *, u8 *ptxdesc);
74 void rtl8821c_fill_txdesc_phy(PADAPTER, struct pkt_attrib *, u8 *ptxdesc);
77 void rtl8821c_cal_txdesc_chksum(PADAPTER, u8 *ptxdesc);
79 void rtl8821c_dbg_dump_tx_desc(PADAPTER, int frame_tag, u8 *ptxdesc);
80 void fill_txdesc_force_bmc_camid(struct pkt_attrib *pattrib, u8 *ptxdesc);
81 void fill_txdesc_bmc_tx_rate(struct pkt_attrib *pattrib, u8 *ptxdesc);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/rtl8821c/
H A Drtl8821c.h71 void rtl8821c_fill_txdesc_sectype(struct pkt_attrib *, u8 *ptxdesc);
72 void rtl8821c_fill_txdesc_vcs(PADAPTER, struct pkt_attrib *, u8 *ptxdesc);
73 void rtl8821c_fill_txdesc_phy(PADAPTER, struct pkt_attrib *, u8 *ptxdesc);
76 void rtl8821c_cal_txdesc_chksum(PADAPTER, u8 *ptxdesc);
78 void rtl8821c_dbg_dump_tx_desc(PADAPTER, int frame_tag, u8 *ptxdesc);
79 void fill_txdesc_force_bmc_camid(struct pkt_attrib *pattrib, u8 *ptxdesc);
80 void fill_txdesc_bmc_tx_rate(struct pkt_attrib *pattrib, u8 *ptxdesc);

12345678910>>...12