Searched refs:coalesce_put_u32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 114 static bool coalesce_put_u32(struct sk_buff *skb, u16 attr_type, u32 val, in coalesce_put_u32() function 139 if (coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS, in coalesce_fill_reply() 141 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_MAX_FRAMES, in coalesce_fill_reply() 143 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS_IRQ, in coalesce_fill_reply() 145 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_MAX_FRAMES_IRQ, in coalesce_fill_reply() 147 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS, in coalesce_fill_reply() 149 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_MAX_FRAMES, in coalesce_fill_reply() 151 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_IRQ, in coalesce_fill_reply() 153 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_MAX_FRAMES_IRQ, in coalesce_fill_reply() 155 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_STATS_BLOCK_USECS, in coalesce_fill_reply() [all …]
|