Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_ethdev_os.c450 struct ethtool_link_settings gcmd = { .cmd = ETHTOOL_GLINKSETTINGS }; in mlx5_link_update_unlocked_gs() local
468 .ifr_data = (void *)&gcmd, in mlx5_link_update_unlocked_gs()
486 .ifr_data = (void *)&gcmd, in mlx5_link_update_unlocked_gs()
499 gcmd.link_mode_masks_nwords = -gcmd.link_mode_masks_nwords; in mlx5_link_update_unlocked_gs()
503 sizeof(uint32_t) * gcmd.link_mode_masks_nwords * 3]; in mlx5_link_update_unlocked_gs()
506 *ecmd = gcmd; in mlx5_link_update_unlocked_gs()