Home
last modified time | relevance | path

Searched refs:flow_flush_rqst (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c7996 tx_flowring_flush_request_t *flow_flush_rqst; in dhd_prot_flow_ring_flush() local
8010 flow_flush_rqst = (tx_flowring_flush_request_t *) in dhd_prot_flow_ring_flush()
8012 if (flow_flush_rqst == NULL) { in dhd_prot_flow_ring_flush()
8022 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH; in dhd_prot_flow_ring_flush()
8023 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex; in dhd_prot_flow_ring_flush()
8024 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */ in dhd_prot_flow_ring_flush()
8025 flow_flush_rqst->msg.flags = ring->current_phase; in dhd_prot_flow_ring_flush()
8026 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO; in dhd_prot_flow_ring_flush()
8029 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid); in dhd_prot_flow_ring_flush()
8030 flow_flush_rqst->reason = htol16(BCME_OK); in dhd_prot_flow_ring_flush()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c9804 tx_flowring_flush_request_t *flow_flush_rqst; local
9813 flow_flush_rqst = (tx_flowring_flush_request_t *)
9815 if (flow_flush_rqst == NULL) {
9822 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH;
9823 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;
9824 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */
9825 flow_flush_rqst->msg.flags = ring->current_phase;
9826 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
9829 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9830 flow_flush_rqst->reason = htol16(BCME_OK);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c9806 tx_flowring_flush_request_t *flow_flush_rqst; local
9815 flow_flush_rqst = (tx_flowring_flush_request_t *)
9817 if (flow_flush_rqst == NULL) {
9824 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH;
9825 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;
9826 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */
9827 flow_flush_rqst->msg.flags = ring->current_phase;
9828 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
9831 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9832 flow_flush_rqst->reason = htol16(BCME_OK);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c9804 tx_flowring_flush_request_t *flow_flush_rqst; local
9813 flow_flush_rqst = (tx_flowring_flush_request_t *)
9815 if (flow_flush_rqst == NULL) {
9822 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH;
9823 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;
9824 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */
9825 flow_flush_rqst->msg.flags = ring->current_phase;
9826 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
9829 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
9830 flow_flush_rqst->reason = htol16(BCME_OK);
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c12936 tx_flowring_flush_request_t *flow_flush_rqst; local
12950 flow_flush_rqst = (tx_flowring_flush_request_t *)
12952 if (flow_flush_rqst == NULL) {
12962 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH;
12963 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;
12964 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */
12965 flow_flush_rqst->msg.flags = ring->current_phase;
12966 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
12969 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
12970 flow_flush_rqst->reason = htol16(BCME_OK);
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c12940 tx_flowring_flush_request_t *flow_flush_rqst; local
12954 flow_flush_rqst = (tx_flowring_flush_request_t *)
12956 if (flow_flush_rqst == NULL) {
12966 flow_flush_rqst->msg.msg_type = MSG_TYPE_FLOW_RING_FLUSH;
12967 flow_flush_rqst->msg.if_id = (uint8)flow_ring_node->flow_info.ifindex;
12968 flow_flush_rqst->msg.request_id = htol32(0); /* TBD */
12969 flow_flush_rqst->msg.flags = ring->current_phase;
12970 flow_flush_rqst->msg.epoch = ring->seqnum % H2D_EPOCH_MODULO;
12973 flow_flush_rqst->flow_ring_id = htol16((uint16)flow_ring_node->flowid);
12974 flow_flush_rqst->reason = htol16(BCME_OK);
[all …]