Searched refs:txbd_trunc_mode (Results 1 – 4 of 4) sorted by relevance
2228 enum mac_ax_bd_trunc_mode *txbd_trunc_mode = in mode_op() local2229 (&intf_info->txbd_trunc_mode); in mode_op()2256 if (intf_info->txbd_trunc_mode == MAC_AX_BD_DEF) in mode_op()2257 txbd_trunc_mode = (&intf_info_def->txbd_trunc_mode); in mode_op()2262 if ((*txbd_trunc_mode) == MAC_AX_BD_TRUNC) { in mode_op()2269 } else if ((*txbd_trunc_mode) == MAC_AX_BD_NORM) { in mode_op()2397 enum mac_ax_bd_trunc_mode *txbd_trunc_mode = in trx_init_bd() local2398 (&intf_info->txbd_trunc_mode); in trx_init_bd()2426 if (intf_info->txbd_trunc_mode == MAC_AX_BD_DEF) in trx_init_bd()2427 txbd_trunc_mode = (&intf_info_def->txbd_trunc_mode); in trx_init_bd()[all …]
226 intf_info->txbd_trunc_mode = MAC_AX_BD_TRUNC; in _hal_pre_init_8852be()
5123 enum mac_ax_bd_trunc_mode txbd_trunc_mode; member