Searched refs:tx_p (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/net/dccp/ |
D | trace.h | 29 __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/ |
D | ccid3.c | 142 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()
|
D | ccid3.h | 101 u32 tx_p; member
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | hwmtm.h | 141 struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ member
|
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | hwmtm.c | 1554 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/ |
D | i40e_main.c | 766 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()
|