Searched refs:req_param (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dverbs.c374 enum ib_qp_attr_mask req_param[IB_QPT_RAW_PACKET + 1]; member in struct:__anon10904
381 .req_param = {
428 .req_param = {
470 .req_param = {
645 enum ib_qp_attr_mask req_param, opt_param; local
659 req_param = qp_state_table[cur_state][next_state].req_param[type];
662 if ((mask & req_param) != req_param)
665 if (mask & ~(req_param | opt_para
[all...]
/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c3579 struct sctp_stream_reset_request *req_param; local
3589 req_param = sctp_find_stream_reset(stcb, seq, &chk);
3590 if (req_param != NULL) {
3592 type = ntohs(req_param->ph.param_type);
3593 lparm_len = ntohs(req_param->ph.param_length);
3595 req_out_param = (struct sctp_stream_reset_out_request *)req_param;
3609 req_in_param = (struct sctp_stream_reset_in_request *)req_param;

Completed in 119 milliseconds