Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbridge.c261 bridge_link_t *blcmp; in link_sdu_fail() local
283 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in link_sdu_fail()
284 blcmp = list_next(&bip->bi_links, blcmp)) { in link_sdu_fail()
285 if (blp != blcmp && in link_sdu_fail()
286 !(blcmp->bl_flags & (BLF_DELETED|BLF_SDUFAIL)) && in link_sdu_fail()
287 blcmp->bl_linkstate != LINK_STATE_DOWN) in link_sdu_fail()
290 if (blcmp == NULL) { in link_sdu_fail()
2713 bridge_link_t *blcmp; in bridge_ls_cb() local
2730 for (blcmp = list_head(&bip->bi_links); blcmp != NULL; in bridge_ls_cb()
2731 blcmp = list_next(&bip->bi_links, blcmp)) { in bridge_ls_cb()
[all …]