Searched refs:num_profiles (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_sched.c | 592 u16 num_profiles, struct ice_aqc_rl_profile_elem *buf, in ice_aq_rl_profile() argument 603 cmd->num_profiles = cpu_to_le16(num_profiles); in ice_aq_rl_profile() 622 ice_aq_add_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_add_rl_profile() argument 626 return ice_aq_rl_profile(hw, ice_aqc_opc_add_rl_profiles, num_profiles, in ice_aq_add_rl_profile() 642 ice_aq_remove_rl_profile(struct ice_hw *hw, u16 num_profiles, in ice_aq_remove_rl_profile() argument 647 num_profiles, buf, buf_size, in ice_aq_remove_rl_profile() 667 u16 num_profiles = 1; in ice_sched_del_rl_profile() local 674 status = ice_aq_remove_rl_profile(hw, num_profiles, buf, sizeof(*buf), in ice_sched_del_rl_profile() 676 if (status || num_profiles_removed != num_profiles) in ice_sched_del_rl_profile() 2176 u16 profiles_added = 0, num_profiles = 1; in ice_sched_add_rl_profile() local [all …]
|
| H A D | ice_adminq_cmd.h | 796 __le16 num_profiles; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | scan.h | 175 u8 num_profiles; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_common.c | 3694 for (offset = 0; offset < dhd_pub->num_profiles; offset++) { in dhd_doiovar() 3718 if (offset >= dhd_pub->num_profiles) { in dhd_doiovar() 3719 dhd_pub->num_profiles = offset + 1; in dhd_doiovar() 3740 for (offset = 0; offset < dhd_pub->num_profiles; offset++) { in dhd_doiovar()
|
| H A D | dhd.h | 1898 uint8 num_profiles; member
|
| H A D | dhd_msgbuf.c | 8872 dhd->tx_profile_enab && dhd->num_profiles > 0) 8876 for (offset = 0; offset < dhd->num_profiles; offset++) {
|
| H A D | dhd_linux.c | 4072 if (dhdp->tx_profile_enab && dhdp->num_profiles > 0 && in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_common.c | 3694 for (offset = 0; offset < dhd_pub->num_profiles; offset++) { in dhd_doiovar() 3718 if (offset >= dhd_pub->num_profiles) { in dhd_doiovar() 3719 dhd_pub->num_profiles = offset + 1; in dhd_doiovar() 3740 for (offset = 0; offset < dhd_pub->num_profiles; offset++) { in dhd_doiovar()
|
| H A D | dhd.h | 1896 uint8 num_profiles; member
|
| H A D | dhd_msgbuf.c | 8876 dhd->tx_profile_enab && dhd->num_profiles > 0) 8880 for (offset = 0; offset < dhd->num_profiles; offset++) {
|
| H A D | dhd_linux.c | 4063 if (dhdp->tx_profile_enab && dhdp->num_profiles > 0 && in BCMFASTPATH()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/ |
| H A D | scan.c | 619 data->num_profiles = req->n_match_sets; in iwl_mvm_config_sched_scan_profiles()
|