Home
last modified time | relevance | path

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

/linux/net/qrtr/
H A Daf_qrtr.c44 __le32 confirm_rx; member
83 u8 confirm_rx; member
261 int confirm_rx = 0; in qrtr_tx_wait() local
293 confirm_rx = ret; in qrtr_tx_wait()
295 confirm_rx = -EPIPE; in qrtr_tx_wait()
298 confirm_rx = 1; in qrtr_tx_wait()
301 confirm_rx = flow->pending == QRTR_TX_FLOW_LOW; in qrtr_tx_wait()
305 return confirm_rx; in qrtr_tx_wait()
342 int rc, confirm_rx; in qrtr_node_enqueue() local
344 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
[all …]