Home
last modified time | relevance | path

Searched refs:loss_count (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/net/dccp/ccids/lib/
Dpacket_history.c128 for (i = 1; i <= h->loss_count; i++) in tfrc_rx_hist_duplicate()
158 h->loss_count = 1; in __do_track_loss()
170 h->loss_count = 2; in __one_after_loss()
182 h->loss_count = 0; in __one_after_loss()
195 h->loss_count = 2; in __one_after_loss()
208 h->loss_count = 3; in __two_after_loss()
221 h->loss_count = 3; in __two_after_loss()
237 h->loss_count = 0; in __two_after_loss()
241 h->loss_count = 1; in __two_after_loss()
257 h->loss_count = 3; in __two_after_loss()
[all …]
Dpacket_history.h83 u8 loss_count:2, member
102 return h->ring[tfrc_rx_hist_index(h, h->loss_count)]; in tfrc_rx_hist_last_rcv()
126 return h->loss_count > 0; in tfrc_rx_hist_loss_pending()
/linux-5.19.10/drivers/hsi/controllers/
Domap_ssi.h101 u32 loss_count; member
148 u32 loss_count; member
Domap_ssi_core.c572 omap_ssi->loss_count = in omap_ssi_runtime_suspend()
585 if ((omap_ssi->get_loss) && (omap_ssi->loss_count == in omap_ssi_runtime_resume()
Domap_ssi_port.c1348 omap_port->loss_count = in omap_ssi_port_runtime_suspend()
1364 if ((omap_ssi->get_loss) && (omap_port->loss_count == in omap_ssi_port_runtime_resume()