Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dselq.c24 u16 htb_defcls; member
51 .htb_defcls = 0, in mlx5e_selq_init()
101 void mlx5e_selq_prepare_htb(struct mlx5e_selq *selq, u16 htb_maj_id, u16 htb_defcls) in mlx5e_selq_prepare_htb() argument
115 selq->standby->htb_defcls = htb_defcls; in mlx5e_selq_prepare_htb()
185 classid = selq->htb_defcls; in mlx5e_select_htb_queue()
H A Dselq.h25 void mlx5e_selq_prepare_htb(struct mlx5e_selq *selq, u16 htb_maj_id, u16 htb_defcls);
H A Dhtb.c175 mlx5e_htb_root_add(struct mlx5e_htb *htb, u16 htb_maj_id, u16 htb_defcls, in mlx5e_htb_root_add() argument
183 qos_dbg(htb->mdev, "TC_HTB_CREATE handle %04x:, default :%04x\n", htb_maj_id, htb_defcls); in mlx5e_htb_root_add()
185 mlx5e_selq_prepare_htb(htb->selq, htb_maj_id, htb_defcls); in mlx5e_htb_root_add()
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dqos.c1011 static int otx2_qos_root_add(struct otx2_nic *pfvf, u16 htb_maj_id, u16 htb_defcls, in otx2_qos_root_add() argument
1020 htb_maj_id, htb_defcls); in otx2_qos_root_add()
1065 WRITE_ONCE(pfvf->qos.defcls, htb_defcls); in otx2_qos_root_add()