Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 15 of 15) sorted by relevance

/net/ceph/
Dceph_fs.c32 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_from_legacy() argument
34 fl->stripe_unit = le32_to_cpu(legacy->fl_stripe_unit); in ceph_file_layout_from_legacy()
35 fl->stripe_count = le32_to_cpu(legacy->fl_stripe_count); in ceph_file_layout_from_legacy()
36 fl->object_size = le32_to_cpu(legacy->fl_object_size); in ceph_file_layout_from_legacy()
37 fl->pool_id = le32_to_cpu(legacy->fl_pg_pool); in ceph_file_layout_from_legacy()
45 struct ceph_file_layout_legacy *legacy) in ceph_file_layout_to_legacy() argument
47 legacy->fl_stripe_unit = cpu_to_le32(fl->stripe_unit); in ceph_file_layout_to_legacy()
48 legacy->fl_stripe_count = cpu_to_le32(fl->stripe_count); in ceph_file_layout_to_legacy()
49 legacy->fl_object_size = cpu_to_le32(fl->object_size); in ceph_file_layout_to_legacy()
51 legacy->fl_pg_pool = cpu_to_le32(fl->pool_id); in ceph_file_layout_to_legacy()
[all …]
/net/tipc/
Ddiscover.c199 bool legacy = tn->legacy_addr_format; in tipc_disc_rcv() local
245 if (!tipc_in_scope(legacy, dst, self)) in tipc_disc_rcv()
247 if (!tipc_in_scope(legacy, b->domain, src)) in tipc_disc_rcv()
Dname_table.c426 bool legacy = tn->legacy_addr_format; in tipc_nametbl_translate() local
435 if (!tipc_in_scope(legacy, *dnode, self)) in tipc_nametbl_translate()
455 } else if (legacy && !*dnode && !list_empty(&sr->local_publ)) { in tipc_nametbl_translate()
/net/mac80211/
Drc80211_minstrel_ht.h113 struct minstrel_sta_info legacy; member
Drc80211_minstrel_ht.c898 &msp->legacy, st); in minstrel_ht_tx_status()
1300 return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); in minstrel_ht_get_rate()
1531 memset(&msp->legacy, 0, sizeof(msp->legacy)); in minstrel_ht_update_caps()
1532 msp->legacy.r = msp->ratelist; in minstrel_ht_update_caps()
1533 msp->legacy.sample_table = msp->sample_table; in minstrel_ht_update_caps()
1535 &msp->legacy); in minstrel_ht_update_caps()
Drc80211_minstrel_ht_debugfs.c131 inode->i_private = &msp->legacy; in minstrel_ht_stats_open()
281 inode->i_private = &msp->legacy; in minstrel_ht_stats_csv_open()
Dtrace.h1330 __entry->legacy_2g = mask->control[NL80211_BAND_2GHZ].legacy;
1331 __entry->legacy_5g = mask->control[NL80211_BAND_5GHZ].legacy;
Dstatus.c337 legacy_rate = status->rate->legacy; in ieee80211_add_tx_radiotap_header()
Dcfg.c704 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_set_rate_info_tx()
2884 if (!(mask->control[band].legacy & basic_rates)) in ieee80211_set_bitrate_mask()
2898 sdata->rc_rateidx_mask[i] = mask->control[i].legacy; in ieee80211_set_bitrate_mask()
Dsta_info.c2111 rinfo->legacy = DIV_ROUND_UP(brate, 1 << shift); in sta_stats_decode_rate()
Dutil.c3358 ri.legacy = DIV_ROUND_UP(bitrate, (1 << shift)); in ieee80211_calculate_rx_timestamp()
/net/bluetooth/
DKconfig121 legacy SMP as well as the Secure Connections features.
/net/wireless/
Dwext-compat.c1232 mask.control[band].legacy = 1 << ridx; in cfg80211_wext_siwrate()
1237 mask.control[band].legacy |= 1 << ridx; in cfg80211_wext_siwrate()
Dutil.c1380 return rate->legacy; in cfg80211_calculate_bitrate()
Dnl80211.c4431 mask->control[i].legacy = (1 << sband->n_bitrates) - 1; in nl80211_parse_tx_bitrate_mask()
4467 mask->control[band].legacy = rateset_to_mask( in nl80211_parse_tx_bitrate_mask()
4471 if ((mask->control[band].legacy == 0) && in nl80211_parse_tx_bitrate_mask()
4497 if (mask->control[band].legacy == 0) { in nl80211_parse_tx_bitrate_mask()
4527 u32 rate = beacon_rate->control[band].legacy; in validate_beacon_tx_rate()