Searched refs:ionic_q_post (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_rxtx.c | 296 ionic_q_post(q, done, NULL, done ? txm : NULL); in ionic_tx_tso_post() 486 ionic_q_post(q, not_xmit_more, NULL, txm); in ionic_tx() 873 ionic_q_post(q, true, ionic_rx_clean, mbuf); in ionic_rx_recycle() 944 ionic_q_post(q, ring_doorbell, ionic_rx_clean, rxm); in ionic_rx_fill()
|
| H A D | ionic_dev.c | 468 ionic_q_post(struct ionic_queue *q, bool ring_doorbell, desc_cb cb, in ionic_q_post() function 573 ionic_q_post(adminq, true, ionic_adminq_cb, ctx); in ionic_adminq_post()
|
| H A D | ionic_dev.h | 262 void ionic_q_post(struct ionic_queue *q, bool ring_doorbell, desc_cb cb,
|