Home
last modified time | relevance | path

Searched refs:tx_aggr_max_bytes (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_vnd.c229 kernel_coal->tx_aggr_max_bytes = port->egress_agg_params.bytes; in rmnet_get_coalesce()
250 if (kernel_coal->tx_aggr_max_bytes > 32768) in rmnet_set_coalesce()
253 rmnet_map_update_ul_agg_config(port, kernel_coal->tx_aggr_max_bytes, in rmnet_set_coalesce()
/openbmc/linux/net/ethtool/
H A Dcoalesce.c188 kcoal->tx_aggr_max_bytes, supported) || in coalesce_fill_reply()
313 ethnl_update_u32(&kernel_coalesce.tx_aggr_max_bytes, in __ethnl_set_coalesce()
/openbmc/linux/include/linux/
H A Dethtool.h226 u32 tx_aggr_max_bytes; member
/openbmc/linux/tools/net/ynl/generated/
H A Dethtool-user.h2611 __u32 tx_aggr_max_bytes:1; member
2641 __u32 tx_aggr_max_bytes; member
2749 __u32 tx_aggr_max_bytes:1; member
2779 __u32 tx_aggr_max_bytes; member
2987 __u32 tx_aggr_max_bytes) in ethtool_coalesce_set_req_set_tx_aggr_max_bytes() argument
2989 req->_present.tx_aggr_max_bytes = 1; in ethtool_coalesce_set_req_set_tx_aggr_max_bytes()
2990 req->tx_aggr_max_bytes = tx_aggr_max_bytes; in ethtool_coalesce_set_req_set_tx_aggr_max_bytes()
H A Dethtool-user.c3689 dst->_present.tx_aggr_max_bytes = 1; in ethtool_coalesce_get_rsp_parse()
3690 dst->tx_aggr_max_bytes = mnl_attr_get_u32(attr); in ethtool_coalesce_get_rsp_parse()
3857 if (req->_present.tx_aggr_max_bytes) in ethtool_coalesce_set()
3858 mnl_attr_put_u32(nlh, ETHTOOL_A_COALESCE_TX_AGGR_MAX_BYTES, req->tx_aggr_max_bytes); in ethtool_coalesce_set()