Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_fflp.c2170 tcam_class_t l3_class, tcam_key_cfg_t *cfg) in npi_fflp_cfg_ip_cls_tcam_key() argument
2175 ASSERT(TCAM_L3_CLASS_VALID(l3_class)); in npi_fflp_cfg_ip_cls_tcam_key()
2176 if (!(TCAM_L3_CLASS_VALID(l3_class))) { in npi_fflp_cfg_ip_cls_tcam_key()
2180 l3_class)); in npi_fflp_cfg_ip_cls_tcam_key()
2189 *cfg, l3_class)); in npi_fflp_cfg_ip_cls_tcam_key()
2194 offset = GET_TCAM_KEY_OFFSET(l3_class); in npi_fflp_cfg_ip_cls_tcam_key()
2244 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
2250 ASSERT(TCAM_L3_CLASS_VALID(l3_class)); in npi_fflp_cfg_ip_cls_flow_key()
2251 if (!(TCAM_L3_CLASS_VALID(l3_class))) { in npi_fflp_cfg_ip_cls_flow_key()
2255 l3_class)); in npi_fflp_cfg_ip_cls_flow_key()
[all …]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_ev.c489 uint32_t l3_class; in ef10_ev_rx() local
511 l3_class = EFX_QWORD_FIELD(*eqp, ESF_DZ_RX_L3_CLASS); in ef10_ev_rx()
583 switch (l3_class) { in ef10_ev_rx()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h360 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);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_fflp.c629 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()