Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds