Searched refs:tsi_ops (Results 1 – 2 of 2) sorted by relevance
570 tsi->tsi_ops = tsc->tsc_cli_ops; in sfw_load_test()618 tsi->tsi_ops->tso_fini(tsi); in sfw_destroy_test_instance()811 rc = tsi->tsi_ops->tso_init(tsi); in sfw_add_test_instance()873 tsi->tsi_ops->tso_done_rpc(tsu, rpc); in sfw_test_rpc_done()954 if (tsi->tsi_ops->tso_prep_rpc(tsu, tsu->tsu_dest, &rpc) != 0) { in sfw_run_test()
366 sfw_test_client_ops_t *tsi_ops; /* test client operations */ member