Searched refs:h_rb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | dynack.c | 158 while (da->st_rbf.h_rb != da->st_rbf.t_rb && in ath_dynack_compute_to() 159 da->ack_rbf.h_rb != da->ack_rbf.t_rb) { in ath_dynack_compute_to() 160 ack_ts = da->ack_rbf.tstamp[da->ack_rbf.h_rb]; in ath_dynack_compute_to() 161 st_ts = &da->st_rbf.ts[da->st_rbf.h_rb]; in ath_dynack_compute_to() 162 dst = da->st_rbf.addr[da->st_rbf.h_rb].h_dest; in ath_dynack_compute_to() 163 src = da->st_rbf.addr[da->st_rbf.h_rb].h_src; in ath_dynack_compute_to() 168 da->ack_rbf.h_rb, da->st_rbf.h_rb); in ath_dynack_compute_to() 188 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to() 190 INCR(da->st_rbf.h_rb, ATH_DYN_BU in ath_dynack_compute_to() [all...] |
H A D | dynack.h | 27 * @h_rb: ring buffer head 32 u16 h_rb, t_rb; member 48 * @h_rb: ring buffer head 54 u16 h_rb, t_rb; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | dynack.c | 157 while (da->st_rbf.h_rb != da->st_rbf.t_rb && in ath_dynack_compute_to() 158 da->ack_rbf.h_rb != da->ack_rbf.t_rb) { in ath_dynack_compute_to() 159 ack_ts = da->ack_rbf.tstamp[da->ack_rbf.h_rb]; in ath_dynack_compute_to() 160 st_ts = &da->st_rbf.ts[da->st_rbf.h_rb]; in ath_dynack_compute_to() 161 dst = da->st_rbf.addr[da->st_rbf.h_rb].h_dest; in ath_dynack_compute_to() 162 src = da->st_rbf.addr[da->st_rbf.h_rb].h_src; in ath_dynack_compute_to() 167 da->ack_rbf.h_rb, da->st_rbf.h_rb); in ath_dynack_compute_to() 187 INCR(da->ack_rbf.h_rb, ATH_DYN_BUF); in ath_dynack_compute_to() 189 INCR(da->st_rbf.h_rb, ATH_DYN_BU in ath_dynack_compute_to() [all...] |
H A D | dynack.h | 27 * @h_rb: ring buffer head 32 u16 h_rb, t_rb; member 48 * @h_rb: ring buffer head 54 u16 h_rb, t_rb; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 216 dfs_pd->event_rb[i].h_rb = 0; in mt76x02_dfs_detector_reset() 421 if (event_buff->t_rb == event_buff->h_rb) in mt76x02_dfs_queue_event() 422 event_buff->h_rb = mt76_incr(event_buff->h_rb, in mt76x02_dfs_queue_event() 442 end = mt76_decr(event_rb->h_rb, MT_DFS_EVENT_BUFLEN); in mt76x02_dfs_create_sequence() 599 while (event_buff->h_rb != event_buff->t_rb) { in mt76x02_dfs_check_event_window() 600 event = &event_buff->data[event_buff->h_rb]; in mt76x02_dfs_check_event_window() 606 event_buff->h_rb = mt76_incr(event_buff->h_rb, in mt76x02_dfs_check_event_window()
|
H A D | mt76x02_dfs.h | 72 int h_rb, t_rb; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_dfs.c | 216 dfs_pd->event_rb[i].h_rb = 0; in mt76x02_dfs_detector_reset() 421 if (event_buff->t_rb == event_buff->h_rb) in mt76x02_dfs_queue_event() 422 event_buff->h_rb = mt76_incr(event_buff->h_rb, in mt76x02_dfs_queue_event() 442 end = mt76_decr(event_rb->h_rb, MT_DFS_EVENT_BUFLEN); in mt76x02_dfs_create_sequence() 599 while (event_buff->h_rb != event_buff->t_rb) { in mt76x02_dfs_check_event_window() 600 event = &event_buff->data[event_buff->h_rb]; in mt76x02_dfs_check_event_window() 606 event_buff->h_rb = mt76_incr(event_buff->h_rb, in mt76x02_dfs_check_event_window()
|
H A D | mt76x02_dfs.h | 72 int h_rb, t_rb; member
|
Completed in 5 milliseconds