Searched refs:qcfg (Results 1 – 5 of 5) sorted by relevance
54 ioat->qcfg = *qconf; in ioat_vchan_setup()59 ioat->qcfg.nb_desc = max_desc; in ioat_vchan_setup()84 for (i = 0; i < ioat->qcfg.nb_desc; i++) { in ioat_vchan_setup()86 (((i + 1) % ioat->qcfg.nb_desc) * DESC_SZ); in ioat_vchan_setup()97 uint16_t mask = ioat->qcfg.nb_desc - 1; in __ioat_recover()138 if (ioat->qcfg.nb_desc == 0 || ioat->desc_ring == NULL) in ioat_dev_start()251 const unsigned short mask = ioat->qcfg.nb_desc - 1; in __write_desc()312 uint64_t mask = (ioat->qcfg.nb_desc - 1); in __dev_dump()524 unsigned short size = ioat->qcfg.nb_desc - 1; in ioat_burst_capacity()565 const uint16_t mask = ioat->qcfg.nb_desc - 1; in ioat_vchan_status()[all …]
12 struct rte_dma_vchan_conf qcfg; member
184 queue_reset(struct pmd_core_cfg *cfg, struct queue_list_entry *qcfg) in queue_reset() argument186 const bool is_ready_to_sleep = qcfg->n_sleeps == cfg->sleep_target; in queue_reset()189 qcfg->n_empty_polls = 0; in queue_reset()191 qcfg->n_sleeps = 0; in queue_reset()203 queue_can_sleep(struct pmd_core_cfg *cfg, struct queue_list_entry *qcfg) in queue_can_sleep() argument206 qcfg->n_empty_polls++; in queue_can_sleep()209 if (qcfg->n_empty_polls <= EMPTYPOLL_MAX) in queue_can_sleep()216 if (qcfg->n_sleeps == cfg->sleep_target) in queue_can_sleep()220 qcfg->n_sleeps = cfg->sleep_target; in queue_can_sleep()
70 struct rte_dma_vchan_conf qcfg; member
412 idxd->qcfg.nb_desc); in idxd_dump()513 idxd->qcfg = *qconf; in idxd_vchan_setup()519 idxd->qcfg.nb_desc = max_desc; in idxd_vchan_setup()