Lines Matching refs:this
593 struct list_head *this, *next;
596 list_for_each_safe(this, next, &dp83640->rxts) {
597 rxts = list_entry(this, struct rxts, list);
625 struct list_head *this;
642 list_for_each(this, &clock->phylist) {
643 tmp = list_entry(this, struct dp83640_private, list);
661 list_for_each(this, &clock->phylist) {
662 tmp = list_entry(this, struct dp83640_private, list);
703 list_for_each(this, &clock->phylist) {
704 tmp = list_entry(this, struct dp83640_private, list);
724 list_for_each(this, &clock->phylist) {
725 tmp = list_entry(this, struct dp83640_private, list);
892 /* We must already have the skb that triggered this. */
981 struct list_head *this, *next;
985 list_for_each_safe(this, next, &phyter_clocks) {
986 clock = list_entry(this, struct dp83640_clock, list);
1028 * Get a reference to this bus instance.
1054 * If there is no clock for this bus, then create it first.
1059 struct list_head *this;
1063 list_for_each(this, &phyter_clocks) {
1064 tmp = list_entry(this, struct dp83640_clock, list);
1316 struct list_head *this, *next;
1335 list_for_each_safe(this, next, &dp83640->rxts) {
1336 rxts = list_entry(this, struct rxts, list);
1476 struct list_head *this, *next;
1496 list_for_each_safe(this, next, &clock->phylist) {
1497 tmp = list_entry(this, struct dp83640_private, list);