Home
last modified time | relevance | path

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

/linux/net/ethtool/
H A Dcoalesce.c16 u32 supported_params; member
72 data->supported_params = dev->ethtool_ops->supported_coalesce_params; in coalesce_prepare_data()
128 u32 supported_params) in coalesce_put_u32() argument
130 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_u32()
136 u32 supported_params) in coalesce_put_bool() argument
138 if (!val && !(supported_params & attr_to_mask(attr_type))) in coalesce_put_bool()
218 u32 supported = data->supported_params; in coalesce_fill_reply()
363 u32 supported_params; in ethnl_set_coalesce_validate() local
370 supported_params = ops->supported_coalesce_params; in ethnl_set_coalesce_validate()
372 supported_params |= ETHTOOL_COALESCE_RX_PROFILE; in ethnl_set_coalesce_validate()
[all …]
/linux/net/core/
H A Dnetdev_rx_queue.c211 if (p->rx_page_size && !(qops->supported_params & QCFG_RX_PAGE_SIZE)) { in __netif_mp_open_rxq()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5822 .supported_params = QCFG_RX_PAGE_SIZE, in mlx5e_build_nic_netdev()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16504 .supported_params = QCFG_RX_PAGE_SIZE, in bnxt_remove_one()