Searched full:rx_ (Results 1 – 11 of 11) sorted by relevance
/linux-6.14.4/drivers/net/ethernet/engleder/ |
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",
|
/linux-6.14.4/Documentation/devicetree/bindings/mailbox/ |
D | ti,secure-proxy.yaml | 45 pattern: "^rx_[0-9]{3}$" 48 secure proxy thread in the form 'rx_<PID>'.
|
D | ti,message-manager.txt | 23 format: "rx_<QID>".
|
/linux-6.14.4/drivers/net/ethernet/microsoft/mana/ |
D | mana_ethtool.c | 103 ethtool_sprintf(&data, "rx_%d_packets", i); in mana_get_strings() 104 ethtool_sprintf(&data, "rx_%d_bytes", i); in mana_get_strings() 105 ethtool_sprintf(&data, "rx_%d_xdp_drop", i); in mana_get_strings() 106 ethtool_sprintf(&data, "rx_%d_xdp_tx", i); in mana_get_strings() 107 ethtool_sprintf(&data, "rx_%d_xdp_redirect", i); in mana_get_strings()
|
/linux-6.14.4/drivers/net/ethernet/pensando/ionic/ |
D | ionic_stats.c | 270 ethtool_sprintf(buf, "rx_%d_%s", q_num, in ionic_sw_stats_get_rx_strings()
|
/linux-6.14.4/sound/soc/intel/avs/ |
D | avs.h | 210 * @rx_lock: for serializing manipulation of rx_* fields
|
/linux-6.14.4/include/uapi/linux/ |
D | virtio_net.h | 535 /* rx_{packets,bytes}_allowance_exceeded are too long. So rename to
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_stats.c | 1824 { "rx_%s_pause", PPORT_PER_PRIO_OFF(rx_pause) }, 1825 { "rx_%s_pause_duration", PPORT_PER_PRIO_OFF(rx_pause_duration) }, 1828 { "rx_%s_pause_transition", PPORT_PER_PRIO_OFF(rx_pause_transition) },
|
/linux-6.14.4/drivers/mailbox/ |
D | ti-msgmgr.c | 473 "rx_%03d", d->is_sproxy ? qinst->proxy_id : qinst->queue_id); in ti_msgmgr_queue_rx_irq_req()
|
/linux-6.14.4/drivers/net/ |
D | virtio_net.c | 162 {#name, offsetof(struct virtio_net_stats_rx_ ## class, rx_ ## name), -1} 209 offsetof(struct virtio_net_stats_rx_ ## class, rx_ ## name), \ 4315 noq_fmt = "rx_%s"; in virtnet_get_stats_string()
|
D | xen-netfront.c | 116 /* Split event channels support, tx_* == rx_* when using
|