Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c2224 const struct rtw89_tx_shape *tx_shape = &rfe_parms->tx_shape; in rtw8922a_set_tx_shape() local
2230 tx_shape_idx = (*tx_shape->lmt)[band][RTW89_RS_OFDM][regd]; in rtw8922a_set_tx_shape()
H A Drtw8852b_common.c1329 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8852bx_set_tx_shape()
1330 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8852bx_set_tx_shape()
H A Drtw8851b.c1878 u8 tx_shape_cck = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_CCK][regd]; in rtw8851b_set_tx_shape()
1879 u8 tx_shape_ofdm = (*rfe_parms->tx_shape.lmt)[band][RTW89_RS_OFDM][regd]; in rtw8851b_set_tx_shape()
H A Drtw8851b_table.c14888 .tx_shape = {
14904 .tx_shape = {
H A Drtw8852b_table.c22923 .tx_shape = {
H A Dfw.c9974 parms->tx_shape.lmt = &rfe_data->tx_shape_lmt.v; in rtw89_load_rfe_data_from_fw()
9979 parms->tx_shape.lmt_ru = &rfe_data->tx_shape_lmt_ru.v; in rtw89_load_rfe_data_from_fw()
H A Dcore.h4094 struct rtw89_tx_shape tx_shape; member
H A Drtw8852c_table.c[all...]