Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dpci.h881 #define RTW89_PCI_RXBD_TAG GENMASK(28, 16) macro
H A Dpci.c167 rx_info->tag = le32_get_bits(rxbd_info->dword, RTW89_PCI_RXBD_TAG); in rtw89_pci_rxbd_info_update()