Home
last modified time | relevance | path

Searched refs:h2dring_btlog_subn (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c726 msgbuf_ring_t *h2dring_btlog_subn; /* H2D btlog submission ring */ member
4419 if (prot->h2dring_btlog_subn) { in dhd_prot_reset()
4420 dhd_prot_ring_reset(dhd, prot->h2dring_btlog_subn); in dhd_prot_reset()
4801 if (prot->h2dring_btlog_subn && prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4805 if (prot->h2dring_btlog_subn == NULL) { in dhd_check_create_btlog_rings()
4806 prot->h2dring_btlog_subn = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
4808 if (prot->h2dring_btlog_subn == NULL) { in dhd_check_create_btlog_rings()
4815 ret = dhd_prot_ring_attach(dhd, prot->h2dring_btlog_subn, "h2dbtlog", in dhd_check_create_btlog_rings()
4848 dhd_prot_ring_detach(dhd, prot->h2dring_btlog_subn); in dhd_check_create_btlog_rings()
4855 MFREE(prot->osh, prot->h2dring_btlog_subn, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c730 msgbuf_ring_t *h2dring_btlog_subn; /* H2D btlog submission ring */ member
4423 if (prot->h2dring_btlog_subn) { in dhd_prot_reset()
4424 dhd_prot_ring_reset(dhd, prot->h2dring_btlog_subn); in dhd_prot_reset()
4805 if (prot->h2dring_btlog_subn && prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4809 if (prot->h2dring_btlog_subn == NULL) { in dhd_check_create_btlog_rings()
4810 prot->h2dring_btlog_subn = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
4812 if (prot->h2dring_btlog_subn == NULL) { in dhd_check_create_btlog_rings()
4819 ret = dhd_prot_ring_attach(dhd, prot->h2dring_btlog_subn, "h2dbtlog", in dhd_check_create_btlog_rings()
4852 dhd_prot_ring_detach(dhd, prot->h2dring_btlog_subn); in dhd_check_create_btlog_rings()
4859 MFREE(prot->osh, prot->h2dring_btlog_subn, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
[all …]