Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Drpc.h156 lst_sid_t str_sid; /* session id */ member
162 lst_sid_t str_sid; member
Dframework.c366 reply->str_sid = !sn ? LST_INVALID_SID : sn->sn_id; in sfw_get_stats()
368 if (request->str_sid.ses_nid == LNET_NID_ANY) { in sfw_get_stats()
373 if (!sn || !sfw_sid_equal(request->str_sid, sn->sn_id)) { in sfw_get_stats()
1427 sfw_unpack_sid(req->str_sid); in sfw_unpack_message()
1435 sfw_unpack_sid(rep->str_sid); in sfw_unpack_message()
Dconrpc.c692 srq->str_sid = console_session.ses_id; in lstcon_statrpc_prep()