Searched refs:rtw89_txpwr_byrate (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/net/wireless/realtek/rtw89/ |
D | phy.c | 1539 [RTW89_RS_CCK] = offsetof(struct rtw89_txpwr_byrate, cck), 1540 [RTW89_RS_OFDM] = offsetof(struct rtw89_txpwr_byrate, ofdm), 1541 [RTW89_RS_MCS] = offsetof(struct rtw89_txpwr_byrate, mcs), 1542 [RTW89_RS_HEDCM] = offsetof(struct rtw89_txpwr_byrate, hedcm), 1543 [RTW89_RS_OFFSET] = offsetof(struct rtw89_txpwr_byrate, offset),
|
D | core.h | 715 struct rtw89_txpwr_byrate { struct 4422 struct rtw89_txpwr_byrate byr[RTW89_BAND_NUM];
|