Home
last modified time | relevance | path

Searched refs:d2hring_hp2p_rxcpl (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_msgbuf.c571 msgbuf_ring_t *d2hring_hp2p_rxcpl; /* D2H HPP Rx completion ring */ member
3635 if (prot->d2hring_hp2p_rxcpl) {
3636 dhd_prot_ring_reset(dhd, prot->d2hring_hp2p_rxcpl);
3979 if (prot->d2hring_hp2p_rxcpl == NULL) {
3980 prot->d2hring_hp2p_rxcpl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
3982 if (prot->d2hring_hp2p_rxcpl == NULL) {
3994 ret = dhd_prot_ring_attach(dhd, prot->d2hring_hp2p_rxcpl, "d2hhp2p_rxcpl",
4004 prot->d2hring_hp2p_rxcpl->inited = FALSE;
4009 MFREE(prot->osh, prot->d2hring_hp2p_rxcpl, sizeof(msgbuf_ring_t));
4010 prot->d2hring_hp2p_rxcpl = NULL;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_msgbuf.c571 msgbuf_ring_t *d2hring_hp2p_rxcpl; /* D2H HPP Rx completion ring */ member
3635 if (prot->d2hring_hp2p_rxcpl) {
3636 dhd_prot_ring_reset(dhd, prot->d2hring_hp2p_rxcpl);
3979 if (prot->d2hring_hp2p_rxcpl == NULL) {
3980 prot->d2hring_hp2p_rxcpl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
3982 if (prot->d2hring_hp2p_rxcpl == NULL) {
3994 ret = dhd_prot_ring_attach(dhd, prot->d2hring_hp2p_rxcpl, "d2hhp2p_rxcpl",
4004 prot->d2hring_hp2p_rxcpl->inited = FALSE;
4009 MFREE(prot->osh, prot->d2hring_hp2p_rxcpl, sizeof(msgbuf_ring_t));
4010 prot->d2hring_hp2p_rxcpl = NULL;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_msgbuf.c571 msgbuf_ring_t *d2hring_hp2p_rxcpl; /* D2H HPP Rx completion ring */ member
3635 if (prot->d2hring_hp2p_rxcpl) {
3636 dhd_prot_ring_reset(dhd, prot->d2hring_hp2p_rxcpl);
3979 if (prot->d2hring_hp2p_rxcpl == NULL) {
3980 prot->d2hring_hp2p_rxcpl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t));
3982 if (prot->d2hring_hp2p_rxcpl == NULL) {
3994 ret = dhd_prot_ring_attach(dhd, prot->d2hring_hp2p_rxcpl, "d2hhp2p_rxcpl",
4004 prot->d2hring_hp2p_rxcpl->inited = FALSE;
4009 MFREE(prot->osh, prot->d2hring_hp2p_rxcpl, sizeof(msgbuf_ring_t));
4010 prot->d2hring_hp2p_rxcpl = NULL;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_msgbuf.c758 msgbuf_ring_t *d2hring_hp2p_rxcpl; /* D2H HPP Rx completion ring */ member
4431 if (prot->d2hring_hp2p_rxcpl) { in dhd_prot_reset()
4432 dhd_prot_ring_reset(dhd, prot->d2hring_hp2p_rxcpl); in dhd_prot_reset()
4666 if (prot->d2hring_hp2p_rxcpl == NULL) { in dhd_check_create_hp2p_rings()
4667 prot->d2hring_hp2p_rxcpl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_hp2p_rings()
4669 if (prot->d2hring_hp2p_rxcpl == NULL) { in dhd_check_create_hp2p_rings()
4681 ret = dhd_prot_ring_attach(dhd, prot->d2hring_hp2p_rxcpl, "d2hhp2p_rxcpl", in dhd_check_create_hp2p_rings()
4691 prot->d2hring_hp2p_rxcpl->inited = FALSE; in dhd_check_create_hp2p_rings()
4694 if (prot->d2hring_hp2p_rxcpl != NULL && in dhd_check_create_hp2p_rings()
4702 MFREE(prot->osh, prot->d2hring_hp2p_rxcpl, sizeof(msgbuf_ring_t)); in dhd_check_create_hp2p_rings()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_msgbuf.c762 msgbuf_ring_t *d2hring_hp2p_rxcpl; /* D2H HPP Rx completion ring */ member
4435 if (prot->d2hring_hp2p_rxcpl) { in dhd_prot_reset()
4436 dhd_prot_ring_reset(dhd, prot->d2hring_hp2p_rxcpl); in dhd_prot_reset()
4670 if (prot->d2hring_hp2p_rxcpl == NULL) { in dhd_check_create_hp2p_rings()
4671 prot->d2hring_hp2p_rxcpl = MALLOCZ(prot->osh, sizeof(msgbuf_ring_t)); in dhd_check_create_hp2p_rings()
4673 if (prot->d2hring_hp2p_rxcpl == NULL) { in dhd_check_create_hp2p_rings()
4685 ret = dhd_prot_ring_attach(dhd, prot->d2hring_hp2p_rxcpl, "d2hhp2p_rxcpl", in dhd_check_create_hp2p_rings()
4695 prot->d2hring_hp2p_rxcpl->inited = FALSE; in dhd_check_create_hp2p_rings()
4698 if (prot->d2hring_hp2p_rxcpl != NULL && in dhd_check_create_hp2p_rings()
4706 MFREE(prot->osh, prot->d2hring_hp2p_rxcpl, sizeof(msgbuf_ring_t)); in dhd_check_create_hp2p_rings()
[all …]