Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c727 msgbuf_ring_t *d2hring_btlog_cpln; /* D2H btlog completion ring */ member
4423 if (prot->d2hring_btlog_cpln) { in dhd_prot_reset()
4424 dhd_prot_ring_reset(dhd, prot->d2hring_btlog_cpln); in dhd_prot_reset()
4796 if (prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4798 prot->d2hring_btlog_cpln->inited = FALSE; in dhd_check_create_btlog_rings()
4801 if (prot->h2dring_btlog_subn && prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4825 if (prot->d2hring_btlog_cpln == NULL) { in dhd_check_create_btlog_rings()
4826 prot->d2hring_btlog_cpln = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
4828 if (prot->d2hring_btlog_cpln == NULL) { in dhd_check_create_btlog_rings()
4842 ret = dhd_prot_ring_attach(dhd, prot->d2hring_btlog_cpln, "d2hbtlog", in dhd_check_create_btlog_rings()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c731 msgbuf_ring_t *d2hring_btlog_cpln; /* D2H btlog completion ring */ member
4427 if (prot->d2hring_btlog_cpln) { in dhd_prot_reset()
4428 dhd_prot_ring_reset(dhd, prot->d2hring_btlog_cpln); in dhd_prot_reset()
4800 if (prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4802 prot->d2hring_btlog_cpln->inited = FALSE; in dhd_check_create_btlog_rings()
4805 if (prot->h2dring_btlog_subn && prot->d2hring_btlog_cpln) { in dhd_check_create_btlog_rings()
4829 if (prot->d2hring_btlog_cpln == NULL) { in dhd_check_create_btlog_rings()
4830 prot->d2hring_btlog_cpln = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_btlog_rings()
4832 if (prot->d2hring_btlog_cpln == NULL) { in dhd_check_create_btlog_rings()
4846 ret = dhd_prot_ring_attach(dhd, prot->d2hring_btlog_cpln, "d2hbtlog", in dhd_check_create_btlog_rings()
[all …]