Home
last modified time | relevance | path

Searched refs:ringtype (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_proto.h141 extern bool dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype);
142 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
H A Ddhd_msgbuf.c5557 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5582 if (ringtype == DHD_HP2P_RING && prot->d2hring_hp2p_rxcpl)
5837 dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5845 if (ringtype == DHD_HP2P_RING && dhd->prot->d2hring_hp2p_txcpl)
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_proto.h141 extern bool dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype);
142 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
H A Ddhd_msgbuf.c5557 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5582 if (ringtype == DHD_HP2P_RING && prot->d2hring_hp2p_rxcpl)
5837 dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5845 if (ringtype == DHD_HP2P_RING && dhd->prot->d2hring_hp2p_txcpl)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_proto.h141 extern bool dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype);
142 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
H A Ddhd_msgbuf.c5557 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5582 if (ringtype == DHD_HP2P_RING && prot->d2hring_hp2p_rxcpl)
5837 dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype) argument
5845 if (ringtype == DHD_HP2P_RING && dhd->prot->d2hring_hp2p_txcpl)
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_proto.h151 extern bool dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype);
152 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
H A Ddhd_msgbuf.c6600 BCMFASTPATH(dhd_prot_process_msgbuf_rxcpl)(dhd_pub_t *dhd, uint bound, int ringtype) in BCMFASTPATH()
6641 if (ringtype == DHD_HP2P_RING && prot->d2hring_hp2p_rxcpl) in BCMFASTPATH()
6945 BCMFASTPATH(dhd_prot_process_msgbuf_txcpl)(dhd_pub_t *dhd, uint bound, int ringtype) in BCMFASTPATH()
6953 if (ringtype == DHD_HP2P_RING && dhd->prot->d2hring_hp2p_txcpl) in BCMFASTPATH()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_proto.h155 extern bool dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype);
156 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
H A Ddhd_msgbuf.c6596 BCMFASTPATH(dhd_prot_process_msgbuf_rxcpl)(dhd_pub_t *dhd, uint bound, int ringtype) in BCMFASTPATH()
6637 if (ringtype == DHD_HP2P_RING && prot->d2hring_hp2p_rxcpl) in BCMFASTPATH()
6941 BCMFASTPATH(dhd_prot_process_msgbuf_txcpl)(dhd_pub_t *dhd, uint bound, int ringtype) in BCMFASTPATH()
6949 if (ringtype == DHD_HP2P_RING && dhd->prot->d2hring_hp2p_txcpl) in BCMFASTPATH()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c438 u32 ringtype) in ath11k_dp_rxdma_ring_buf_setup() argument
444 ath11k_hal_srng_get_entrysize(ar->ab, ringtype); in ath11k_dp_rxdma_ring_buf_setup()