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

/linux-master/net/dccp/
H A Dtrace.h29 __field(__u32, tx_p)
56 __entry->tx_p = hc->tx_p;
68 "tx_p=%d tx_x_calc=%u tx_x_recv=%llu tx_x=%llu tx_t_ipi=%d",
70 __entry->tx_s, __entry->tx_rtt, __entry->tx_p,
/linux-master/net/dccp/ccids/
H A Dccid3.h70 * @tx_p: Current loss event rate (0-1) scaled by 1000000
88 u32 tx_p; member in struct:ccid3_hc_tx_sock
H A Dccid3.c132 if (hc->tx_p > 0) {
217 if (hc->tx_t_rto == 0 || hc->tx_p == 0) {
406 } else if (hc->tx_p == 0) {
415 if (hc->tx_p > 0)
416 hc->tx_x_calc = tfrc_calc_x(hc->tx_s, hc->tx_rtt, hc->tx_p);
423 hc->tx_s, hc->tx_p, hc->tx_x_calc,
485 hc->tx_p = tfrc_invert_loss_event_rate(opt_val);
536 tfrc.tfrctx_p = hc->tx_p;
/linux-master/drivers/net/fddi/skfp/h/
H A Dhwmtm.h137 struct s_smt_tx_queue *tx_p ; /* pointer to the transmit queue */ member in struct:hw_modul
/linux-master/drivers/spi/
H A Dspi-sprd.c331 u8 *tx_p = (u8 *)ss->tx_buf; local
335 writeb_relaxed(tx_p[i], ss->base + SPRD_SPI_TXD);
343 u16 *tx_p = (u16 *)ss->tx_buf; local
347 writew_relaxed(tx_p[i], ss->base + SPRD_SPI_TXD);
355 u32 *tx_p = (u32 *)ss->tx_buf; local
359 writel_relaxed(tx_p[i], ss->base + SPRD_SPI_TXD);
/linux-master/drivers/net/fddi/skfp/
H A Dhwmtm.c1546 smc->os.hwm.tx_p = smc->hw.fp.tx[frame_status & QUEUE_A0] ;
1574 if (frag_count > smc->os.hwm.tx_p->tx_free) {
1577 if (frag_count > smc->os.hwm.tx_p->tx_free) {
1589 NDD_TRACE("THiE",frame_status,smc->os.hwm.tx_p->tx_free,0) ;
1627 queue = smc->os.hwm.tx_p ;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c877 u64 tx_p, tx_b; local
893 tx_b = tx_p = 0;
915 tx_p += packets;
953 tx_p += packets;
975 ns->tx_packets = tx_p;

Completed in 195 milliseconds