Searched full:rx_ (Results 1 – 7 of 7) sorted by relevance
| /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>'.
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_ethtool.c | 175 ethtool_sprintf(data, "rx_%d_packets", i); in mana_get_strings_stats() 176 ethtool_sprintf(data, "rx_%d_bytes", i); in mana_get_strings_stats() 177 ethtool_sprintf(data, "rx_%d_xdp_drop", i); in mana_get_strings_stats() 178 ethtool_sprintf(data, "rx_%d_xdp_tx", i); in mana_get_strings_stats() 179 ethtool_sprintf(data, "rx_%d_xdp_redirect", i); in mana_get_strings_stats() 180 ethtool_sprintf(data, "rx_%d_pkt_len0_err", i); in mana_get_strings_stats() 183 "rx_%d_coalesced_cqe_%d", in mana_get_strings_stats()
|
| /linux/include/uapi/linux/ |
| H A D | virtio_net.h | 582 /* rx_{packets,bytes}_allowance_exceeded are too long. So rename to
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_stats.c | 2003 { "rx_%s_pause", PPORT_PER_PRIO_OFF(rx_pause) }, 2004 { "rx_%s_pause_duration", PPORT_PER_PRIO_OFF(rx_pause_duration) }, 2007 { "rx_%s_pause_transition", PPORT_PER_PRIO_OFF(rx_pause_transition) },
|
| /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()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 184 {#name, offsetof(struct virtio_net_stats_rx_ ## class, rx_ ## name), -1} 231 offsetof(struct virtio_net_stats_rx_ ## class, rx_ ## name), \ 4461 noq_fmt = "rx_%s"; in virtnet_get_stats_string()
|
| H A D | xen-netfront.c | 116 /* Split event channels support, tx_* == rx_* when using
|