Searched refs:sinfo (Results 1 - 25 of 130) sorted by last modified time

123456

/linux-master/net/core/
H A Dfilter.c3941 struct skb_shared_info *sinfo; local
3952 sinfo = xdp_get_shared_info_from_buff(xdp);
3953 end_frag = &sinfo->frags[sinfo->nr_frags];
3954 next_frag = &sinfo->frags[0];
3986 struct skb_shared_info *sinfo; local
3999 sinfo = xdp_get_shared_info_from_buff(xdp);
4001 for (i = 0; i < sinfo->nr_frags; i++) { /* paged area */
4002 u32 frag_size = skb_frag_size(&sinfo->frags[i]);
4005 addr = skb_frag_address(&sinfo
4081 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
4138 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
[all...]
/linux-master/net/wireless/
H A Dtrace.h205 __entry->generation = sinfo->generation; \
206 __entry->connected_time = sinfo->connected_time; \
207 __entry->inactive_time = sinfo->inactive_time; \
208 __entry->rx_bytes = sinfo->rx_bytes; \
209 __entry->tx_bytes = sinfo->tx_bytes; \
210 __entry->rx_packets = sinfo->rx_packets; \
211 __entry->tx_packets = sinfo->tx_packets; \
212 __entry->tx_retries = sinfo->tx_retries; \
213 __entry->tx_failed = sinfo->tx_failed; \
214 __entry->rx_dropped_misc = sinfo
[all...]
H A Dnl80211.c6534 const u8 *mac_addr, struct station_info *sinfo)
6541 cfg80211_sinfo_release_content(sinfo);
6547 nla_put_u32(msg, NL80211_ATTR_GENERATION, sinfo->generation))
6556 if (sinfo->filled & BIT_ULL(NL80211_STA_INFO_ ## attr) && \
6558 sinfo->memb)) \
6562 if (sinfo->filled & BIT_ULL(NL80211_STA_INFO_ ## attr) && \
6564 sinfo->memb, NL80211_STA_INFO_PAD)) \
6572 if (sinfo->filled & (BIT_ULL(NL80211_STA_INFO_RX_BYTES) |
6575 (u32)sinfo->rx_bytes))
6578 if (sinfo
6530 nl80211_send_station(struct sk_buff *msg, u32 cmd, u32 portid, u32 seq, int flags, struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo) argument
6764 struct station_info sinfo; local
6819 struct station_info sinfo; local
12831 struct station_info sinfo = {}; local
15745 struct station_info sinfo = {}; local
18681 cfg80211_new_sta(struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo, gfp_t gfp) argument
18705 cfg80211_del_sta_sinfo(struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo, gfp_t gfp) argument
[all...]
/linux-master/include/net/
H A Dmac80211.h4521 struct station_info *sinfo);
H A Dcfg80211.h2230 * @sinfo: pointer to the structure to fill with the information
2232 * Returns 0 on success and sinfo is filled with the available information
2233 * otherwise returns a negative error code and the content of sinfo has to be
2237 struct station_info *sinfo);
2241 struct station_info *sinfo)
4636 const u8 *mac, struct station_info *sinfo);
4638 int idx, u8 *mac, struct station_info *sinfo);
8261 * @sinfo: the station information
8264 int cfg80211_sinfo_alloc_tid_stats(struct station_info *sinfo, gfp_t gfp);
8268 * @sinfo
2239 cfg80211_get_station(struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo) argument
8274 cfg80211_sinfo_release_content(struct station_info *sinfo) argument
[all...]
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c8891 static void ath11k_mac_put_chain_rssi(struct station_info *sinfo, argument
8900 for (i = 0; i < ARRAY_SIZE(sinfo->chain_signal); i++) {
8901 sinfo->chains &= ~BIT(i);
8913 sinfo->chain_signal[i] = rssi;
8914 sinfo->chains |= BIT(i);
8915 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_CHAIN_SIGNAL);
8923 struct station_info *sinfo)
8931 sinfo->rx_duration = arsta->rx_duration;
8932 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_DURATION);
8934 sinfo
8920 ath11k_mac_op_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
[all...]
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c2355 struct skb_shared_info *sinfo = xdp_get_shared_info_from_frame(xdpf); local
2356 u8 nr_frags = unlikely(xdp_frame_has_frags(xdpf)) ? sinfo->nr_frags : 0;
2367 count += TXD_USE_COUNT(skb_frag_size(&sinfo->frags[i]));
2414 data = skb_frag_address(&sinfo->frags[i]);
2415 len = skb_frag_size(&sinfo->frags[i]);
/linux-master/fs/btrfs/
H A Dinode.c1807 struct btrfs_space_info *sinfo = fs_info->data_sinfo; local
1812 spin_lock(&sinfo->lock);
1813 btrfs_space_info_update_bytes_may_use(fs_info, sinfo, bytes);
1814 spin_unlock(&sinfo->lock);
H A Dextent-tree.c4739 struct btrfs_space_info *sinfo; local
4741 sinfo = btrfs_find_space_info(fs_info, flags);
4745 if (sinfo)
4746 btrfs_dump_space_info(fs_info, sinfo,
H A Dblock-group.c1004 struct btrfs_space_info *sinfo; local
1006 list_for_each_entry_rcu(sinfo, head, list) {
1007 down_read(&sinfo->groups_sem);
1008 if (!list_empty(&sinfo->block_groups[BTRFS_RAID_RAID5]))
1010 if (!list_empty(&sinfo->block_groups[BTRFS_RAID_RAID6]))
1012 if (!list_empty(&sinfo->block_groups[BTRFS_RAID_RAID1C3]))
1014 if (!list_empty(&sinfo->block_groups[BTRFS_RAID_RAID1C4]))
1016 up_read(&sinfo->groups_sem);
1339 struct btrfs_space_info *sinfo = cache->space_info; local
1343 spin_lock(&sinfo
3010 struct btrfs_space_info *sinfo = cache->space_info; local
3799 should_alloc_chunk(struct btrfs_fs_info *fs_info, struct btrfs_space_info *sinfo, int force) argument
[all...]
/linux-master/fs/smb/server/
H A Dsmb2pdu.c4480 struct smb2_file_standard_info *sinfo; local
4482 sinfo = (struct smb2_file_standard_info *)rsp->Buffer;
4484 sinfo->AllocationSize = cpu_to_le64(4096);
4485 sinfo->EndOfFile = cpu_to_le64(0);
4486 sinfo->NumberOfLinks = cpu_to_le32(1);
4487 sinfo->DeletePending = 1;
4488 sinfo->Directory = 0;
4756 struct smb2_file_standard_info *sinfo; local
4766 sinfo = (struct smb2_file_standard_info *)rsp->Buffer;
4769 sinfo
[all...]
/linux-master/drivers/net/
H A Dtun.c2127 struct skb_shared_info *sinfo = skb_shinfo(skb); local
2131 sinfo->gso_type, tun16_to_cpu(tun, gso.gso_size),
H A Dvirtio_net.c1395 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
1407 nr_frags = sinfo->nr_frags;
1425 sinfo->xdp_frags_size,
H A Dveth.c711 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
718 for (i = 0; i < sinfo->nr_frags; i++)
719 __skb_frag_ref(&sinfo->frags[i]);
/linux-master/net/xdp/
H A Dxsk.c272 struct skb_shared_info *sinfo; local
274 sinfo = xdp_get_shared_info_from_buff(xdp);
275 frag = &sinfo->frags[0];
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c2122 struct skb_shared_info *sinfo; local
2164 sinfo = xdp_get_shared_info_from_buff(xdp);
2165 nr_frags = sinfo->nr_frags;
2188 memcpy(&skinfo->frags[skinfo->nr_frags], &sinfo->frags[0],
2192 sinfo->xdp_frags_size,
2218 struct skb_shared_info *sinfo; local
2230 sinfo = xdp_get_shared_info_from_buff(xdp);
2231 nr_frags = sinfo->nr_frags;
2247 sinfo->xdp_frags_size,
2425 struct skb_shared_info *sinfo local
3819 struct skb_shared_info *sinfo = xdp_get_shared_info_from_frame(xdpf); local
[all...]
/linux-master/net/mac80211/
H A Dcfg.c838 int idx, u8 *mac, struct station_info *sinfo)
851 sta_set_sinfo(sta, sinfo, true);
866 const u8 *mac, struct station_info *sinfo)
878 sta_set_sinfo(sta, sinfo, true);
837 ieee80211_dump_station(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *mac, struct station_info *sinfo) argument
865 ieee80211_get_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_info *sinfo) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmvm.h2735 struct station_info *sinfo);
H A Dmac80211.c5905 struct station_info *sinfo)
5913 sinfo->signal_avg = -(s8)mvmsta->deflink.avg_energy;
5914 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL_AVG);
5920 iwl_mvm_set_sta_rate(lq_sta->last_rate_n_flags, &sinfo->txrate);
5921 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
5939 sinfo->rx_beacon = 0;
5941 sinfo->rx_beacon += mvmvif->link[i]->beacon_stats.num_beacons +
5944 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_BEACON_RX);
5947 sinfo->rx_beacon_signal_avg =
5949 sinfo
5902 iwl_mvm_mac_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
[all...]
/linux-master/crypto/asymmetric_keys/
H A Dpkcs7_parser.c25 struct pkcs7_signed_info *sinfo; /* SignedInfo being constructed */ member in struct:pkcs7_parse_context
45 static void pkcs7_free_signed_info(struct pkcs7_signed_info *sinfo) argument
47 if (sinfo) {
48 public_key_signature_free(sinfo->sig);
49 kfree(sinfo);
60 struct pkcs7_signed_info *sinfo; local
74 sinfo = pkcs7->signed_infos;
75 pkcs7->signed_infos = sinfo->next;
76 pkcs7_free_signed_info(sinfo);
88 struct pkcs7_signed_info *sinfo; local
508 struct pkcs7_signed_info *sinfo = ctx->sinfo; local
591 struct pkcs7_signed_info *sinfo = ctx->sinfo; local
678 struct pkcs7_signed_info *sinfo = ctx->sinfo; local
[all...]
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c975 struct station_info *sinfo)
983 sinfo->filled = 0;
1006 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_SIGNAL);
1007 sinfo->signal = translate_percentage_to_dbm(padapter->recvpriv.signal_strength);
1009 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
1010 sinfo->txrate.legacy = rtw_get_cur_max_rate(padapter);
1012 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_PACKETS);
1013 sinfo->rx_packets = sta_rx_data_pkts(psta);
1015 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_PACKETS);
1016 sinfo
972 cfg80211_rtw_get_station(struct wiphy *wiphy, struct net_device *ndev, const u8 *mac, struct station_info *sinfo) argument
1927 struct station_info sinfo = {}; local
2428 cfg80211_rtw_dump_station(struct wiphy *wiphy, struct net_device *ndev, int idx, u8 *mac, struct station_info *sinfo) argument
[all...]
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1794 struct skb_shared_info *sinfo = xdp_get_shared_info_from_frame(xdpf); local
1812 nr_frags = unlikely(xdp_frame_has_frags(xdpf)) ? sinfo->nr_frags : 0;
1850 txd_info.size = skb_frag_size(&sinfo->frags[index]);
1853 data = skb_frag_address(&sinfo->frags[index]);
/linux-master/drivers/scsi/aacraid/
H A Daachba.c2076 struct aac_supplement_adapter_info * sinfo; local
2080 sinfo = (struct aac_supplement_adapter_info *) fib_data(fibptr);
2082 memset(sinfo,0,sizeof(*sinfo));
2086 sizeof(*sinfo),
2093 memcpy(&dev->supplement_adapter_info, sinfo, sizeof(*sinfo));
/linux-master/mm/
H A Dslab_common.c1068 struct slabinfo sinfo; local
1070 memset(&sinfo, 0, sizeof(sinfo));
1071 get_slabinfo(s, &sinfo);
1074 s->name, sinfo.active_objs, sinfo.num_objs, s->size,
1075 sinfo.objects_per_slab, (1 << sinfo.cache_order));
1078 sinfo.limit, sinfo
1098 struct slabinfo sinfo; local
[all...]
/linux-master/fs/fat/
H A Dnfs.c226 struct fat_slot_info sinfo; local
253 if (!fat_scan_logstart(dummy_grand_parent, clus_to_match, &sinfo))
254 parent = fat_build_inode(sb, sinfo.de, sinfo.i_pos);

Completed in 504 milliseconds

123456