Searched refs:smq_cfg (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/net/octeontx2/
H A Dnix_af.c350 union nixx_af_smqx_cfg smq_cfg; local
409 smq_cfg.u = nix_af_reg_read(nix_af, NIXX_AF_SMQX_CFG(smq_index));
410 smq_cfg.s.express = 0;
411 smq_cfg.s.lf = nix->lf;
412 smq_cfg.s.desc_shp_ctl_dis = 1;
413 smq_cfg.s.maxlen = MAX_MTU;
414 smq_cfg.s.minlen = NIX_MIN_HW_MTU;
415 nix_af_reg_write(nix_af, NIXX_AF_SMQX_CFG(smq_index), smq_cfg.u);

Completed in 46 milliseconds