Searched refs:req_out (Results 1 – 4 of 4) sorted by relevance
91 blockpool->req_out = 0; in __hal_blockpool_create()314 if ((blockpool->pool_size + blockpool->req_out) < in __hal_blockpool_blocks_add()317 blockpool->req_out += nreq; in __hal_blockpool_blocks_add()427 u32 req_out; in vxge_hal_blockpool_block_add() local449 blockpool->req_out--; in vxge_hal_blockpool_block_add()480 blockpool->req_out--; in vxge_hal_blockpool_block_add()522 blockpool->req_out--; in vxge_hal_blockpool_block_add()524 req_out = blockpool->req_out; in vxge_hal_blockpool_block_add()532 if (req_out == 0) in vxge_hal_blockpool_block_add()
82 u32 req_out; member
11552 struct sctp_stream_reset_out_request *req_out; in sctp_add_stream_reset_out() local11560 req_out = (struct sctp_stream_reset_out_request *)((caddr_t)ch + len); in sctp_add_stream_reset_out()11579 req_out->ph.param_type = htons(SCTP_STR_RESET_OUT_REQUEST); in sctp_add_stream_reset_out()11580 req_out->ph.param_length = htons(len); in sctp_add_stream_reset_out()11581 req_out->request_seq = htonl(seq); in sctp_add_stream_reset_out()11582 req_out->response_seq = htonl(resp_seq); in sctp_add_stream_reset_out()11583 req_out->send_reset_at_tsn = htonl(last_sent); in sctp_add_stream_reset_out()11590 req_out->list_of_streams[at] = htons(i); in sctp_add_stream_reset_out()11609 req_out->list_of_streams[number_entries] = 0; in sctp_add_stream_reset_out()
4217 struct sctp_stream_reset_out_request *req_out; in sctp_handle_stream_reset() local4222 req_out = (struct sctp_stream_reset_out_request *)ph; in sctp_handle_stream_reset()4225 seq = ntohl(req_out->response_seq); in sctp_handle_stream_reset()4231 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc); in sctp_handle_stream_reset()