Searched full:rx_ (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_ethtool.c | 37 "rx_%d_packets", 38 "rx_%d_bytes", 39 "rx_%d_dropped", 40 "rx_%d_multicast", 41 "rx_%d_alloc_failed", 42 "rx_%d_no_descriptor_errors", 43 "rx_%d_buffer_too_small_errors", 44 "rx_%d_fifo_overflow_errors", 45 "rx_%d_invalid_frame_errors",
|
/openbmc/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | mana_ethtool.c | 66 sprintf(p, "rx_%d_packets", i); in mana_get_strings() 68 sprintf(p, "rx_%d_bytes", i); in mana_get_strings() 70 sprintf(p, "rx_%d_xdp_drop", i); in mana_get_strings() 72 sprintf(p, "rx_%d_xdp_tx", i); in mana_get_strings() 74 sprintf(p, "rx_%d_xdp_redirect", i); in mana_get_strings()
|
/openbmc/linux/Documentation/devicetree/bindings/mailbox/ |
H A D | ti,secure-proxy.yaml | 45 pattern: "^rx_[0-9]{3}$" 48 secure proxy thread in the form 'rx_<PID>'.
|
H A D | ti,message-manager.txt | 23 format: "rx_<QID>".
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.c | 252 ethtool_sprintf(buf, "rx_%d_%s", q_num, in ionic_sw_stats_get_rx_strings()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | avs.h | 207 * @rx_lock: for serializing manipulation of rx_* fields
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_net.h | 535 /* rx_{packets,bytes}_allowance_exceeded are too long. So rename to
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1966 cat3(rx_, op, m)(addr, mask); \ 1974 cat3(rx_, op, r)(cpu_regs[a->rd], mask); \ 1985 cat3(rx_, op, r)(cpu_regs[a->rd], mask); \ 1998 cat3(rx_, op, m)(addr, mask); \
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_stats.c | 1747 { "rx_%s_pause", PPORT_PER_PRIO_OFF(rx_pause) }, 1748 { "rx_%s_pause_duration", PPORT_PER_PRIO_OFF(rx_pause_duration) }, 1751 { "rx_%s_pause_transition", PPORT_PER_PRIO_OFF(rx_pause_transition) },
|
/openbmc/linux/drivers/mailbox/ |
H A D | ti-msgmgr.c | 473 "rx_%03d", d->is_sproxy ? qinst->proxy_id : qinst->queue_id); in ti_msgmgr_queue_rx_irq_req()
|
/openbmc/linux/drivers/staging/pi433/ |
H A D | pi433_if.c | 97 struct mutex rx_lock; /* protects rx_* variable accesses */
|
/openbmc/linux/drivers/net/ |
H A D | xen-netfront.c | 116 /* Split event channels support, tx_* == rx_* when using
|