Searched refs:need_sig (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_nvs.h | 223 bool *need_sig) in hn_nvs_send() argument 227 flags, need_sig); in hn_nvs_send() 234 uintptr_t sndc, bool *need_sig) in hn_nvs_send_sglist() argument 237 (uint64_t)sndc, need_sig); in hn_nvs_send_sglist()
|
| H A D | hn_rxtx.c | 1176 static int hn_flush_txagg(struct hn_tx_queue *txq, bool *need_sig) in hn_flush_txagg() argument 1197 &rndis, sizeof(rndis), (uintptr_t)txd, need_sig); in hn_flush_txagg() 1430 bool *need_sig) in hn_xmit_sg() argument 1468 (uintptr_t)txd, need_sig); in hn_xmit_sg() 1478 bool need_sig = false; in hn_xmit_pkts() local 1522 if (hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts() 1538 hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts() 1542 if (txq->agg_txd && hn_flush_txagg(txq, &need_sig)) in hn_xmit_pkts() 1552 ret = hn_xmit_sg(txq, txd, m, &need_sig); in hn_xmit_pkts() 1570 hn_flush_txagg(txq, &need_sig); in hn_xmit_pkts() [all …]
|
| /f-stack/dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_channel.c | 101 uint64_t xactid, uint32_t flags, bool *need_sig) in rte_vmbus_chan_send() argument 134 if (need_sig) in rte_vmbus_chan_send() 135 *need_sig |= send_evt; in rte_vmbus_chan_send() 145 uint64_t xactid, bool *need_sig) in rte_vmbus_chan_send_sglist() argument 178 if (need_sig) in rte_vmbus_chan_send_sglist() 179 *need_sig |= send_evt; in rte_vmbus_chan_send_sglist()
|
| H A D | rte_bus_vmbus.h | 260 uint64_t xact, uint32_t flags, bool *need_sig); 308 uint64_t xact, bool *need_sig);
|
| H A D | vmbus_bufring.c | 109 bool *need_sig) in vmbus_txbr_write() argument 166 *need_sig |= vmbus_txbr_need_signal(vbr, old_windex); in vmbus_txbr_write()
|
| H A D | private.h | 135 bool *need_sig);
|