Home
last modified time | relevance | path

Searched refs:d2hring_edl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c470 msgbuf_ring_t *d2hring_edl; /* D2H Enhanced Debug Lane (EDL) ring */ member
3586 if (prot->d2hring_edl) {
3587 dhd_prot_ring_reset(dhd, prot->d2hring_edl);
4101 if (prot->d2hring_edl) {
4102 prot->d2hring_edl->inited = FALSE;
4106 if (prot->d2hring_edl == NULL) {
4107 prot->d2hring_edl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
4109 if (prot->d2hring_edl == NULL) {
4117 ret = dhd_prot_ring_attach(dhd, prot->d2hring_edl, "d2hring_edl",
4129 MFREE(prot->osh, prot->d2hring_edl, sizeof(msgbuf_ring_t));
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c470 msgbuf_ring_t *d2hring_edl; /* D2H Enhanced Debug Lane (EDL) ring */ member
3586 if (prot->d2hring_edl) {
3587 dhd_prot_ring_reset(dhd, prot->d2hring_edl);
4101 if (prot->d2hring_edl) {
4102 prot->d2hring_edl->inited = FALSE;
4106 if (prot->d2hring_edl == NULL) {
4107 prot->d2hring_edl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
4109 if (prot->d2hring_edl == NULL) {
4117 ret = dhd_prot_ring_attach(dhd, prot->d2hring_edl, "d2hring_edl",
4129 MFREE(prot->osh, prot->d2hring_edl, sizeof(msgbuf_ring_t));
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c470 msgbuf_ring_t *d2hring_edl; /* D2H Enhanced Debug Lane (EDL) ring */ member
3586 if (prot->d2hring_edl) {
3587 dhd_prot_ring_reset(dhd, prot->d2hring_edl);
4101 if (prot->d2hring_edl) {
4102 prot->d2hring_edl->inited = FALSE;
4106 if (prot->d2hring_edl == NULL) {
4107 prot->d2hring_edl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
4109 if (prot->d2hring_edl == NULL) {
4117 ret = dhd_prot_ring_attach(dhd, prot->d2hring_edl, "d2hring_edl",
4129 MFREE(prot->osh, prot->d2hring_edl, sizeof(msgbuf_ring_t));
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c624 msgbuf_ring_t *d2hring_edl; /* D2H Enhanced Debug Lane (EDL) ring */ member
4354 if (prot->d2hring_edl) { in dhd_prot_reset()
4355 dhd_prot_ring_reset(dhd, prot->d2hring_edl); in dhd_prot_reset()
4940 if (prot->d2hring_edl) { in dhd_check_create_edl_rings()
4941 prot->d2hring_edl->inited = FALSE; in dhd_check_create_edl_rings()
4945 if (prot->d2hring_edl == NULL) { in dhd_check_create_edl_rings()
4946 prot->d2hring_edl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_edl_rings()
4948 if (prot->d2hring_edl == NULL) { in dhd_check_create_edl_rings()
4956 ret = dhd_prot_ring_attach(dhd, prot->d2hring_edl, "d2hring_edl", in dhd_check_create_edl_rings()
4968 MFREE(prot->osh, prot->d2hring_edl, sizeof(msgbuf_ring_t)); in dhd_check_create_edl_rings()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c628 msgbuf_ring_t *d2hring_edl; /* D2H Enhanced Debug Lane (EDL) ring */ member
4358 if (prot->d2hring_edl) { in dhd_prot_reset()
4359 dhd_prot_ring_reset(dhd, prot->d2hring_edl); in dhd_prot_reset()
4944 if (prot->d2hring_edl) { in dhd_check_create_edl_rings()
4945 prot->d2hring_edl->inited = FALSE; in dhd_check_create_edl_rings()
4949 if (prot->d2hring_edl == NULL) { in dhd_check_create_edl_rings()
4950 prot->d2hring_edl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_edl_rings()
4952 if (prot->d2hring_edl == NULL) { in dhd_check_create_edl_rings()
4960 ret = dhd_prot_ring_attach(dhd, prot->d2hring_edl, "d2hring_edl", in dhd_check_create_edl_rings()
4972 MFREE(prot->osh, prot->d2hring_edl, sizeof(msgbuf_ring_t)); in dhd_check_create_edl_rings()
[all …]