Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_reg.h849 #define MLXCX_FLOW_MAX_DESTINATIONS 64 macro
887 mlxcx_flow_dest_t mlfec_destination[MLXCX_FLOW_MAX_DESTINATIONS];
H A Dmlxcx.h830 mlxcx_flow_entry_dest_t mlfe_dest[MLXCX_FLOW_MAX_DESTINATIONS];
H A Dmlxcx_cmd.c3223 ASSERT3U(mlfe->mlfe_ndest, <=, MLXCX_FLOW_MAX_DESTINATIONS); in mlxcx_cmd_set_flow_table_entry()