Lines Matching refs:msg_start
5410 void *msg_start; in BCMFASTPATH() local
5483 msg_start = (void *) in BCMFASTPATH()
5485 if (msg_start == NULL) { in BCMFASTPATH()
5493 rxbuf_post_tmp = (uint8*)msg_start; in BCMFASTPATH()
5589 dhd_prot_ring_write_complete(dhd, ring, msg_start, alloced); in BCMFASTPATH()
5624 void* msg_start; in dhd_prot_infobufpost() local
5669 msg_start = (void *) dhd_prot_alloc_ring_space(dhd, ring, count, &alloced, FALSE); in dhd_prot_infobufpost()
5671 if (msg_start == NULL) { in dhd_prot_infobufpost()
5683 infobuf_post_tmp = (uint8*) msg_start; in dhd_prot_infobufpost()
5786 dhd_prot_ring_write_complete(dhd, ring, msg_start, alloced); in dhd_prot_infobufpost()
13008 void *msg_start; local
13023 msg_start = dhd_prot_alloc_ring_space(dhd, ctrl_ring, d2h_rings, &alloced, TRUE);
13025 if (msg_start == NULL) {
13035 msg_next = (uint8*)msg_start;
13076 dhd_prot_ring_write_complete(dhd, ctrl_ring, msg_start, d2h_rings);