Searched refs:flow_create_rqst (Results 1 – 6 of 6) sorted by relevance
7602 tx_flowring_create_request_t *flow_create_rqst; in dhd_prot_flow_ring_create() local7625 flow_create_rqst = (tx_flowring_create_request_t *) in dhd_prot_flow_ring_create()7628 if (flow_create_rqst == NULL) { in dhd_prot_flow_ring_create()7642 flow_create_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_CREATE; in dhd_prot_flow_ring_create()7643 flow_create_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex; in dhd_prot_flow_ring_create()7644 flow_create_rqst->msg.request_id = htol32(0); /* TBD */ in dhd_prot_flow_ring_create()7645 flow_create_rqst->msg.flags = ctrl_ring->current_phase; in dhd_prot_flow_ring_create()7647 flow_create_rqst->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO; in dhd_prot_flow_ring_create()7651 flow_create_rqst->tid = flow_ring_node->flow_info.tid; in dhd_prot_flow_ring_create()7652 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid); in dhd_prot_flow_ring_create()[all …]
9321 tx_flowring_create_request_t *flow_create_rqst; local9340 flow_create_rqst = (tx_flowring_create_request_t *)9343 if (flow_create_rqst == NULL) {9354 flow_create_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_CREATE;9355 flow_create_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;9356 flow_create_rqst->msg.request_id = htol32(0); /* TBD */9357 flow_create_rqst->msg.flags = ctrl_ring->current_phase;9359 flow_create_rqst->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;9363 flow_create_rqst->tid = flow_ring_node->flow_info.tid;9364 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);[all …]
9323 tx_flowring_create_request_t *flow_create_rqst; local9342 flow_create_rqst = (tx_flowring_create_request_t *)9345 if (flow_create_rqst == NULL) {9356 flow_create_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_CREATE;9357 flow_create_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;9358 flow_create_rqst->msg.request_id = htol32(0); /* TBD */9359 flow_create_rqst->msg.flags = ctrl_ring->current_phase;9361 flow_create_rqst->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;9365 flow_create_rqst->tid = flow_ring_node->flow_info.tid;9366 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);[all …]
12340 tx_flowring_create_request_t *flow_create_rqst; local12363 flow_create_rqst = (tx_flowring_create_request_t *)12366 if (flow_create_rqst == NULL) {12380 flow_create_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_CREATE;12381 flow_create_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;12382 flow_create_rqst->msg.request_id = htol32(0); /* TBD */12383 flow_create_rqst->msg.flags = ctrl_ring->current_phase;12385 flow_create_rqst->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;12389 flow_create_rqst->tid = flow_ring_node->flow_info.tid;12390 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);[all …]
12344 tx_flowring_create_request_t *flow_create_rqst; local12367 flow_create_rqst = (tx_flowring_create_request_t *)12370 if (flow_create_rqst == NULL) {12384 flow_create_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_CREATE;12385 flow_create_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;12386 flow_create_rqst->msg.request_id = htol32(0); /* TBD */12387 flow_create_rqst->msg.flags = ctrl_ring->current_phase;12389 flow_create_rqst->msg.epoch = ctrl_ring->seqnum % H2D_EPOCH_MODULO;12393 flow_create_rqst->tid = flow_ring_node->flow_info.tid;12394 flow_create_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);[all …]