Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Drtw8852ae.c14 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8851be.c14 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852be.c14 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852bte.c20 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852ce.c23 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8922ae.c20 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Dpci.c2744 enum mac_ax_bd_trunc_mode txbd_trunc_mode = info->txbd_trunc_mode; in rtw89_pci_mode_op() local
2756 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2759 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
2817 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2821 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
H A Dpci.h1314 enum mac_ax_bd_trunc_mode txbd_trunc_mode; member