Home
last modified time | relevance | path

Searched refs:pktp_heap_cb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dhnd_pktpool.c1940 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_release() local
1991 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_release()
1992 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_release()
1993 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, TRUE); in hnd_pktpool_heap_pkt_release()
2026 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_retrieve() local
2032 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_retrieve()
2033 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_retrieve()
2034 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, FALSE); in hnd_pktpool_heap_pkt_retrieve()
2081 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_register_cb() local
2085 if (pktp_heap_cb[i].fn == NULL) in hnd_pktpool_heap_register_cb()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dhnd_pktpool.c1940 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_release() local
1991 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_release()
1992 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_release()
1993 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, TRUE); in hnd_pktpool_heap_pkt_release()
2026 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_pkt_retrieve() local
2032 if ((pktp_heap_cb[i].fn != NULL) && in hnd_pktpool_heap_pkt_retrieve()
2033 (flag == pktp_heap_cb[i].flag)) in hnd_pktpool_heap_pkt_retrieve()
2034 (pktp_heap_cb[i].fn)(pktp_heap_cb[i].ctxt, FALSE); in hnd_pktpool_heap_pkt_retrieve()
2081 pktpool_heap_cb_reg_t *pktp_heap_cb = hnd_pool_get_cb_registry(); in hnd_pktpool_heap_register_cb() local
2085 if (pktp_heap_cb[i].fn == NULL) in hnd_pktpool_heap_register_cb()
[all …]