Searched refs:sq_cfg (Results 1 – 2 of 2) sorted by relevance
866 struct sq_cfg sq_cfg; in nicvf_snd_queue_config() local895 memset(&sq_cfg, 0, sizeof(struct sq_cfg)); in nicvf_snd_queue_config()896 sq_cfg.ena = 1; in nicvf_snd_queue_config()897 sq_cfg.reset = 0; in nicvf_snd_queue_config()898 sq_cfg.ldwb = 0; in nicvf_snd_queue_config()899 sq_cfg.qsize = ilog2(qs->sq_len >> 10); in nicvf_snd_queue_config()900 sq_cfg.tstmp_bgx_intf = 0; in nicvf_snd_queue_config()904 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()905 nicvf_queue_reg_write(nic, NIC_QSET_SQ_0_7_CFG, qidx, *(u64 *)&sq_cfg); in nicvf_snd_queue_config()1164 u64 sq_cfg; in nicvf_sq_enable() local[all …]
617 struct sq_cfg { struct