Home
last modified time | relevance | path

Searched defs:ethtool_ringparam (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/shared/linux/
Dethtool.h529 struct ethtool_ringparam { struct
530 __u32 cmd;
531 __u32 rx_max_pending;
532 __u32 rx_mini_max_pending;
533 __u32 rx_jumbo_max_pending;
534 __u32 tx_max_pending;
535 __u32 rx_pending;
536 __u32 rx_mini_pending;
537 __u32 rx_jumbo_pending;
538 __u32 tx_pending;