Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/qrtr/
H A Dqrtr.c42 __le32 confirm_rx; member
81 u8 confirm_rx; member
257 int confirm_rx = 0; in qrtr_tx_wait() local
288 confirm_rx = ret; in qrtr_tx_wait()
290 confirm_rx = -EPIPE; in qrtr_tx_wait()
293 confirm_rx = 1; in qrtr_tx_wait()
296 confirm_rx = flow->pending == QRTR_TX_FLOW_LOW; in qrtr_tx_wait()
300 return confirm_rx; in qrtr_tx_wait()
339 int rc, confirm_rx; in qrtr_node_enqueue() local
341 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
[all …]