Searched refs:rtw89_txpwr_byrate (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | phy.c | 1465 [RTW89_RS_CCK] = offsetof(struct rtw89_txpwr_byrate, cck), 1466 [RTW89_RS_OFDM] = offsetof(struct rtw89_txpwr_byrate, ofdm), 1467 [RTW89_RS_MCS] = offsetof(struct rtw89_txpwr_byrate, mcs), 1468 [RTW89_RS_HEDCM] = offsetof(struct rtw89_txpwr_byrate, hedcm), 1469 [RTW89_RS_OFFSET] = offsetof(struct rtw89_txpwr_byrate, offset),
|
D | core.h | 479 struct rtw89_txpwr_byrate { struct 3488 struct rtw89_txpwr_byrate byr[RTW89_BAND_MAX];
|