Lines Matching refs:d2hring_edl

470 	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));
4130 prot->d2hring_edl = NULL;
4147 if ((prot->d2hring_edl->inited) || (prot->d2hring_edl->create_pending)) {
4152 DHD_ERROR(("trying to send create d2h edl ring: idx %d\n", prot->d2hring_edl->idx));
4153 ret = dhd_send_d2h_ringcreate(dhd, prot->d2hring_edl,
4158 prot->d2hring_edl->seqnum = D2H_EPOCH_INIT_VAL;
4159 prot->d2hring_edl->current_phase = BCMPCIE_CMNHDR_PHASE_BIT_INIT;
4167 if (dhd->prot->d2hring_edl) {
4168 dhd_prot_ring_detach(dhd, dhd->prot->d2hring_edl);
4169 MFREE(dhd->prot->osh, dhd->prot->d2hring_edl, sizeof(msgbuf_ring_t));
4170 dhd->prot->d2hring_edl = NULL;
5286 msgbuf_ring_t *ring = prot->d2hring_edl;
5392 ring = prot->d2hring_edl;
5545 if (!prot || !prot->d2hring_edl)
5548 ring = prot->d2hring_edl;
7875 ring = prot->d2hring_edl;
8261 if (ring == dhd->prot->d2hring_edl) {
9510 if (!dhd->prot->d2hring_edl->create_pending) {
9520 dhd->prot->d2hring_edl->create_pending = FALSE;
9521 dhd->prot->d2hring_edl->inited = TRUE;
9660 if (dhd->prot->d2hring_edl != NULL) {
9662 dhd_prot_print_flow_ring(dhd, prot->d2hring_edl, strbuf,
10602 ring = prot->d2hring_edl;