Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm.c1018 uint16_t *contig_id, int *contig_cnt, in nix_tm_assign_hw_id() argument
1036 spare_schq = *contig_id + parent->rr_prio; in nix_tm_assign_hw_id()
1076 schq = *contig_id + child->priority; in nix_tm_assign_hw_id()
1099 uint16_t contig_id, j; in nix_tm_assign_resources() local
1129 contig_id = NIX_TM_MAX_HW_TXSCHQ; in nix_tm_assign_resources()
1137 contig_id = pos + bitmap_ctzll(slab); in nix_tm_assign_resources()
1140 for (j = contig_id; j < contig_id + cnt; j++) { in nix_tm_assign_resources()
1145 if (j != contig_id + cnt) { in nix_tm_assign_resources()
1150 for (j = contig_id; j < contig_id + cnt; j++) in nix_tm_assign_resources()
1155 rc = nix_tm_assign_hw_id(nix, parent, &contig_id, &cnt, in nix_tm_assign_resources()