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()1162 u64 sq_cfg; in nicvf_sq_enable() local1165 sq_cfg |= NICVF_SQ_EN; in nicvf_sq_enable()1173 u64 sq_cfg; in nicvf_sq_disable() local[all …]
614 struct sq_cfg { struct