Home
last modified time | relevance | path

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

/linux-2.6.39/net/dccp/ccids/
Dccid3.c140 if (hc->tx_p > 0) { in ccid3_hc_tx_update_x()
222 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()
239 BUG_ON(hc->tx_p && !hc->tx_x_calc); in ccid3_hc_tx_no_feedback_timer()
411 } else if (hc->tx_p == 0) { in ccid3_hc_tx_packet_recv()
420 if (hc->tx_p > 0) in ccid3_hc_tx_packet_recv()
421 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); in ccid3_hc_tx_packet_recv()
428 hc->tx_s, hc->tx_p, hc->tx_x_calc, in ccid3_hc_tx_packet_recv()
490 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()
539 tfrc.tfrctx_p = hc->tx_p; in ccid3_hc_tx_getsockopt()
Dccid3.h101 u32 tx_p; member
/linux-2.6.39/net/dccp/
Dprobe.c90 hc->tx_s, hc->tx_rtt, hc->tx_p, in jdccp_sendmsg()
/linux-2.6.39/drivers/net/skfp/h/
Dhwmtm.h150 struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ member
/linux-2.6.39/drivers/net/skfp/
Dhwmtm.c1554 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ; in hwm_tx_init()
1582 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1585 if (frag_count > smc->os.hwm.tx_p->tx_free) { in hwm_tx_init()
1597 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ; in hwm_tx_init()
1635 queue = smc->os.hwm.tx_p ; in hwm_tx_frag()