Home
last modified time | relevance | path

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

/linux-6.1.9/net/qrtr/
Daf_qrtr.c42 __le32 confirm_rx; member
81 u8 confirm_rx; member
262 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()
344 int rc, confirm_rx; in qrtr_node_enqueue() local
346 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
[all …]