Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 25 of 51) sorted by relevance

123

/linux/net/sched/
H A Dsch_taprio.c211 struct sched_gate_list **oper) in switch_schedules() argument
216 if (*oper) in switch_schedules()
217 call_rcu(&(*oper)->rcu, taprio_free_sched_cb); in switch_schedules()
219 *oper = *admin; in switch_schedules()
872 static bool should_restart_cycle(const struct sched_gate_list *oper, in should_restart_cycle()
875 if (list_is_last(&entry->list, &oper->entries)) in should_restart_cycle()
878 if (ktime_compare(entry->end_time, oper->cycle_end_time) == 0) in should_restart_cycle()
885 const struct sched_gate_list *oper, in should_change_schedules()
906 extension_time = ktime_add_ns(end_time, oper->cycle_time_extension); in should_change_schedules()
923 struct sched_gate_list *oper, *admi in advance_sched()
871 should_restart_cycle(const struct sched_gate_list * oper,const struct sched_entry * entry) should_restart_cycle() argument
884 should_change_schedules(const struct sched_gate_list * admin,const struct sched_gate_list * oper,ktime_t end_time) should_change_schedules() argument
922 struct sched_gate_list *oper, *admin; advance_sched() local
1329 struct sched_gate_list *oper, *admin; taprio_dev_notifier() local
1430 struct sched_gate_list *oper, *admin; taprio_offload_config_changed() local
1821 struct sched_gate_list *oper, *admin, *new_admin; taprio_change() local
2027 struct sched_gate_list *oper, *admin; taprio_destroy() local
2384 struct sched_gate_list *oper, *admin; taprio_dump() local
[all...]
/linux/net/mac80211/
H A Dchan.c211 if (!cfg80211_chandef_identical(&a->oper, &b->oper)) in ieee80211_chanreq_identical()
229 compat = cfg80211_chandef_compatible(&a->oper, &b->oper); in ieee80211_chanreq_compatible()
234 tmp->oper = *compat; in ieee80211_chanreq_compatible()
248 .oper = ctx->conf.def, in ieee80211_chanctx_compatible()
458 width = link->conf->chanreq.oper.width; in ieee80211_get_chanctx_max_required_bw()
481 width = link->conf->chanreq.oper.width; in ieee80211_get_chanctx_max_required_bw()
588 new_chandef = &link->reserved.oper; in ieee80211_chan_bw_change()
590 new_chandef = &link_conf->chanreq.oper; in ieee80211_chan_bw_change()
650 const struct cfg80211_chan_def *chandef = &chanreq->oper; in _ieee80211_change_chanctx()
652 .oper = ctx->conf.def, in _ieee80211_change_chanctx()
[all …]
H A Dibss.c258 chanreq.oper = *req_chandef; in __ieee80211_sta_join_ibss()
259 chan = chanreq.oper.chan; in __ieee80211_sta_join_ibss()
260 if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper, in __ieee80211_sta_join_ibss()
262 if (chanreq.oper.width == NL80211_CHAN_WIDTH_5 || in __ieee80211_sta_join_ibss()
263 chanreq.oper.width == NL80211_CHAN_WIDTH_10 || in __ieee80211_sta_join_ibss()
264 chanreq.oper.width == NL80211_CHAN_WIDTH_20_NOHT || in __ieee80211_sta_join_ibss()
265 chanreq.oper.width == NL80211_CHAN_WIDTH_20) { in __ieee80211_sta_join_ibss()
270 chanreq.oper.width = NL80211_CHAN_WIDTH_20; in __ieee80211_sta_join_ibss()
271 chanreq.oper.center_freq1 = chan->center_freq; in __ieee80211_sta_join_ibss()
273 if (!cfg80211_reg_can_beacon(local->hw.wiphy, &chanreq.oper, in __ieee80211_sta_join_ibss()
[all...]
H A Dtdls.c162 if (!ieee80211_chandef_to_operating_class(&link->conf->chanreq.oper, in ieee80211_tdls_add_oper_classes()
441 sta->tdls_chandef = link->conf->chanreq.oper; in ieee80211_tdls_add_setup_start_ies()
614 sta->tdls_chandef = link->conf->chanreq.oper; in ieee80211_tdls_add_setup_cfm_ies()
660 &link->conf->chanreq.oper, prot, in ieee80211_tdls_add_setup_cfm_ies()
949 4 + /* oper classes */ in ieee80211_tdls_build_mgmt_packet_data()
1413 const u8 *peer, enum nl80211_tdls_operation oper) in ieee80211_tdls_oper() argument
1428 switch (oper) { in ieee80211_tdls_oper()
1442 tdls_dbg(sdata, "TDLS oper %d peer %pM\n", oper, peer); in ieee80211_tdls_oper()
1444 switch (oper) { in ieee80211_tdls_oper()
1503 ieee80211_tdls_oper_request(struct ieee80211_vif * vif,const u8 * peer,enum nl80211_tdls_operation oper,u16 reason_code,gfp_t gfp) ieee80211_tdls_oper_request() argument
[all...]
H A Dmlme.c1051 chanreq->oper = *ap_chandef; in ieee80211_determine_chan_mode()
1052 if (!cfg80211_chandef_usable(sdata->wdev.wiphy, &chanreq->oper, in ieee80211_determine_chan_mode()
1100 chanreq->oper = *ap_chandef; in ieee80211_determine_chan_mode()
1127 while (!ieee80211_chandef_usable(sdata, &chanreq->oper, in ieee80211_determine_chan_mode()
1129 if (chanreq->oper.width == NL80211_CHAN_WIDTH_20_NOHT) { in ieee80211_determine_chan_mode()
1132 chanreq->oper.chan->center_freq); in ieee80211_determine_chan_mode()
1141 !cfg80211_chandef_usable(sdata->wdev.wiphy, &chanreq->oper, in ieee80211_determine_chan_mode()
1150 !cfg80211_chandef_usable(sdata->wdev.wiphy, &chanreq->oper, in ieee80211_determine_chan_mode()
1158 if (chanreq->oper.width != ap_chandef->width || ap_mode != conn->mode) in ieee80211_determine_chan_mode()
1223 if (WARN_ON_ONCE(!cfg80211_chandef_valid(&chanreq->oper))) { in ieee80211_determine_chan_mode()
[all …]
H A Dcfg.c1061 struct ieee80211_chan_req chanreq = { .oper = *chandef }; in ieee80211_set_monitor_channel()
1068 if (cfg80211_chandef_identical(&local->monitor_chanreq.oper, in ieee80211_set_monitor_channel()
1069 &chanreq.oper)) in ieee80211_set_monitor_channel()
1078 cfg80211_chandef_identical(&sdata->vif.bss_conf.chanreq.oper, in ieee80211_set_monitor_channel()
1079 &chanreq.oper)) in ieee80211_set_monitor_channel()
1495 struct ieee80211_chan_req chanreq = { .oper = params->chandef }; in ieee80211_start_ap()
1910 chandef = link_conf->chanreq.oper; in ieee80211_stop_ap()
2128 !ieee80211_parse_bitrates(link->conf->chanreq.oper.width, in sta_link_apply_parameters()
2166 enum nl80211_chan_width width = link->conf->chanreq.oper.width; in sta_link_apply_parameters()
2930 struct ieee80211_chan_req chanreq = { .oper = setup->chandef }; in ieee80211_join_mesh()
[all …]
H A Dmain.c101 struct cfg80211_chan_def *oper = NULL; in ieee80211_calc_hw_conf_chan() local
113 oper = &ctx->def; in ieee80211_calc_hw_conf_chan()
129 } else if (oper) { in ieee80211_calc_hw_conf_chan()
130 chandef = *oper; in ieee80211_calc_hw_conf_chan()
143 if (!oper || !cfg80211_chandef_identical(&chandef, oper)) in ieee80211_calc_hw_conf_chan()
1266 local->monitor_chanreq.oper = dflt_chandef; in ieee80211_register_hw()
H A Docb.c174 struct ieee80211_chan_req chanreq = { .oper = setup->chandef }; in ieee80211_ocb_join()
/linux/scripts/dtc/
H A Dfdtput.c24 enum oper_type oper; /* operation to perform */ member
232 switch (disp->oper) { in do_fdtput()
293 disp.oper = OPER_WRITE_PROP; in main()
310 disp.oper = OPER_CREATE_NODE; in main()
338 if (disp.oper == OPER_WRITE_PROP) { in main()
/linux/drivers/net/fddi/skfp/
H A Dsmtdef.c69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
337 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument
340 old = *oper ; in set_min_max()
342 *oper = limit ; in set_min_max()
344 *oper = mib ; in set_min_max()
345 return old != *oper; in set_min_max()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c178 int err, oper = -1; in lan966x_taprio_find_list() local
193 oper = list[i]; in lan966x_taprio_find_list()
203 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
211 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
/linux/drivers/crypto/axis/
H A Dartpec6_crypto.c309 int oper; member
1001 create_hash_pad(int oper, unsigned char *dst, u64 dgstlen, u64 bitcount) in create_hash_pad() argument
1006 switch (oper) { in create_hash_pad()
1455 u32 oper; in artpec6_crypto_prepare_hash() local
1458 oper = FIELD_GET(A6_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1460 oper = FIELD_GET(A7_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1484 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1678 u32 oper; in artpec6_crypto_prepare_crypto() local
1726 oper = regk_crypto_aes_ecb; in artpec6_crypto_prepare_crypto()
1731 oper = regk_crypto_aes_cbc; in artpec6_crypto_prepare_crypto()
[all …]
/linux/drivers/net/ethernet/amd/pds_core/
H A Dfw.c35 .fw_control.oper = PDS_CORE_FW_INSTALL_ASYNC in pdsc_devcmd_fw_install()
52 .fw_control.oper = PDS_CORE_FW_ACTIVATE_ASYNC, in pdsc_devcmd_fw_activate()
68 .fw_control.oper = fw_cmd, in pdsc_fw_status_long_wait()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c42 .fw_control.oper = IONIC_FW_INSTALL_ASYNC in ionic_dev_cmd_firmware_install()
52 .fw_control.oper = IONIC_FW_ACTIVATE_ASYNC, in ionic_dev_cmd_firmware_activate()
67 .fw_control.oper = fw_cmd, in ionic_fw_status_long_wait()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dlink.c175 if (link->chanreq.oper.width > NL80211_CHAN_WIDTH_20) in iwl_mld_fill_protection_flags()
217 if (link->chanreq.oper.width != NL80211_CHAN_WIDTH_20_NOHT) in iwl_mld_fill_qos_params()
697 link_conf->chanreq.oper.width; in iwl_mld_get_n_subchannels()
710 n_subchannels -= hweight16(link_conf->chanreq.oper.punctured); in iwl_mld_get_n_subchannels()
794 enum nl80211_band band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_default_chan_load()
844 band = link_conf->chanreq.oper.chan->band; in iwl_mld_get_link_grade()
868 link_conf->chanreq.oper.width, in iwl_mld_get_link_grade()
869 link_conf->chanreq.oper.punctured, link_rssi); in iwl_mld_get_link_grade()
/linux/drivers/media/tuners/
H A Dqt1010.c201 if (rd[i].oper == QT1010_WR) { in qt1010_set_params()
216 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1() argument
224 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1()
267 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2()
328 switch (i2c_data[i].oper) { in qt1010_init()
H A Dqt1010_priv.h79 u8 oper, reg, val; member
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c517 static int am65_cpsw_port_est_is_swapped(struct net_device *ndev, int *oper, in am65_cpsw_port_est_is_swapped() argument
524 *oper = !!(val & AM65_CPSW_PN_FST_EST_BUFACT); in am65_cpsw_port_est_is_swapped()
529 return *admin == *oper; in am65_cpsw_port_est_is_swapped()
546 int oper, admin; in am65_cpsw_port_est_get_free_buf_num() local
550 if (am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_port_est_get_free_buf_num()
551 return !oper; in am65_cpsw_port_est_get_free_buf_num()
556 am65_cpsw_port_est_assign_buf_num(ndev, oper); in am65_cpsw_port_est_get_free_buf_num()
560 oper, admin); in am65_cpsw_port_est_get_free_buf_num()
617 int oper, admin; in am65_cpsw_est_update_state() local
622 if (!am65_cpsw_port_est_is_swapped(ndev, &oper, &admin)) in am65_cpsw_est_update_state()
/linux/include/sound/
H A Dseq_oss.h76 struct snd_seq_oss_callback oper; member
/linux/net/tipc/
H A Dtrace.h408 __field(u8, oper)
417 __entry->oper = netif_oper_up(dev);
420 TP_printk("%s on: <%s>/<%s> oper: %s carrier: %s bearer: %s\n",
422 __get_str(b_name), (__entry->oper) ? "up" : "down",
/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h99 bool oper; member
210 u8 oper; member
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c648 u8 i, err, sync, oper; in i40e_cee_to_dcb_config() local
689 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
691 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
703 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
705 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
717 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
719 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
/linux/sound/drivers/opl3/
H A Dopl3_oss.c110 arg->oper = oss_callback; in snd_opl3_init_seq_oss()
/linux/include/linux/pds/
H A Dpds_core_if.h295 u8 oper; member
/linux/net/wireless/
H A Dtrace.h2072 u8 *peer, enum nl80211_tdls_operation oper),
2073 TP_ARGS(wiphy, netdev, peer, oper),
2078 __field(enum nl80211_tdls_operation, oper)
2084 __entry->oper = oper;
2087 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->peer, __entry->oper)
3690 enum nl80211_tdls_operation oper, u16 reason_code),
3691 TP_ARGS(wiphy, netdev, peer, oper, reason_code),
3696 __field(enum nl80211_tdls_operation, oper)
3703 __entry->oper = oper;
3707 WIPHY_PR_ARG, NETDEV_PR_ARG, __entry->peer, __entry->oper,

123