Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/realtek/rtw89/
Drtw8852ae.c13 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
Drtw8852ce.c22 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
Dpci.c2348 enum mac_ax_bd_trunc_mode txbd_trunc_mode = info->txbd_trunc_mode; in rtw89_pci_mode_op() local
2360 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2363 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
2421 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2425 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
Dpci.h742 enum mac_ax_bd_trunc_mode txbd_trunc_mode; member