SRS_TX_BW
case SRS_TX_BW:
if (tx->st_mode == SRS_TX_BW ||
srs_tx->st_mode = SRS_TX_BW;
if (tx->st_mode == SRS_TX_BW || tx->st_mode == SRS_TX_SERIALIZE ||
if (tx_mode != SRS_TX_BW && tx_mode != SRS_TX_BW_FANOUT &&
srs_tx->st_mode = SRS_TX_BW;
if (tx_mode == SRS_TX_BW) {
tx->st_mode = SRS_TX_BW;
{SRS_TX_BW, mac_tx_bw_mode},
((mac_srs)->srs_tx.st_mode == SRS_TX_BW || \
ASSERT3U(tx_mode, !=, SRS_TX_BW); \
ASSERT(tx_mode == SRS_TX_DEFAULT || tx_mode == SRS_TX_BW);
case SRS_TX_BW: {