Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dcs/sparc/sun4u/
H A Dri_init.c124 int n_slots; member
1203 devicetable.n_slots = 0; in io_cm_info()
1937 if (table->n_entries == table->n_slots) { in add_lookup_entry()
1938 size = (table->n_slots + USAGE_ALLOC_SIZE) * in add_lookup_entry()
1948 table->n_slots += USAGE_ALLOC_SIZE; in add_lookup_entry()
2075 table->n_slots = 0; in empty_table()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxnf.c1119 int n_slots; in xnf_set_multicast() local
1159 n_slots = tx_slots_get(xnfp, 2, B_TRUE); in xnf_set_multicast()
1160 ASSERT(n_slots >= 2); in xnf_set_multicast()