Home
last modified time | relevance | path

Searched refs:ethnl_update_u32 (Results 1 – 4 of 4) sorted by relevance

/linux/net/ethtool/
H A Dcoalesce.c542 ethnl_update_u32(&coalesce.rx_coalesce_usecs, in __ethnl_set_coalesce()
544 ethnl_update_u32(&coalesce.rx_max_coalesced_frames, in __ethnl_set_coalesce()
546 ethnl_update_u32(&coalesce.rx_coalesce_usecs_irq, in __ethnl_set_coalesce()
548 ethnl_update_u32(&coalesce.rx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
550 ethnl_update_u32(&coalesce.tx_coalesce_usecs, in __ethnl_set_coalesce()
552 ethnl_update_u32(&coalesce.tx_max_coalesced_frames, in __ethnl_set_coalesce()
554 ethnl_update_u32(&coalesce.tx_coalesce_usecs_irq, in __ethnl_set_coalesce()
556 ethnl_update_u32(&coalesce.tx_max_coalesced_frames_irq, in __ethnl_set_coalesce()
558 ethnl_update_u32(&coalesce.stats_block_coalesce_usecs, in __ethnl_set_coalesce()
560 ethnl_update_u32(&coalesce.pkt_rate_low, in __ethnl_set_coalesce()
[all …]
H A Dmm.c202 ethnl_update_u32(&cfg.verify_time, tb[ETHTOOL_A_MM_VERIFY_TIME], &mod); in ethnl_set_mm()
206 ethnl_update_u32(&cfg.tx_min_frag_size, in ethnl_set_mm()
H A Dtsinfo.c62 ethnl_update_u32(&hwprov_desc->index, in ts_parse_hwtst_provider()
65 ethnl_update_u32(&hwprov_desc->qualifier, in ts_parse_hwtst_provider()
H A Dnetlink.h77 static inline void ethnl_update_u32(u32 *dst, const struct nlattr *attr, in ethnl_update_u32() function