Lines Matching refs:msg_start
4510 void *msg_start; local
4575 msg_start = (void *)
4577 if (msg_start == NULL) {
4585 rxbuf_post_tmp = (uint8*)msg_start;
4681 dhd_prot_ring_write_complete(dhd, ring, msg_start, alloced);
4716 void* msg_start; local
4747 msg_start = (void *) dhd_prot_alloc_ring_space(dhd, ring, count, &alloced, FALSE);
4749 if (msg_start == NULL) {
4758 infobuf_post_tmp = (uint8*) msg_start;
4872 dhd_prot_ring_write_complete(dhd, ring, msg_start, alloced);
9867 void *msg_start; local
9878 msg_start = dhd_prot_alloc_ring_space(dhd, ctrl_ring, d2h_rings, &alloced, TRUE);
9880 if (msg_start == NULL) {
9887 msg_next = (uint8*)msg_start;
9928 dhd_prot_ring_write_complete(dhd, ctrl_ring, msg_start, d2h_rings);