Home
last modified time | relevance | path

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

/net/qrtr/
Daf_qrtr.c44 __le32 confirm_rx; member
83 u8 confirm_rx; member
264 int confirm_rx = 0; in qrtr_tx_wait() local
295 confirm_rx = ret; in qrtr_tx_wait()
297 confirm_rx = -EPIPE; in qrtr_tx_wait()
300 confirm_rx = 1; in qrtr_tx_wait()
303 confirm_rx = flow->pending == QRTR_TX_FLOW_LOW; in qrtr_tx_wait()
307 return confirm_rx; in qrtr_tx_wait()
346 int rc, confirm_rx; in qrtr_node_enqueue() local
348 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
[all …]