Searched refs:qrtr_tx_wait (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | af_qrtr.c | 238 * qrtr_tx_wait() - flow control for outgoing packets 252 static int qrtr_tx_wait(struct qrtr_node *node, int dest_node, int dest_port, in qrtr_tx_wait() function 341 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
|
/kernel/linux/linux-6.6/net/qrtr/ |
H A D | af_qrtr.c | 245 * qrtr_tx_wait() - flow control for outgoing packets 259 static int qrtr_tx_wait(struct qrtr_node *node, int dest_node, int dest_port, in qrtr_tx_wait() function 348 confirm_rx = qrtr_tx_wait(node, to->sq_node, to->sq_port, type); in qrtr_node_enqueue()
|
Completed in 4 milliseconds