Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5-abi.h177 __u8 rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
274 __u8 rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
H A Dverbs.c1209 cmd_ex_rss.rx_hash_function = attr->rx_hash_conf.rx_hash_function; in mlx5_cmd_create_rss_qp()
2171 attr->rss_caps.rx_hash_function = resp.rss_caps.rx_hash_function; in mlx5_query_device_ex()
/freebsd/sys/ofed/include/uapi/rdma/
H A Dmlx5-abi.h145 __u8 rx_hash_function; /* enum mlx5_rx_hash_function_flags */ member
308 __u8 rx_hash_function; /* enum mlx5_rx_hash_function_flags */ member
/freebsd/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c388 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.h248 uint8_t rx_hash_function; /* enum ibv_rx_hash_function_flags */ member
830 uint8_t rx_hash_function; member
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c752 resp.rss_caps.rx_hash_function = in mlx5_ib_query_device()
H A Dmlx5_ib_qp.c1479 switch (ucmd.rx_hash_function) { in create_rss_raw_qp_tir()