Home
last modified time | relevance | path

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

/freebsd/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h144 __u8 rx_hash_function; /* enum mlx5_rx_hash_function_flags */ member
232 __u8 rx_hash_function; /* enum mlx5_rx_hash_function_flags */ member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h176 __u8 rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
267 __u8 rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
H A Dverbs.c1184 cmd_ex_rss.rx_hash_function = attr->rx_hash_conf.rx_hash_function; in mlx5_cmd_create_rss_qp()
1992 attr->rss_caps.rx_hash_function = resp.rss_caps.rx_hash_function; in mlx5_query_device_ex()
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c371 printf("\t\trx_hash_function:\t\t\t\t0x%x\n", caps->rx_hash_function); in print_rss_caps()
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h247 uint8_t rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
801 uint8_t rx_hash_function; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c728 resp.rss_caps.rx_hash_function = in mlx5_ib_query_device()
H A Dmlx5_ib_qp.c1440 switch (ucmd.rx_hash_function) { in create_rss_raw_qp_tir()