Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/
Dtrace.h29 __field(__u32, tx_p)
56 __entry->tx_p = hc->tx_p;
72 __entry->tx_s, __entry->tx_rtt, __entry->tx_p,
/Linux-v4.19/net/dccp/ccids/
Dccid3.c142 if (hc->tx_p > 0) { in ccid3_hc_tx_update_x()
226 if (hc->tx_t_rto == 0 || hc->tx_p == 0) { in ccid3_hc_tx_no_feedback_timer()
414 } else if (hc->tx_p == 0) { in ccid3_hc_tx_packet_recv()
423 if (hc->tx_p > 0) in ccid3_hc_tx_packet_recv()
424 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p); in ccid3_hc_tx_packet_recv()
431 hc->tx_s, hc->tx_p, hc->tx_x_calc, in ccid3_hc_tx_packet_recv()
493 hc->tx_p = tfrc_invert_loss_event_rate(opt_val); in ccid3_hc_tx_parse_options()
544 tfrc.tfrctx_p = hc->tx_p; in ccid3_hc_tx_getsockopt()
Dccid3.h101 u32 tx_p; member
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dhwmtm.h141 struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ member
/Linux-v4.19/drivers/net/fddi/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()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_main.c766 u64 tx_p, tx_b; in i40e_update_vsi_stats() local
782 tx_b = tx_p = 0; in i40e_update_vsi_stats()
797 tx_p += packets; in i40e_update_vsi_stats()
825 ns->tx_packets = tx_p; in i40e_update_vsi_stats()