Searched refs:check_one_card (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-failover.c | 230 #define check_one_card(qts, present, id, mac) \ macro 324 check_one_card(qts, true, "standby0", MAC_STANDBY0); in test_on() 325 check_one_card(qts, false, "primary0", MAC_PRIMARY0); in test_on() 344 check_one_card(qts, true, "standby0", MAC_STANDBY0); in test_on_mismatch() 345 check_one_card(qts, true, "primary0", MAC_PRIMARY0); in test_on_mismatch() 349 check_one_card(qts, true, "standby0", MAC_STANDBY0); in test_on_mismatch() 350 check_one_card(qts, true, "primary0", MAC_PRIMARY0); in test_on_mismatch() 370 check_one_card(qts, true, "standby0", MAC_STANDBY0); in test_off() 371 check_one_card(qts, true, "primary0", MAC_PRIMARY0); in test_off() 375 check_one_card(qts, true, "standby0", MAC_STANDBY0); in test_off() [all …]
|