Lines Matching refs:index
130 unsigned int index;
163 /* Track the largest switch index within a tree */
258 unsigned int index;
375 * Parent switch tree, and switch index.
378 unsigned int index;
497 if (dp->ds == ds && dp->index == p)
595 mask |= BIT(dp->index);
606 mask |= BIT(cpu_dp->index);
618 if (dl->dp->ds == ds && dl->link_dp->ds->index == device)
619 return dl->dp->index;
628 if (device == ds->index)
643 return dsa_towards_port(ds, cpu_dp->ds->index, cpu_dp->index);
667 return dsa_upstream_port(ds, dp->index);
685 routing_port = dsa_routing_port(downstream_ds, upstream_ds->index);
1296 return port->index;