Searched refs:sq_cfg (Results 1 – 2 of 2) sorted by relevance
864 struct sq_cfg sq_cfg; in nicvf_snd_queue_config() local893 memset(&sq_cfg, 0, sizeof(struct sq_cfg)); in nicvf_snd_queue_config()894 sq_cfg.ena = 1; in nicvf_snd_queue_config()895 sq_cfg.reset = 0; in nicvf_snd_queue_config()896 sq_cfg.ldwb = 0; in nicvf_snd_queue_config()897 sq_cfg.qsize = ilog2(qs->sq_len >> 10); in nicvf_snd_queue_config()898 sq_cfg.tstmp_bgx_intf = 0; in nicvf_snd_queue_config()902 sq_cfg.cq_limit = (CMP_QUEUE_PIPELINE_RSVD * 256) / qs->cq_len; in nicvf_snd_queue_config()903 nicvf_queue_reg_write(nic, NIC_QSET_SQ_0_7_CFG, qidx, *(u64 *)&sq_cfg); in nicvf_snd_queue_config()1162 u64 sq_cfg; in nicvf_sq_enable() local[all …]
614 struct sq_cfg { struct