Lines Matching refs:msg_addr

6165 		uint8 *msg_addr;  in BCMFASTPATH()  local
6180 msg_addr = dhd_prot_get_read_addr(dhd, ring, &msg_len); in BCMFASTPATH()
6182 if (msg_addr == NULL) { in BCMFASTPATH()
6188 OSL_PREFETCH(msg_addr); in BCMFASTPATH()
6190 if (dhd_prot_process_msgtype(dhd, ring, msg_addr, msg_len) != BCME_OK) { in BCMFASTPATH()
6224 uint8 *msg_addr; in BCMFASTPATH() local
6243 msg_addr = dhd_prot_get_read_addr(dhd, ring, &msg_len); in BCMFASTPATH()
6244 if (msg_addr == NULL) { in BCMFASTPATH()
6250 OSL_PREFETCH(msg_addr); in BCMFASTPATH()
6252 if (dhd_prot_process_msgtype(dhd, ring, msg_addr, msg_len) != BCME_OK) { in BCMFASTPATH()
6374 uint8 *msg_addr = NULL; in dhd_prot_process_edl_complete() local
6419 msg_addr = (char*)ring->dma_buf.va + (ring->rd * ring->item_len); in dhd_prot_process_edl_complete()
6426 OSL_PREFETCH(msg_addr); in dhd_prot_process_edl_complete()
6430 msg = (cmn_msg_hdr_t *)msg_addr; in dhd_prot_process_edl_complete()
6453 err = dhd_event_logtrace_process_edl(dhd, msg_addr, evt_decode_data); in dhd_prot_process_edl_complete()
6459 OSL_PREFETCH(msg_addr + ring->item_len); in dhd_prot_process_edl_complete()
6461 msg_addr += ring->item_len; in dhd_prot_process_edl_complete()
6604 uint8 *msg_addr; in BCMFASTPATH() local
6664 msg_addr = dhd_prot_get_read_addr(dhd, ring, &msg_len); in BCMFASTPATH()
6665 if (msg_addr == NULL) { in BCMFASTPATH()
6671 msg = (host_rxbuf_cmpl_t *)msg_addr; in BCMFASTPATH()
6689 msg_addr += item_len; in BCMFASTPATH()
6705 msg_addr += item_len; in BCMFASTPATH()
6752 msg_addr += item_len; in BCMFASTPATH()
6957 uint8 *msg_addr; in BCMFASTPATH() local
6977 msg_addr = dhd_prot_get_read_addr(dhd, ring, &msg_len); in BCMFASTPATH()
6980 if (msg_addr == NULL) { in BCMFASTPATH()
6986 OSL_PREFETCH(msg_addr); in BCMFASTPATH()
6988 if (dhd_prot_process_msgtype(dhd, ring, msg_addr, msg_len) != BCME_OK) { in BCMFASTPATH()
6990 __FUNCTION__, ring->name, msg_addr, msg_len)); in BCMFASTPATH()
7072 uint8 *msg_addr; in BCMFASTPATH() local
7089 msg_addr = dhd_prot_get_read_addr(dhd, ring, &msg_len); in BCMFASTPATH()
7092 if (msg_addr == NULL) { in BCMFASTPATH()
7097 OSL_PREFETCH(msg_addr); in BCMFASTPATH()
7098 if (dhd_prot_process_msgtype(dhd, ring, msg_addr, msg_len) != BCME_OK) { in BCMFASTPATH()
7100 __FUNCTION__, ring->name, msg_addr, msg_len)); in BCMFASTPATH()
10640 uint8 *msg_addr = NULL; local
10659 msg_addr = (uint8 *)ring->dma_buf.va + (rd * ring->item_len);
10660 memcpy(ptr, (char *)msg_addr, D2HRING_EDL_HDR_SIZE);