Searched defs:cts (Results 1 - 2 of 2) sorted by relevance

/net/
H A Dcompat.c229 struct compat_timespec cts[3]; local
251 cts[i].tv_sec = ts[i].tv_sec;
252 cts[i].tv_nsec = ts[i].tv_nsec;
254 data = &cts;
255 len = sizeof(cts[0]) * count;
/net/mac80211/
H A Dtx.c2935 struct ieee80211_cts *cts)
2939 cts->frame_control =
2941 cts->duration = ieee80211_ctstoself_duration(hw, vif,
2943 memcpy(cts->ra, hdr->addr1, sizeof(cts->ra));
2932 ieee80211_ctstoself_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, const void *frame, size_t frame_len, const struct ieee80211_tx_info *frame_txctl, struct ieee80211_cts *cts) argument

Completed in 868 milliseconds