| H A D | nl80211.c | 1533 #define PUT_TXQVAL_U32(attr, memb) do { \ in nl80211_put_txq_stats() 1535 nla_put_u32(msg, NL80211_TXQ_STATS_ ## attr, txqstats->memb)) \ in nl80211_put_txq_stats() 7859 #define PUT_LINK_SINFO(attr, memb, type) do { \ in nl80211_send_station() 7863 link_sinfo->memb)) \ in nl80211_send_station() 7866 #define PUT_LINK_SINFO_U64(attr, memb) do { \ in nl80211_send_station() 7869 link_sinfo->memb, NL80211_STA_INFO_PAD)) \ in nl80211_send_station() 8000 #define PUT_TIDVAL_U64(attr, memb) do { \ in nl80211_send_station() 8003 tidstats->memb, NL80211_TID_STATS_PAD)) \ in nl80211_send_station() 8063 #define PUT_SINFO(attr, memb, type) do { \ in cfg80211_sta_set_mld_sinfo() 8067 sinfo->memb)) \ in cfg80211_sta_set_mld_sinfo() 1512 PUT_TXQVAL_U32(attr,memb) nl80211_put_txq_stats() argument 7580 PUT_LINK_SINFO(attr,memb,type) nl80211_fill_link_station() argument 7587 PUT_LINK_SINFO_U64(attr,memb) nl80211_fill_link_station() argument 7721 PUT_TIDVAL_U64(attr,memb) nl80211_fill_link_station() argument 7784 PUT_SINFO(attr,memb,type) nl80211_send_station() argument 7791 PUT_SINFO_U64(attr,memb) nl80211_send_station() argument 7934 PUT_TIDVAL_U64(attr,memb) nl80211_send_station() argument [all...] |