Searched refs:l3_class (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_fflp.c | 2172 tcam_class_t l3_class, tcam_key_cfg_t *cfg) in npi_fflp_cfg_ip_cls_tcam_key() argument 2177 ASSERT(TCAM_L3_CLASS_VALID(l3_class)); in npi_fflp_cfg_ip_cls_tcam_key() 2178 if (!(TCAM_L3_CLASS_VALID(l3_class))) { in npi_fflp_cfg_ip_cls_tcam_key() 2182 l3_class)); in npi_fflp_cfg_ip_cls_tcam_key() 2191 *cfg, l3_class)); in npi_fflp_cfg_ip_cls_tcam_key() 2196 offset = GET_TCAM_KEY_OFFSET(l3_class); in npi_fflp_cfg_ip_cls_tcam_key() 2246 npi_fflp_cfg_ip_cls_flow_key(npi_handle_t handle, tcam_class_t l3_class, in npi_fflp_cfg_ip_cls_flow_key() argument 2252 ASSERT(TCAM_L3_CLASS_VALID(l3_class)); in npi_fflp_cfg_ip_cls_flow_key() 2253 if (!(TCAM_L3_CLASS_VALID(l3_class))) { in npi_fflp_cfg_ip_cls_flow_key() 2257 l3_class)); in npi_fflp_cfg_ip_cls_flow_key() [all …]
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_impl.h | 360 hxge_status_t hxge_pfc_ip_class_config(p_hxge_t hxgep, tcam_class_t l3_class, 363 tcam_class_t l3_class, uint32_t *class_config);
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_fflp.c | 629 nxge_cfg_ip_cls_flow_key(p_nxge_t nxgep, tcam_class_t l3_class, in nxge_cfg_ip_cls_flow_key() argument 658 rs = npi_fflp_cfg_ip_cls_flow_key(handle, l3_class, &fcfg); in nxge_cfg_ip_cls_flow_key() 661 " opt %x for class %d failed ", class_config, l3_class)); in nxge_cfg_ip_cls_flow_key() 669 nxge_cfg_ip_cls_flow_key_get(p_nxge_t nxgep, tcam_class_t l3_class, in nxge_cfg_ip_cls_flow_key_get() argument 681 rs = npi_fflp_cfg_ip_cls_flow_key_get(handle, l3_class, &fcfg); in nxge_cfg_ip_cls_flow_key_get() 684 " opt %x for class %d failed ", class_config, l3_class)); in nxge_cfg_ip_cls_flow_key_get()
|