Lines Matching defs:pool
12504 MLXSW_ITEM32(reg, sbpr, pool, 0x00, 0, 4);
12530 static inline void mlxsw_reg_sbpr_pack(char *payload, u8 pool,
12536 mlxsw_reg_sbpr_pool_set(payload, pool);
12546 * and configuration according to Port-PG, including the binding to pool
12595 * When the pool associated to the port-pg/tclass is configured to
12597 * When the pool associated to the port-pg/tclass is configured to
12609 * Association of the port-priority to a pool.
12612 MLXSW_ITEM32(reg, sbcm, pool, 0x24, 0, 4);
12617 bool infi_max, u8 pool)
12626 mlxsw_reg_sbcm_pool_set(payload, pool);
12649 * The pool associated to quota counting on the local_port.
12652 MLXSW_ITEM32(reg, sbpm, pool, 0x00, 8, 4);
12688 * When the pool associated to the port-pg/tclass is configured to
12690 * When the pool associated to the port-pg/tclass is configured to
12700 static inline void mlxsw_reg_sbpm_pack(char *payload, u16 local_port, u8 pool,
12706 mlxsw_reg_sbpm_pool_set(payload, pool);
12724 * the binding to pool and definition of the associated quota.
12744 * When the pool associated to the port-pg/tclass is configured to
12746 * When the pool associated to the port-pg/tclass is configured to
12757 * Association of the port-priority to a pool.
12760 MLXSW_ITEM32(reg, sbmm, pool, 0x24, 0, 4);
12763 u32 max_buff, u8 pool)
12769 mlxsw_reg_sbmm_pool_set(payload, pool);