Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx.h1473 extern boolean_t mlxcx_cmd_create_flow_table(mlxcx_t *, mlxcx_flow_table_t *);
H A Dmlxcx_ring.c923 if (!mlxcx_cmd_create_flow_table(mlxp, ft)) { in mlxcx_rx_group_setup()
1112 if (!mlxcx_cmd_create_flow_table(mlxp, ft)) { in mlxcx_rx_group_setup()
H A Dmlxcx.c1920 if (!mlxcx_cmd_create_flow_table(mlxp, ft)) { in mlxcx_setup_ports()
H A Dmlxcx_cmd.c2884 mlxcx_cmd_create_flow_table(mlxcx_t *mlxp, mlxcx_flow_table_t *mlft) in mlxcx_cmd_create_flow_table() function