Searched refs:coalesce_put_u32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ethtool/ |
H A D | coalesce.c | 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() 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() 161 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_PKT_RATE_LOW, in coalesce_fill_reply() 163 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_RX_USECS_LOW, in coalesce_fill_reply() 167 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_TX_USECS_LOW, in coalesce_fill_reply() 171 coalesce_put_u32(skb, ETHTOOL_A_COALESCE_PKT_RATE_HIGH, in coalesce_fill_reply() [all …]
|