Searched refs:req_hdr (Results 1 – 4 of 4) sorted by relevance
174 blocking_pipe_header req_hdr; in queue_blocking_request() local176 req_hdr.octets = sizeof(req_hdr) + reqsize; in queue_blocking_request()177 req_hdr.magic_sig = BLOCKING_REQ_MAGIC; in queue_blocking_request()178 req_hdr.rtype = rtype; in queue_blocking_request()179 req_hdr.done_func = done_func; in queue_blocking_request()180 req_hdr.context = context; in queue_blocking_request()209 req_hdr.child_idx = child_slot; in queue_blocking_request()211 return send_blocking_req_internal(c, &req_hdr, req); in queue_blocking_request()
407 struct fw_comn_req_hdr *req_hdr = &req->comn_hdr; in qat_hw17_init_comn_req_hdr() local409 req_hdr->service_cmd_id = desc->qcd_cmd_id; in qat_hw17_init_comn_req_hdr()410 req_hdr->hdr_flags = FW_COMN_VALID; in qat_hw17_init_comn_req_hdr()411 req_hdr->service_type = FW_COMN_REQ_CPM_FW_LA; in qat_hw17_init_comn_req_hdr()412 req_hdr->comn_req_flags = FW_COMN_FLAGS_BUILD( in qat_hw17_init_comn_req_hdr()414 req_hdr->serv_specif_flags = 0; in qat_hw17_init_comn_req_hdr()426 struct fw_comn_req_hdr *req_hdr; in qat_hw17_crypto_setup_desc() local433 req_hdr = &req_tmpl->comn_hdr; in qat_hw17_crypto_setup_desc()455 req_hdr->serv_specif_flags |= FW_LA_RET_AUTH_RES; in qat_hw17_crypto_setup_desc()
282 struct nlmsghdr *req_hdr; in nl_sendreq() local288 req_hdr = (struct nlmsghdr *)reqbuf; in nl_sendreq()289 req_msg = (struct rtgenmsg *)NLMSG_DATA(req_hdr); in nl_sendreq()290 req_hdr->nlmsg_len = NLMSG_LENGTH(sizeof(*req_msg)); in nl_sendreq()291 req_hdr->nlmsg_type = request; in nl_sendreq()292 req_hdr->nlmsg_flags = flags | NLM_F_REQUEST; in nl_sendreq()293 req_hdr->nlmsg_pid = 0; in nl_sendreq()294 req_hdr->nlmsg_seq = t; in nl_sendreq()298 return (sendto(sd, (void *)req_hdr, req_hdr->nlmsg_len, 0, in nl_sendreq()
110 static const char req_hdr[] = in OCSP_REQ_CTX_i2d() local114 if (BIO_printf(rctx->mem, req_hdr, reqlen) <= 0) in OCSP_REQ_CTX_i2d()