Searched refs:sw_cap (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_dm.c | 41 struct bus_sw_cap_t *sw_cap = &phl_com->bus_sw_cap; in phl_ltr_sw_trigger() local 46 sw_cap->ltr_cur_state = state; in phl_ltr_sw_trigger() 47 sw_cap->ltr_last_trigger_time = _os_get_cur_time_us(); in phl_ltr_sw_trigger() 49 sw_cap->ltr_sw_act_tri_cnt++ : sw_cap->ltr_sw_idle_tri_cnt++; in phl_ltr_sw_trigger() 101 struct bus_sw_cap_t *sw_cap = &phl_com->bus_sw_cap; in phl_ltr_get_tri_cnt() local 104 sw_cap->ltr_sw_act_tri_cnt : sw_cap->ltr_sw_idle_tri_cnt; in phl_ltr_get_tri_cnt()
|
| H A D | phl_cmd_ps.c | 520 struct rtw_ps_cap_t *sw_cap = _get_ps_sw_cap(ps->phl_info); in _init_ps_dflt_sw_cap() local 522 sw_cap->init_rf_state = RTW_RF_ON; in _init_ps_dflt_sw_cap() 523 sw_cap->init_rt_stop_rson = PS_RT_RSON_NONE; in _init_ps_dflt_sw_cap() 524 sw_cap->leave_fail_act = PS_LEAVE_FAIL_ACT_NONE; in _init_ps_dflt_sw_cap() 526 sw_cap->ips_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 527 sw_cap->ips_cap = 0; in _init_ps_dflt_sw_cap() 528 sw_cap->ips_wow_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 529 sw_cap->ips_wow_cap = 0; in _init_ps_dflt_sw_cap() 531 sw_cap->lps_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 532 sw_cap->lps_cap = 0; in _init_ps_dflt_sw_cap() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_dm.c | 41 struct bus_sw_cap_t *sw_cap = &phl_com->bus_sw_cap; in phl_ltr_sw_trigger() local 46 sw_cap->ltr_cur_state = state; in phl_ltr_sw_trigger() 47 sw_cap->ltr_last_trigger_time = _os_get_cur_time_us(); in phl_ltr_sw_trigger() 49 sw_cap->ltr_sw_act_tri_cnt++ : sw_cap->ltr_sw_idle_tri_cnt++; in phl_ltr_sw_trigger() 101 struct bus_sw_cap_t *sw_cap = &phl_com->bus_sw_cap; in phl_ltr_get_tri_cnt() local 104 sw_cap->ltr_sw_act_tri_cnt : sw_cap->ltr_sw_idle_tri_cnt; in phl_ltr_get_tri_cnt()
|
| H A D | phl_cmd_ps.c | 545 struct rtw_ps_cap_t *sw_cap = _get_ps_sw_cap(ps->phl_info); in _init_ps_dflt_sw_cap() local 547 sw_cap->init_rf_state = RTW_RF_ON; in _init_ps_dflt_sw_cap() 548 sw_cap->init_rt_stop_rson = PS_RT_RSON_NONE; in _init_ps_dflt_sw_cap() 549 sw_cap->leave_fail_act = PS_LEAVE_FAIL_ACT_NONE; in _init_ps_dflt_sw_cap() 551 sw_cap->ips_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 552 sw_cap->ips_cap = 0; in _init_ps_dflt_sw_cap() 553 sw_cap->ips_wow_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 554 sw_cap->ips_wow_cap = 0; in _init_ps_dflt_sw_cap() 556 sw_cap->lps_en = PS_OP_MODE_DISABLED; in _init_ps_dflt_sw_cap() 557 sw_cap->lps_cap = 0; in _init_ps_dflt_sw_cap() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/ |
| H A D | hal_cap.c | 452 struct protocol_cap_t *sw_cap = NULL; in rtw_hal_get_bf_proto_cap() local 465 sw_cap = &phl_com->proto_sw_cap[band]; in rtw_hal_get_bf_proto_cap() 468 (sw_cap->he_su_bfmr && hw_cap->he_su_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 470 (sw_cap->he_su_bfme && hw_cap->he_su_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 472 (sw_cap->he_mu_bfmr && hw_cap->he_mu_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 474 (sw_cap->he_mu_bfme && hw_cap->he_mu_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 476 (sw_cap->non_trig_cqi_fb && hw_cap->non_trig_cqi_fb) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 478 (sw_cap->trig_cqi_fb && hw_cap->trig_cqi_fb) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 481 (sw_cap->vht_su_bfme && hw_cap->vht_su_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 483 (sw_cap->vht_su_bfmr && hw_cap->vht_su_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/ |
| H A D | hal_cap.c | 445 struct protocol_cap_t *sw_cap = NULL; in rtw_hal_get_bf_proto_cap() local 458 sw_cap = &phl_com->proto_sw_cap[band]; in rtw_hal_get_bf_proto_cap() 461 (sw_cap->he_su_bfmr && hw_cap->he_su_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 463 (sw_cap->he_su_bfme && hw_cap->he_su_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 465 (sw_cap->he_mu_bfmr && hw_cap->he_mu_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 467 (sw_cap->he_mu_bfme && hw_cap->he_mu_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 469 (sw_cap->non_trig_cqi_fb && hw_cap->non_trig_cqi_fb) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 471 (sw_cap->trig_cqi_fb && hw_cap->trig_cqi_fb) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 474 (sw_cap->vht_su_bfme && hw_cap->vht_su_bfme) ? 1 : 0; in rtw_hal_get_bf_proto_cap() 476 (sw_cap->vht_su_bfmr && hw_cap->vht_su_bfmr) ? 1 : 0; in rtw_hal_get_bf_proto_cap() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | pdc.h | 464 unsigned long sw_cap; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_bsg.c | 2255 uint16_t loop_id, topo, sw_cap; in qla27xx_get_bbcr_data() local 2271 &area, &domain, &topo, &sw_cap); in qla27xx_get_bbcr_data()
|
| H A D | qla_init.c | 2641 uint16_t loop_id, topo, sw_cap; in qla2x00_isp_firmware() local 2656 &area, &domain, &topo, &sw_cap); in qla2x00_isp_firmware() 4505 uint16_t sw_cap; in qla2x00_configure_hba() local 4517 &loop_id, &al_pa, &area, &domain, &topo, &sw_cap); in qla2x00_configure_hba() 4561 ha->switch_cap = sw_cap; in qla2x00_configure_hba() 4575 ha->switch_cap = sw_cap; in qla2x00_configure_hba()
|
| H A D | qla_mbx.c | 1647 uint8_t *area, uint8_t *domain, uint16_t *top, uint16_t *sw_cap) in qla2x00_get_adapter_id() argument 1681 *sw_cap = mcp->mb[7]; in qla2x00_get_adapter_id()
|