Searched refs:coalesce_put_u32 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/net/ethtool/ |
D | coalesce.c | 111 static bool coalesce_put_u32(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_u32() function 136 if (coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS, in coalesce_fill_reply() 138 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_MAX_FRAMES, in coalesce_fill_reply() 140 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS_IRQ, in coalesce_fill_reply() 142 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ, in coalesce_fill_reply() 144 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS, in coalesce_fill_reply() 146 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_MAX_FRAMES, in coalesce_fill_reply() 148 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_IRQ, in coalesce_fill_reply() 150 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ, in coalesce_fill_reply() 152 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_STATS_BLOCK_USECS, in coalesce_fill_reply() [all …]
|