Home
last modified time | relevance | path

Searched refs:flow_queue (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_flowring.h90 struct flow_queue;
93 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
101 typedef struct flow_queue { struct
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_flowring.h103 struct flow_queue;
106 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
114 typedef struct flow_queue { struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_flowring.h103 struct flow_queue;
106 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
114 typedef struct flow_queue { struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_flowring.h103 struct flow_queue;
106 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
114 typedef struct flow_queue { struct
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_flowring.h144 struct flow_queue;
147 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
155 typedef struct flow_queue { struct
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_flowring.h144 struct flow_queue;
147 typedef int (*flow_queue_cb_t)(struct flow_queue * queue, void * pkt);
155 typedef struct flow_queue { struct
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.c689 _tid_rdma_flush_wait(qp, &priv->rcd->flow_queue); in hfi1_tid_rdma_flush_wait()
788 if (kernel_tid_waiters(rcd, &rcd->flow_queue, qp)) in hfi1_kern_setup_hw_flow()
802 dequeue_tid_waiter(rcd, &rcd->flow_queue, qp); in hfi1_kern_setup_hw_flow()
804 fqp = first_qp(rcd, &rcd->flow_queue); in hfi1_kern_setup_hw_flow()
810 queue_qp_for_tid_wait(rcd, &rcd->flow_queue, qp); in hfi1_kern_setup_hw_flow()
832 fqp = first_qp(rcd, &rcd->flow_queue); in hfi1_kern_clear_hw_flow()
3525 &rcd->flow_queue); in hfi1_tid_write_alloc_resources()
H A Dinit.c383 INIT_LIST_HEAD(&rcd->flow_queue.queue_head); in hfi1_create_ctxtdata()
H A Dhfi.h314 struct tid_queue flow_queue; member