Home
last modified time | relevance | path

Searched refs:t_rb (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Ddynack.c124 while (da->st_rbf.h_rb != da->st_rbf.t_rb && in ath_dynack_compute_to()
125 da->ack_rbf.h_rb != da->ack_rbf.t_rb) { in ath_dynack_compute_to()
204 da->st_rbf.ts[da->st_rbf.t_rb].tstamp = ts->ts_tstamp; in ath_dynack_sample_tx_ts()
205 da->st_rbf.ts[da->st_rbf.t_rb].dur = ts->duration; in ath_dynack_sample_tx_ts()
206 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_dest, hdr->addr1); in ath_dynack_sample_tx_ts()
207 ether_addr_copy(da->st_rbf.addr[da->st_rbf.t_rb].h_src, hdr->addr2); in ath_dynack_sample_tx_ts()
222 da->st_rbf.ts[da->st_rbf.t_rb].dur -= sifs; in ath_dynack_sample_tx_ts()
226 hdr->addr1, da->st_rbf.ts[da->st_rbf.t_rb].tstamp, in ath_dynack_sample_tx_ts()
227 da->st_rbf.ts[da->st_rbf.t_rb].dur, da->st_rbf.h_rb, in ath_dynack_sample_tx_ts()
228 (da->st_rbf.t_rb + 1) % ATH_DYN_BUF); in ath_dynack_sample_tx_ts()
[all …]
Ddynack.h32 u16 h_rb, t_rb; member
54 u16 h_rb, t_rb; member
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dmt76x2_dfs.c228 dfs_pd->event_rb[i].t_rb = 0; in mt76x2_dfs_detector_reset()
409 last_event_idx = mt76_decr(event_buff->t_rb, in mt76x2_dfs_check_event()
428 event_buff->data[event_buff->t_rb] = *event; in mt76x2_dfs_queue_event()
429 event_buff->data[event_buff->t_rb].fetch_ts = jiffies; in mt76x2_dfs_queue_event()
431 event_buff->t_rb = mt76_incr(event_buff->t_rb, MT_DFS_EVENT_BUFLEN); in mt76x2_dfs_queue_event()
432 if (event_buff->t_rb == event_buff->h_rb) in mt76x2_dfs_queue_event()
452 i = mt76_decr(event_rb->t_rb, MT_DFS_EVENT_BUFLEN); in mt76x2_dfs_create_sequence()
610 while (event_buff->h_rb != event_buff->t_rb) { in mt76x2_dfs_check_event_window()
Dmt76x2_dfs.h83 int h_rb, t_rb; member