Searched refs:tx_p (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h82 * @tx_p: Current loss event rate (0-1) scaled by 1000000
103 #define tx_p tx_tfrc.tfrctx_p macro
H A Dccid3.c144 if (hc->tx_p > 0) {
222 hc->tx_p == 0) {
239 BUG_ON(hc->tx_p && !hc->tx_x_calc);
408 hc->tx_p = 0;
410 hc->tx_p = scaled_div(1, pinv);
432 } else if (hc->tx_p == 0) {
441 if (hc->tx_p > 0)
442 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p);
449 hc->tx_s, hc->tx_p, hc->tx_x_calc,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/h/
H A Dhwmtm.h150 struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ member in struct:hw_modul
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dprobe.c90 hc->tx_s, hc->tx_rtt, hc->tx_p,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/skfp/
H A Dhwmtm.c1554 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ;
1582 if (frag_count > smc->os.hwm.tx_p->tx_free) {
1585 if (frag_count > smc->os.hwm.tx_p->tx_free) {
1597 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ;
1635 queue = smc->os.hwm.tx_p ;

Completed in 118 milliseconds