Searched refs:bmac_list (Results 1 – 1 of 1) sorted by relevance
182 static list_t bmac_list; variable595 for (bmp = list_head(&bmac_list); bmp != NULL; in bmac_alloc()596 bmp = list_next(&bmac_list, bmp)) { in bmac_alloc()633 if (list_is_empty(&bmac_list)) { in bmac_alloc()637 list_insert_tail(&bmac_list, bnew); in bmac_alloc()1471 bmnext = list_head(&bmac_list); in bridge_timer()1473 bmnext = list_next(&bmac_list, bmp); in bridge_timer()1490 list_remove(&bmac_list, bmp); in bridge_timer()1495 if (list_is_empty(&bmac_list)) { in bridge_timer()3352 list_create(&bmac_list, sizeof (bridge_mac_t), in bridge_inst_init()[all …]