Lines Matching refs:d2hring_edl

624 	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()
4969 prot->d2hring_edl = NULL; in dhd_check_create_edl_rings()
4986 if ((prot->d2hring_edl->inited) || (prot->d2hring_edl->create_pending)) { in dhd_prot_init_edl_rings()
4991 DHD_ERROR(("trying to send create d2h edl ring: idx %d\n", prot->d2hring_edl->idx)); in dhd_prot_init_edl_rings()
4992 ret = dhd_send_d2h_ringcreate(dhd, prot->d2hring_edl, in dhd_prot_init_edl_rings()
4997 prot->d2hring_edl->seqnum = D2H_EPOCH_INIT_VAL; in dhd_prot_init_edl_rings()
4998 prot->d2hring_edl->current_phase = BCMPCIE_CMNHDR_PHASE_BIT_INIT; in dhd_prot_init_edl_rings()
5006 if (dhd->prot->d2hring_edl) { in dhd_prot_detach_edl_rings()
5007 dhd_prot_ring_detach(dhd, dhd->prot->d2hring_edl); in dhd_prot_detach_edl_rings()
5008 MFREE(dhd->prot->osh, dhd->prot->d2hring_edl, sizeof(msgbuf_ring_t)); in dhd_prot_detach_edl_rings()
5009 dhd->prot->d2hring_edl = NULL; in dhd_prot_detach_edl_rings()
6276 msgbuf_ring_t *ring = prot->d2hring_edl; in dhd_prot_process_msgbuf_edl()
6384 ring = prot->d2hring_edl; in dhd_prot_process_edl_complete()
6537 if (!prot || !prot->d2hring_edl) in dhd_prot_edl_ring_tcm_rd_update()
6540 ring = prot->d2hring_edl; in dhd_prot_edl_ring_tcm_rd_update()
10584 ring = prot->d2hring_edl;
11050 if (ring == dhd->prot->d2hring_edl) {
11157 if (ring == dhd->prot->d2hring_edl) {
12558 if (!dhd->prot->d2hring_edl->create_pending) {
12568 dhd->prot->d2hring_edl->create_pending = FALSE;
12569 dhd->prot->d2hring_edl->inited = TRUE;
12768 if (dhd->prot->d2hring_edl != NULL) {
12770 dhd_prot_print_flow_ring(dhd, prot->d2hring_edl, FALSE, strbuf,
13788 ring = prot->d2hring_edl;
15346 if (prot->d2hring_edl != NULL) {
15370 if (prot->d2hring_edl != NULL) {
15459 if (prot->d2hring_edl != NULL) {
15460 ring = prot->d2hring_edl;