Home
last modified time | relevance | path

Searched refs:dhd_prot_process_msgbuf_rxcpl (Results 1 – 12 of 12) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_proto.h129 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound);
Ddhd_pcie.c6430 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound); in dhdpci_bus_read_frames()
Ddhd_msgbuf.c4196 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_rxcpl() function
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_proto.h133 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
Ddhd_pcie.c8344 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_HP2P_RING); in dhdpci_bus_read_frames()
8346 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_REGULAR_RING); in dhdpci_bus_read_frames()
Ddhd_msgbuf.c5520 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype) in dhd_prot_process_msgbuf_rxcpl() function
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_proto.h139 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound,
Ddhd_pcie.c8507 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_HP2P_RING); in dhdpci_bus_read_frames()
8510 dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_REGULAR_RING); in dhdpci_bus_read_frames()
Ddhd_msgbuf.c5636 bool BCMFASTPATH dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, in dhd_prot_process_msgbuf_rxcpl() function
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_proto.h152 extern bool dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype);
Ddhd_msgbuf.c6599 BCMFASTPATH(dhd_prot_process_msgbuf_rxcpl)(dhd_pub_t *dhd, uint bound, int ringtype) argument
6632 if (dhdpcie_runtime_bus_wake(dhd, FALSE, dhd_prot_process_msgbuf_rxcpl)) {
Ddhd_pcie.c13141 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_HP2P_RING);
13143 more |= dhd_prot_process_msgbuf_rxcpl(bus->dhd, dhd_rxbound, DHD_REGULAR_RING);