Searched refs:rx_report (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.c | 1510 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1568 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1569 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1570 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1585 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1586 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1616 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1617 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1618 MFREE(dhdp->osh, rx_report, alloc_len); in dhd_dbg_attach_pkt_monitor() 1620 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 632 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.c | 1510 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1568 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1569 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1570 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1585 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1586 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1616 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1617 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1618 MFREE(dhdp->osh, rx_report, alloc_len); in dhd_dbg_attach_pkt_monitor() 1620 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 632 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.c | 1514 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1572 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1573 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1574 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1589 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1590 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1620 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1621 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1622 MFREE(dhdp->osh, rx_report, alloc_len); in dhd_dbg_attach_pkt_monitor() 1624 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 632 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.c | 1596 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1657 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1658 rx_report = (dhd_dbg_rx_report_t *)kzalloc(alloc_len, kflags); in dhd_dbg_attach_pkt_monitor() 1659 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1674 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1675 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1702 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1703 kfree(rx_report); in dhd_dbg_attach_pkt_monitor() 1705 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() 1706 dhdp->dbg->pkt_mon.rx_report->rx_pkts = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 666 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug.c | 1609 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1666 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1667 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1668 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1683 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1684 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1714 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1715 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1716 MFREE(dhdp->osh, rx_report, alloc_len); in dhd_dbg_attach_pkt_monitor() 1718 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 650 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug.c | 1609 dhd_dbg_rx_report_t *rx_report = NULL; in dhd_dbg_attach_pkt_monitor() local 1666 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1667 rx_report = (dhd_dbg_rx_report_t *)MALLOCZ(dhdp->osh, alloc_len); in dhd_dbg_attach_pkt_monitor() 1668 if (unlikely(!rx_report)) { in dhd_dbg_attach_pkt_monitor() 1683 dhdp->dbg->pkt_mon.rx_report = rx_report; in dhd_dbg_attach_pkt_monitor() 1684 dhdp->dbg->pkt_mon.rx_report->rx_pkts = rx_pkts; in dhd_dbg_attach_pkt_monitor() 1714 if (rx_report) { in dhd_dbg_attach_pkt_monitor() 1715 alloc_len = sizeof(*rx_report); in dhd_dbg_attach_pkt_monitor() 1716 MFREE(dhdp->osh, rx_report, alloc_len); in dhd_dbg_attach_pkt_monitor() 1718 dhdp->dbg->pkt_mon.rx_report = NULL; in dhd_dbg_attach_pkt_monitor() [all …]
|
| H A D | dhd_debug.h | 650 dhd_dbg_rx_report_t *rx_report; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/ |
| H A D | core.h | 768 void *rx_report; member
|