Home
last modified time | relevance | path

Searched refs:need_sig (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_nvs.h223 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 Dhn_rxtx.c1176 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 Dvmbus_channel.c101 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 Drte_bus_vmbus.h260 uint64_t xact, uint32_t flags, bool *need_sig);
308 uint64_t xact, bool *need_sig);
H A Dvmbus_bufring.c109 bool *need_sig) in vmbus_txbr_write() argument
166 *need_sig |= vmbus_txbr_need_signal(vbr, old_windex); in vmbus_txbr_write()
H A Dprivate.h135 bool *need_sig);