Home
last modified time | relevance | path

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

/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c141 for (i = 1; i <= h->loss_count; i++) in tfrc_rx_hist_duplicate()
173 h->loss_count = 1; in __do_track_loss()
185 h->loss_count = 2; in __one_after_loss()
197 h->loss_count = 0; in __one_after_loss()
210 h->loss_count = 2; in __one_after_loss()
223 h->loss_count = 3; in __two_after_loss()
236 h->loss_count = 3; in __two_after_loss()
252 h->loss_count = 0; in __two_after_loss()
256 h->loss_count = 1; in __two_after_loss()
272 h->loss_count = 3; in __two_after_loss()
[all …]
Dpacket_history.h96 u8 loss_count:2, member
115 return h->ring[tfrc_rx_hist_index(h, h->loss_count)]; in tfrc_rx_hist_last_rcv()
139 return h->loss_count > 0; in tfrc_rx_hist_loss_pending()
/linux-4.4.14/drivers/hsi/controllers/
Domap_ssi.h110 u32 loss_count; member
155 u32 loss_count; member
Domap_ssi.c554 omap_ssi->loss_count = in omap_ssi_runtime_suspend()
567 if ((omap_ssi->get_loss) && (omap_ssi->loss_count == in omap_ssi_runtime_resume()
Domap_ssi_port.c1333 omap_port->loss_count = in omap_ssi_port_runtime_suspend()
1349 if ((omap_ssi->get_loss) && (omap_port->loss_count == in omap_ssi_port_runtime_resume()