Home
last modified time | relevance | path

Searched defs:pktpool (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dhnd_pktpool.h109 typedef struct pktpool { struct
110 bool inited; /**< pktpool_init was successful */ argument
112 uint8 id; /**< pktpool ID: index in registry */ argument
126 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument
127 pktpool_cbinfo_t *availcb_excl; argument
128 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument
129 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument
130 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument
131 pktpool_cbextn_info_t rxcplidfn; argument
134 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dhnd_pktpool.c1383 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()