Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Dfw.c749 #define QOSNULL_PG 3 macro
1506 qosnull = &reserved_page_packet_8812[QOSNULL_PG * 512]; in rtl8812ae_set_fw_rsvdpagepkt()
1511 SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(u1RsvdPageLoc, QOSNULL_PG); in rtl8812ae_set_fw_rsvdpagepkt()
1514 totalpacketlen = 512 * (QOSNULL_PG + 1) - 40; in rtl8812ae_set_fw_rsvdpagepkt()
1630 qosnull = &reserved_page_packet_8821[QOSNULL_PG * 256]; in rtl8821ae_set_fw_rsvdpagepkt()
1635 SET_H2CCMD_RSVDPAGE_LOC_QOS_NULL_DATA(u1RsvdPageLoc, QOSNULL_PG); in rtl8821ae_set_fw_rsvdpagepkt()
1638 totalpacketlen = 256 * (QOSNULL_PG + 1) - 40; in rtl8821ae_set_fw_rsvdpagepkt()