Home
last modified time | relevance | path

Searched refs:p_handle (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2_api.h43 void *p_handle; member
48 void *p_handle; member
H A Decore_dev_api.h678 u16 tx_coal, void *p_handle);
H A Decore_l2.c1029 p_ret_params->p_handle = (void *)p_cid; in ecore_eth_rx_queue_start()
1248 p_ret_params->p_handle = (void *)p_cid; in ecore_eth_tx_queue_start()
1276 void *p_handle) in ecore_eth_tx_queue_stop() argument
1278 struct ecore_queue_cid *p_cid = (struct ecore_queue_cid *)p_handle; in ecore_eth_tx_queue_stop()
H A Decore_dev.c6264 void *p_handle) in ecore_set_queue_coalesce() argument
6266 struct ecore_queue_cid *p_cid = (struct ecore_queue_cid *)p_handle; in ecore_set_queue_coalesce()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c804 fp->rxq->handle = ret_params.p_handle; in qede_rx_queue_start()
862 txq->handle = ret_params.p_handle; in qede_tx_queue_start()