Home
last modified time | relevance | path

Searched refs:edcca_cap (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_cap.c220 struct rtw_edcca_cap_t *edcca_cap = &phl_com->dev_cap.edcca_cap; in _hal_edcca_final_cap_decision() local
221 struct rtw_edcca_cap_t *edcca_sw_cap = &phl_com->dev_sw_cap.edcca_cap; in _hal_edcca_final_cap_decision()
222 struct rtw_edcca_cap_t *edcca_hw_cap = &hal_com->dev_hw_cap.edcca_cap; in _hal_edcca_final_cap_decision()
224 edcca_cap->edcca_adap_th_2g = (edcca_sw_cap->edcca_adap_th_2g)? in _hal_edcca_final_cap_decision()
227 edcca_cap->edcca_adap_th_5g = (edcca_sw_cap->edcca_adap_th_5g)? in _hal_edcca_final_cap_decision()
231 edcca_cap->edcca_carrier_sense_th = (edcca_sw_cap->edcca_carrier_sense_th)? in _hal_edcca_final_cap_decision()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_edcca.c516 hal->dev_hw_cap.edcca_cap.edcca_adap_th_5g = EDCCA_5G; in halbb_edcca_dev_hw_cap()
517 hal->dev_hw_cap.edcca_cap.edcca_adap_th_2g = EDCCA_2G; in halbb_edcca_dev_hw_cap()
519 hal->dev_hw_cap.edcca_cap.edcca_carrier_sense_th = CARRIER_SENSE - 6; in halbb_edcca_dev_hw_cap()
521 hal->dev_hw_cap.edcca_cap.edcca_carrier_sense_th = CARRIER_SENSE; in halbb_edcca_dev_hw_cap()
541 bb_edcca->th_h_5g = phl->dev_cap.edcca_cap.edcca_adap_th_5g; in halbb_edcca_init()
542 bb_edcca->th_h_2p4g = phl->dev_cap.edcca_cap.edcca_adap_th_2g; in halbb_edcca_init()
543 bb_edcca->th_h_cs = phl->dev_cap.edcca_cap.edcca_carrier_sense_th; in halbb_edcca_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_edcca.c516 hal->dev_hw_cap.edcca_cap.edcca_adap_th_5g = EDCCA_5G; in halbb_edcca_dev_hw_cap()
517 hal->dev_hw_cap.edcca_cap.edcca_adap_th_2g = EDCCA_2G; in halbb_edcca_dev_hw_cap()
519 hal->dev_hw_cap.edcca_cap.edcca_carrier_sense_th = CARRIER_SENSE - 6; in halbb_edcca_dev_hw_cap()
521 hal->dev_hw_cap.edcca_cap.edcca_carrier_sense_th = CARRIER_SENSE; in halbb_edcca_dev_hw_cap()
541 bb_edcca->th_h_5g = phl->dev_cap.edcca_cap.edcca_adap_th_5g; in halbb_edcca_init()
542 bb_edcca->th_h_2p4g = phl->dev_cap.edcca_cap.edcca_adap_th_2g; in halbb_edcca_init()
543 bb_edcca->th_h_cs = phl->dev_cap.edcca_cap.edcca_carrier_sense_th; in halbb_edcca_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_cap.c213 struct rtw_edcca_cap_t *edcca_cap = &phl_com->dev_cap.edcca_cap; in _hal_edcca_final_cap_decision() local
214 struct rtw_edcca_cap_t *edcca_sw_cap = &phl_com->dev_sw_cap.edcca_cap; in _hal_edcca_final_cap_decision()
215 struct rtw_edcca_cap_t *edcca_hw_cap = &hal_com->dev_hw_cap.edcca_cap; in _hal_edcca_final_cap_decision()
217 edcca_cap->edcca_adap_th_2g = (edcca_sw_cap->edcca_adap_th_2g)? in _hal_edcca_final_cap_decision()
220 edcca_cap->edcca_adap_th_5g = (edcca_sw_cap->edcca_adap_th_5g)? in _hal_edcca_final_cap_decision()
224 edcca_cap->edcca_carrier_sense_th = (edcca_sw_cap->edcca_carrier_sense_th)? in _hal_edcca_final_cap_decision()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_def.h1586 struct rtw_edcca_cap_t edcca_cap; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_def.h1565 struct rtw_edcca_cap_t edcca_cap; member