Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpnet.c106 static unsigned long *xpnet_broadcast_partitions; variable
274 __set_bit(partid, xpnet_broadcast_partitions); in xpnet_connection_activity()
285 __clear_bit(partid, xpnet_broadcast_partitions); in xpnet_connection_activity()
288 if (bitmap_empty(xpnet_broadcast_partitions, in xpnet_connection_activity()
466 for_each_set_bit(dest_partid, xpnet_broadcast_partitions, in xpnet_dev_hard_start_xmit()
478 test_bit(dest_partid, xpnet_broadcast_partitions) != 0) { in xpnet_dev_hard_start_xmit()
525 xpnet_broadcast_partitions = bitmap_zalloc(xp_max_npartitions, in xpnet_init()
527 if (xpnet_broadcast_partitions == NULL) in xpnet_init()
537 bitmap_free(xpnet_broadcast_partitions); in xpnet_init()
576 bitmap_free(xpnet_broadcast_partitions); in xpnet_init()
[all …]