Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/linux/
H A Dethtool.h226 u32 tx_aggr_max_bytes; member
/kernel/linux/linux-6.6/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()
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()
2986 ethtool_coalesce_set_req_set_tx_aggr_max_bytes(struct ethtool_coalesce_set_req *req, __u32 tx_aggr_max_bytes) ethtool_coalesce_set_req_set_tx_aggr_max_bytes() argument
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()

Completed in 22 milliseconds