Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dhnd_pktpool.h108 typedef struct pktpool { struct
109 bool inited; /**< pktpool_init was successful */ argument
111 uint8 id; /**< pktpool ID: index in registry */ argument
125 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument
126 pktpool_cbinfo_t *availcb_excl; argument
127 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument
128 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument
129 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument
130 pktpool_cbextn_info_t rxcplidfn; argument
131 pktpool_cbinfo_t dmarxfill; argument
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dhnd_pktpool.h104 typedef struct pktpool { struct
105 bool inited; /**< pktpool_init was successful */ argument
107 uint8 id; /**< pktpool ID: index in registry */ argument
121 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument
122 pktpool_cbinfo_t *availcb_excl; argument
123 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument
124 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument
125 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument
126 pktpool_cbextn_info_t rxcplidfn; argument
129 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument
[all …]
/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/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dhnd_pktpool.h111 typedef struct pktpool { struct
112 bool inited; /**< pktpool_init was successful */ argument
114 uint8 id; /**< pktpool ID: index in registry */ argument
129 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument
130 pktpool_cbinfo_t *availcb_excl; argument
131 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument
132 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument
133 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument
134 pktpool_cbextn_info_t rxcplidfn; argument
137 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dhnd_pktpool.c1137 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()
/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()
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dhnd_pktpool.c1414 int hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dhnd_pktpool.c1820 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()