Searched refs:fsts_id (Results 1 – 5 of 5) sorted by relevance
30 (s)->id, (s)->data.fsts_id, \65 u32 fsts_id; /* FSTS ID, see spec, 8.4.2.147 member345 td.fsts_id = host_to_le32(s->data.fsts_id); in fst_session_send_tear_down()485 if (le_to_host32(req->stie.fsts_id) != s->data.fsts_id) in fst_session_handle_setup_request()509 s->data.fsts_id = le_to_host32(req->stie.fsts_id); in fst_session_handle_setup_request()571 le_to_host32(res->stie.fsts_id) != s->data.fsts_id) { in fst_session_handle_setup_response()574 le_to_host32(res->stie.fsts_id)); in fst_session_handle_setup_response()645 if (le_to_host32(td->fsts_id) != s->data.fsts_id) { in fst_session_handle_tear_down()648 le_to_host32(td->fsts_id)); in fst_session_handle_tear_down()696 if (le_to_host32(req->fsts_id) != s->data.fsts_id) { in fst_session_handle_ack_request()[all …]
37 u32 fsts_id; member73 u32 fsts_id; member79 u32 fsts_id; member84 u32 fsts_id; member
16 u32 fsts_id; member
268 g->fsts_id++; in fst_group_assign_fsts_id()269 return g->fsts_id; in fst_group_assign_fsts_id()
439 u32 fsts_id = fst_test_req_get_fsts_id( in test_request() local441 if (fsts_id != FST_FSTS_ID_NOT_FOUND) in test_request()442 return os_snprintf(buf, buflen, "%u\n", fsts_id); in test_request()