Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsockio.h140 #define SIOCGIFRSSHASH _IOWR('i', 151, struct ifrsshash)/* get the current RSS
/freebsd/sys/net/
H A Difdi_if.m136 null_get_rss_hash(if_ctx_t _ctx __unused, struct ifrsshash *_hash __unused)
375 struct ifrsshash *_hash;
H A Dif.h645 struct ifrsshash { struct
H A Diflib.c4986 err = IFDI_GET_RSS_HASH(ctx, (struct ifrsshash *)data); in iflib_if_ioctl()
/freebsd/sys/dev/ixgbe/
H A Dif_ixv.c132 static int ixv_if_get_rss_hash(if_ctx_t, struct ifrsshash *);
673 ixv_if_get_rss_hash(if_ctx_t ctx, struct ifrsshash *ifrh) in ixv_if_get_rss_hash()
/freebsd/sys/dev/mana/
H A Dmana_en.c155 struct ifrsshash *ifrh; in mana_ioctl()
294 ifrh = (struct ifrsshash *)data; in mana_ioctl()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1956 struct ifrsshash *ifrh; in mlx4_en_ioctl()
2106 ifrh = (struct ifrsshash *)data; in mlx4_en_ioctl()
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c1564 struct ifrsshash ifrh; in hn_vf_rss_fixup()
4033 struct ifrsshash *ifrh; in hn_ioctl()
4317 ifrh = (struct ifrsshash *)data; in hn_ioctl()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c3532 struct ifrsshash *ifrh; in mlx5e_ioctl()
3895 ifrh = (struct ifrsshash *)data; in mlx5e_ioctl()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c2575 qlnx_get_rss_hash(qlnx_host_t *ha, struct ifrsshash *ifrh) in qlnx_get_rss_hash()
2621 ret = qlnx_get_rss_hash(ha, (struct ifrsshash *)data); in qlnx_ioctl()