H A D | hermon_fm.h | 217 #define TEST_DECLARE(tst) hermon_test_t *tst; argument 218 #define REGISTER_PIO_TEST(st, tst) \ argument 219 tst = hermon_test_register(st, __FILE__, __LINE__, HCA_TEST_PIO) 220 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, tst) argument 221 #define PIO_END(st, hdl, cnt, tst) hermon_PIO_end(st, hdl, &cnt, tst) argument 223 #define TEST_DECLARE(tst) argument 224 #define REGISTER_PIO_TEST(st, tst) argument 225 PIO_START(st,hdl,tst) global() argument 226 PIO_END(st,hdl,cnt,tst) global() argument 232 hermon_pio_init(cnt,status,tst) global() argument 241 hermon_pio_start(st,hdl,label,cnt,status,tst) global() argument 266 hermon_pio_end(st,hdl,label,cnt,status,tst) global() argument [all...] |