Lines Matching refs:tx_cont
531 struct tm_tx_cont *tx_cont = &req.op.rf.param.tx_cont; in mt7915_tm_set_tx_cont() local
533 tx_cont->control_ch = chandef->chan->hw_value; in mt7915_tm_set_tx_cont()
534 tx_cont->center_ch = freq1; in mt7915_tm_set_tx_cont()
535 tx_cont->tx_ant = td->tx_antenna_mask; in mt7915_tm_set_tx_cont()
536 tx_cont->band = phy != &dev->phy; in mt7915_tm_set_tx_cont()
540 tx_cont->bw = CMD_CBW_40MHZ; in mt7915_tm_set_tx_cont()
543 tx_cont->bw = CMD_CBW_80MHZ; in mt7915_tm_set_tx_cont()
546 tx_cont->bw = CMD_CBW_8080MHZ; in mt7915_tm_set_tx_cont()
549 tx_cont->bw = CMD_CBW_160MHZ; in mt7915_tm_set_tx_cont()
552 tx_cont->bw = CMD_CBW_5MHZ; in mt7915_tm_set_tx_cont()
555 tx_cont->bw = CMD_CBW_10MHZ; in mt7915_tm_set_tx_cont()
558 tx_cont->bw = CMD_CBW_20MHZ; in mt7915_tm_set_tx_cont()
561 tx_cont->bw = CMD_CBW_20MHZ; in mt7915_tm_set_tx_cont()
618 tx_cont->rateval = cpu_to_le16(rateval); in mt7915_tm_set_tx_cont()