Searched refs:sinfo (Results 76 - 100 of 130) sorted by relevance

123456

/linux-master/sound/soc/intel/catpt/
H A Dmessages.h216 struct catpt_stream_info *sinfo);
/linux-master/drivers/staging/media/av7110/
H A Dav7110.h210 int sinfo; member in struct:av7110
H A Dav7110_av.c173 av7110->sinfo = 0;
176 av7110->sinfo = 0;
360 if (av7110->sinfo)
373 av7110->sinfo = 1;
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.h139 struct station_info *sinfo);
/linux-master/fs/btrfs/
H A Dspace-info.c1842 u64 btrfs_account_ro_block_groups_free_space(struct btrfs_space_info *sinfo) argument
1849 if (list_empty(&sinfo->ro_bgs))
1852 spin_lock(&sinfo->lock);
1853 list_for_each_entry(block_group, &sinfo->ro_bgs, ro_list) {
1867 spin_unlock(&sinfo->lock);
/linux-master/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1392 struct station_info *sinfo; local
1395 sinfo = kzalloc(sizeof(*sinfo), GFP_KERNEL);
1396 if (!sinfo)
1425 rc = wil_cid_fill_sinfo(vif, i, sinfo);
1430 WIL_EXTENDED_MCS_CHECK(sinfo->txrate.mcs));
1432 WIL_EXTENDED_MCS_CHECK(sinfo->rxrate.mcs));
1433 seq_printf(s, " SQ = %d\n", sinfo->signal);
1440 kfree(sinfo);
H A Dwmi.c959 struct station_info *sinfo; local
1083 sinfo = kzalloc(sizeof(*sinfo), GFP_KERNEL);
1084 if (!sinfo) {
1089 sinfo->generation = wil->sinfo_gen++;
1092 sinfo->assoc_req_ies = assoc_req_ie;
1093 sinfo->assoc_req_ies_len = assoc_req_ielen;
1096 cfg80211_new_sta(ndev, evt->bssid, sinfo, GFP_KERNEL);
1098 kfree(sinfo);
/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 Drdev-ops.h230 struct station_info *sinfo)
234 ret = rdev->ops->get_station(&rdev->wiphy, dev, mac, sinfo);
235 trace_rdev_return_int_station_info(&rdev->wiphy, ret, sinfo);
241 struct station_info *sinfo)
245 ret = rdev->ops->dump_station(&rdev->wiphy, dev, idx, mac, sinfo);
246 trace_rdev_return_int_station_info(&rdev->wiphy, ret, sinfo);
228 rdev_get_station(struct cfg80211_registered_device *rdev, struct net_device *dev, const u8 *mac, struct station_info *sinfo) argument
239 rdev_dump_station(struct cfg80211_registered_device *rdev, struct net_device *dev, int idx, u8 *mac, struct station_info *sinfo) argument
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...]
H A Dutil.c2548 struct station_info *sinfo)
2561 memset(sinfo, 0, sizeof(*sinfo));
2563 return rdev_get_station(rdev, dev, mac_addr, sinfo);
2604 int cfg80211_sinfo_alloc_tid_stats(struct station_info *sinfo, gfp_t gfp) argument
2606 sinfo->pertid = kcalloc(IEEE80211_NUM_TIDS + 1,
2607 sizeof(*(sinfo->pertid)),
2609 if (!sinfo->pertid)
2547 cfg80211_get_station(struct net_device *dev, const u8 *mac_addr, struct station_info *sinfo) argument
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-dpi-defs.h667 uint64_t sinfo:6; member in struct:cvmx_dpi_pint_info::cvmx_dpi_pint_info_s
669 uint64_t sinfo:6;
/linux-master/include/net/sctp/
H A Dstructs.h612 struct sctp_sndrcvinfo sinfo; member in struct:sctp_chunk
1127 struct sctp_sndrcvinfo *sinfo, int msg_len);
2198 struct sctp_sndinfo *sinfo; member in struct:sctp_cmsgs
H A Dsm.h189 const struct sctp_sndrcvinfo *sinfo,
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c712 struct station_info *sinfo)
716 sinfo->txrate = si->ra_report.txrate;
717 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
709 rtw_ops_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
/linux-master/drivers/net/ethernet/marvell/
H A Dmvneta.c2075 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
2081 for (i = 0; i < sinfo->nr_frags; i++)
2083 skb_frag_page(&sinfo->frags[i]), true);
2094 struct skb_shared_info *sinfo = xdp_get_shared_info_from_frame(xdpf); local
2101 num_frames += sinfo->nr_frags;
2113 frag = &sinfo->frags[i - 1];
2355 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
2374 sinfo->nr_frags = 0;
2376 if (data_len > 0 && sinfo->nr_frags < MAX_SKB_FRAGS) {
2377 skb_frag_t *frag = &sinfo
2398 struct skb_shared_info *sinfo = xdp_get_shared_info_from_buff(xdp); local
[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/wireless/ath/carl9170/
H A Dtx.c890 struct ieee80211_tx_info *sinfo,
908 info->flags |= (sinfo->flags & IEEE80211_TX_CTL_RATE_CTRL_PROBE);
917 txrate = &sinfo->control.rates[i];
889 carl9170_tx_apply_rateset(struct ar9170 *ar, struct ieee80211_tx_info *sinfo, struct sk_buff *skb) argument
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c713 struct station_info *sinfo)
717 sinfo->txrate = rtwsta->ra_report.txrate;
718 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_BITRATE);
710 rtw89_ops_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h89 struct skb_shared_info *sinfo; member in struct:mlx5e_xmit_data_frags
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x.h298 struct station_info *sinfo);
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dmac.c7444 struct station_info *sinfo)
7448 sinfo->rx_duration = arsta->rx_duration;
7449 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_RX_DURATION);
7451 sinfo->tx_duration = arsta->tx_duration;
7452 sinfo->filled |= BIT_ULL(NL80211_STA_INFO_TX_DURATION);
7458 sinfo->txrate.legacy = arsta->txrate.legacy;
7460 sinfo->txrate.mcs = arsta->txrate.mcs;
7461 sinfo->txrate.nss = arsta->txrate.nss;
7462 sinfo->txrate.bw = arsta->txrate.bw;
7463 sinfo
7441 ath12k_mac_op_sta_statistics(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct station_info *sinfo) argument
[all...]
/linux-master/mm/
H A Dslab.h498 void get_slabinfo(struct kmem_cache *s, struct slabinfo *sinfo);
/linux-master/include/net/
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/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...]

Completed in 490 milliseconds

123456