Lines Matching refs:slot
89 #define PFC_MAC_ADDRESS(slot) \
90 ((slot * PFC_MAC_ADDR_STEP) + PFC_MAC_ADDR)
91 #define PFC_MAC_ADDRESS_MASK(slot) \
92 ((slot * PFC_MAC_ADDR_STEP) + PFC_MAC_ADDR_MASK)
93 #define PFC_HASH_ADDR(slot) \
94 ((slot * PFC_HASH_STEP) + PFC_HASH_TABLE)
96 #define PFC_L2_CONFIG(slot) \
97 ((slot * PFC_L2_CLASS_CONFIG_STEP) + PFC_L2_CLASS_CONFIG)
98 #define PFC_L3_CONFIG(slot) \
99 (((slot - TCAM_CLASS_TCP_IPV4) * PFC_L3_CLASS_CONFIG_STEP) + \
139 hpi_status_t hpi_pfc_get_l3_class_config(hpi_handle_t handle, tcam_class_t slot,
141 hpi_status_t hpi_pfc_set_l3_class_config(hpi_handle_t handle, tcam_class_t slot,
198 int slot);