Home
last modified time | relevance | path

Searched refs:req_out (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/vxge/vxgehal/
HDvxgehal-blockpool.c91 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() local
449 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()
HDvxgehal-blockpool.h82 u32 req_out; member
/NextBSD/sys/netinet/
HDsctp_output.c11552 struct sctp_stream_reset_out_request *req_out; in sctp_add_stream_reset_out() local
11560 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()
HDsctp_input.c4217 struct sctp_stream_reset_out_request *req_out; in sctp_handle_stream_reset() local
4222 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()