Home
last modified time | relevance | path

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

/drivers/staging/lustre/lnet/selftest/
Drpc.h160 lst_sid_t str_sid; /* session id */ member
166 lst_sid_t str_sid; member
Dframework.c378 reply->str_sid = (sn == NULL) ? LST_INVALID_SID : sn->sn_id; in sfw_get_stats()
380 if (request->str_sid.ses_nid == LNET_NID_ANY) { in sfw_get_stats()
385 if (sn == NULL || !sfw_sid_equal(request->str_sid, sn->sn_id)) { in sfw_get_stats()
1436 sfw_unpack_sid(req->str_sid); in sfw_unpack_message()
1444 sfw_unpack_sid(rep->str_sid); in sfw_unpack_message()
Dconrpc.c700 srq->str_sid = console_session.ses_id; in lstcon_statrpc_prep()