Searched defs:pktpool (Results 1 – 8 of 8) sorted by relevance
108 typedef struct pktpool { struct109 bool inited; /**< pktpool_init was successful */ argument111 uint8 id; /**< pktpool ID: index in registry */ argument125 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument126 pktpool_cbinfo_t *availcb_excl; argument127 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument128 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument129 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument130 pktpool_cbextn_info_t rxcplidfn; argument131 pktpool_cbinfo_t dmarxfill; argument[all …]
104 typedef struct pktpool { struct105 bool inited; /**< pktpool_init was successful */ argument107 uint8 id; /**< pktpool ID: index in registry */ argument121 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument122 pktpool_cbinfo_t *availcb_excl; argument123 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument124 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument125 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument126 pktpool_cbextn_info_t rxcplidfn; argument129 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument[all …]
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 …]
111 typedef struct pktpool { struct112 bool inited; /**< pktpool_init was successful */ argument114 uint8 id; /**< pktpool ID: index in registry */ argument129 uint8 emptycb_disable; /**< Value of type enum pktpool_empty_cb_state */ argument130 pktpool_cbinfo_t *availcb_excl; argument131 pktpool_cbinfo_t cbs[PKTPOOL_CB_MAX_AVL]; argument132 pktpool_cbinfo_t ecbs[PKTPOOL_CB_MAX]; argument133 pktpool_cbextn_info_t cbext; /**< PCIe SPLITRX related */ argument134 pktpool_cbextn_info_t rxcplidfn; argument137 pktpool_cbinfo_t dbg_cbs[PKTPOOL_CB_MAX]; argument[all …]
1137 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()
1383 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()
1414 int hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()
1820 hnd_pktpool_fill(pktpool_t *pktpool, bool minimal) in hnd_pktpool_fill()