Home
last modified time | relevance | path

Searched refs:fw_trap_buf (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_msgbuf.c451 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
2353 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, BCMPCIE_EXT_TRAP_DATA_MAXLEN)) { in dhd_prot_attach()
2446 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa, in dhd_set_host_cap()
2447 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0); in dhd_set_host_cap()
2662 dhd_dma_buf_free(dhd, &prot->fw_trap_buf); in dhd_prot_detach()
2766 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf); in dhd_prot_reset()
4503 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf; in dhd_prot_process_trapbuf()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c556 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
3025 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, trap_buf_len)) {
3188 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa,
3189 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0);
3480 dhd_dma_buf_free(dhd, &prot->fw_trap_buf);
3597 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf);
5908 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c556 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
3025 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, trap_buf_len)) {
3188 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa,
3189 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0);
3480 dhd_dma_buf_free(dhd, &prot->fw_trap_buf);
3597 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf);
5908 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c556 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
3025 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, trap_buf_len)) {
3188 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa,
3189 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0);
3480 dhd_dma_buf_free(dhd, &prot->fw_trap_buf);
3597 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf);
5908 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf;
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c712 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
1042 return &dhd->prot->fw_trap_buf; in dhd_prot_get_minidump_buf()
3496 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, trap_buf_len)) { in dhd_prot_attach()
3728 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa, in dhd_set_host_cap()
3729 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0); in dhd_set_host_cap()
3733 host_trap_addr_len = prot->fw_trap_buf.len / 4; in dhd_set_host_cap()
4239 dhd_dma_buf_free(dhd, &prot->fw_trap_buf); in dhd_prot_detach()
4368 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf); in dhd_prot_reset()
7019 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf; in BCMFASTPATH()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c716 dhd_dma_buf_t fw_trap_buf; /* firmware trap buffer */ member
1046 return &dhd->prot->fw_trap_buf; in dhd_prot_get_minidump_buf()
3500 if (dhd_dma_buf_alloc(dhd, &dhd->prot->fw_trap_buf, trap_buf_len)) { in dhd_prot_attach()
3732 dhd_bus_cmn_writeshared(dhd->bus, &prot->fw_trap_buf.pa, in dhd_set_host_cap()
3733 sizeof(prot->fw_trap_buf.pa), DNGL_TO_HOST_TRAP_ADDR, 0); in dhd_set_host_cap()
3737 host_trap_addr_len = prot->fw_trap_buf.len / 4; in dhd_set_host_cap()
4243 dhd_dma_buf_free(dhd, &prot->fw_trap_buf); in dhd_prot_detach()
4372 dhd_dma_buf_reset(dhd, &prot->fw_trap_buf); in dhd_prot_reset()
7023 dhd_dma_buf_t *trap_addr = &dhd->prot->fw_trap_buf; in BCMFASTPATH()