Searched refs:def (Results 1 - 25 of 25) sorted by relevance

/net/mac80211/
H A Dchan.c16 if (cfg80211_chandef_identical(&ctx->conf.def, chandef))
19 WARN_ON(!cfg80211_chandef_compatible(&ctx->conf.def, chandef));
21 ctx->conf.def = *chandef;
48 compat = cfg80211_chandef_compatible(&ctx->conf.def, chandef);
91 ctx->conf.def = *chandef;
446 if (!cfg80211_chandef_compatible(&conf->def, chandef)) {
H A Drate.h68 sband = local->hw.wiphy->bands[chanctx_conf->def.chan->band];
H A Dtx.c1652 chan = chanctx_conf->def.chan;
1759 band = chanctx_conf->def.chan->band;
1774 band = chanctx_conf->def.chan->band;
1862 band = chanctx_conf->def.chan->band;
1921 band = chanctx_conf->def.chan->band;
1932 band = chanctx_conf->def.chan->band;
2175 chanctx_conf->def.chan->band);
2428 band = chanctx_conf->def.chan->band;
2705 info->band = chanctx_conf->def.chan->band;
H A Dmesh.c399 chan = chanctx_conf->def.chan;
450 channel = chanctx_conf->def.chan;
620 band = chanctx_conf->def.chan->band;
H A Dibss.c371 band = chanctx_conf->def.chan->band;
651 band = chanctx_conf->def.chan->band;
H A Dieee80211_i.h790 band = chanctx_conf->def.chan->band;
1489 chanctx_conf->def.chan->band);
H A Dutil.c972 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ) &&
1065 chanctx_conf->def.chan->band == IEEE80211_BAND_2GHZ &&
H A Dcfg.c668 channel = chanctx_conf->def.chan;
2842 need_offchan = chan != chanctx_conf->def.chan;
3315 band = chanctx_conf->def.chan->band;
3384 *chandef = chanctx_conf->def;
H A Dsta_info.c1148 ieee80211_xmit(sdata, skb, chanctx_conf->def.chan->band);
H A Dmlme.c663 chan = chanctx_conf->def.chan;
2987 if (rx_status->freq != chanctx_conf->def.chan->center_freq) {
2991 chan = chanctx_conf->def.chan;
H A Diface.c57 power = chanctx_conf->def.chan->max_power;
H A Dtrace.h47 #define CHANCTX_ASSIGN CHANDEF_ASSIGN(&ctx->conf.def) \
/net/sched/
H A Dsch_gred.c58 u32 def; member in struct:gred_sched
160 dp = t->def;
351 table->def = sopt->def_DP;
456 if (table->tab[table->def])
457 def_prio = table->tab[table->def]->prio;
515 .def_DP = table->def,
H A Dsch_cbq.c1106 static void cbq_change_defmap(struct cbq_class *cl, u32 splitid, u32 def, u32 mask) argument
1130 cl->defmap = def & mask;
1132 cl->defmap = (cl->defmap & ~mask) | (def & mask);
/net/9p/
H A Dmod.c140 if (t->def && try_module_get(t->owner)) {
H A Dtrans_fd.c1013 .def = 1,
1024 .def = 0,
1035 .def = 0,
H A Dtrans_rdma.c692 .def = 0,
H A Dtrans_virtio.c697 .def = 0,
/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c211 unsigned int *def,
220 *def = 0;
222 *def = 1;
253 unsigned int def, len; local
258 def = len = 0;
259 if (!asn1_length_decode(ctx, &def, &len))
263 if (*con == ASN1_PRI && !def)
266 if (def)
210 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) argument
/net/wireless/
H A Dcore.h249 int def, defmgmt; member in struct:cfg80211_cached_keys
H A Dwext-sme.c37 wdev->wext.keys->def = wdev->wext.default_key;
H A Dibss.c291 wdev->wext.keys->def = wdev->wext.default_key;
H A Dsme.c805 if (connkeys && connkeys->def >= 0) {
809 idx = connkeys->def;
H A Dnl80211.c629 bool def, defmgmt; member in struct:key_parse
641 k->def = !!tb[NL80211_KEY_DEFAULT];
644 if (k->def) {
706 k->def = !!info->attrs[NL80211_ATTR_KEY_DEFAULT];
709 if (k->def) {
754 if (k->def && k->defmgmt)
766 } else if (k->def) {
785 int rem, err, def = 0; local
791 result->def = -1;
806 if (parse.def) {
[all...]
H A Dutil.c718 if (wdev->connect_keys->def == i)

Completed in 300 milliseconds