Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851be.c13 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852ae.c13 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852be.c13 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Drtw8852ce.c22 .txbd_trunc_mode = MAC_AX_BD_TRUNC,
H A Dpci.c2466 enum mac_ax_bd_trunc_mode txbd_trunc_mode = info->txbd_trunc_mode; in rtw89_pci_mode_op() local
2478 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2481 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
2539 if (txbd_trunc_mode == MAC_AX_BD_TRUNC) { in rtw89_pci_mode_op()
2543 } else if (txbd_trunc_mode == MAC_AX_BD_NORM) { in rtw89_pci_mode_op()
H A Dpci.h761 enum mac_ax_bd_trunc_mode txbd_trunc_mode; member