Searched refs:req_pl (Results 1 – 1 of 1) sorted by relevance
479 } __packed * req_pl; in ep11_query_info() local498 req_pl = (struct ep11_info_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_query_info()499 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info()500 req_pl->query_type_tag = 0x04; in ep11_query_info()501 req_pl->query_type_len = sizeof(u32); in ep11_query_info()502 req_pl->query_type = query_type; in ep11_query_info()503 req_pl->query_subtype_tag = 0x04; in ep11_query_info()504 req_pl->query_subtype_len = sizeof(u32); in ep11_query_info()519 req, sizeof(*req) + sizeof(*req_pl), in ep11_query_info()690 } __packed * req_pl; in ep11_genaeskey() local[all …]