Searched refs:req_pl (Results 1 – 1 of 1) sorted by relevance
596 } __packed * req_pl; in ep11_query_info() local615 req_pl = (struct ep11_info_req_pl *)(((u8 *)req) + sizeof(*req)); in ep11_query_info()616 prep_head(&req_pl->head, sizeof(*req_pl), api, 38); /* get xcp info */ in ep11_query_info()617 req_pl->query_type_tag = 0x04; in ep11_query_info()618 req_pl->query_type_len = sizeof(u32); in ep11_query_info()619 req_pl->query_type = query_type; in ep11_query_info()620 req_pl->query_subtype_tag = 0x04; in ep11_query_info()621 req_pl->query_subtype_len = sizeof(u32); in ep11_query_info()636 req, sizeof(*req) + sizeof(*req_pl), in ep11_query_info()812 } __packed * req_pl; in _ep11_genaeskey() local[all …]