Searched defs:pktpool (Results 1 – 2 of 2) sorted by relevance
109 typedef struct pktpool { struct110 bool inited; /**< pktpool_init was successful */ argument112 uint8 id; /**< pktpool ID: index in registry */ argument126 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument127 pktpool_cbinfo_t *availcb_excl; argument128 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument129 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument130 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument131 pktpool_cbextn_info_t rxcplidfn; argument134 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument[all …]
1383 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()