Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/qrtr/
H A Daf_qrtr.c32 * @confirm_rx: boolean; whether a resume-tx packet should be send in reply
42 __le32 confirm_rx; member
81 u8 confirm_rx; member
141 * @tx_failed: indicates that a message with confirm_rx flag was lost
245 * the low watermark is passed the confirm_rx flag is set on the outgoing
250 * Return: 1 if confirm_rx should be set, 0 otherwise or errno failure
257 int confirm_rx = 0; in qrtr_tx_wait() local
260 /* Never set confirm_rx on non-data packets */ in qrtr_tx_wait()
278 /* Set confirm_rx if we where unable to find and allocate a flow */ in qrtr_tx_wait()
288 confirm_rx in qrtr_tx_wait()
339 int rc, confirm_rx; qrtr_node_enqueue() local
[all...]
/kernel/linux/linux-6.6/net/qrtr/
H A Daf_qrtr.c34 * @confirm_rx: boolean; whether a resume-tx packet should be send in reply
44 __le32 confirm_rx; member
83 u8 confirm_rx; member
143 * @tx_failed: indicates that a message with confirm_rx flag was lost
252 * the low watermark is passed the confirm_rx flag is set on the outgoing
257 * Return: 1 if confirm_rx should be set, 0 otherwise or errno failure
264 int confirm_rx = 0; in qrtr_tx_wait() local
267 /* Never set confirm_rx on non-data packets */ in qrtr_tx_wait()
285 /* Set confirm_rx if we where unable to find and allocate a flow */ in qrtr_tx_wait()
295 confirm_rx in qrtr_tx_wait()
346 int rc, confirm_rx; qrtr_node_enqueue() local
[all...]

Completed in 3 milliseconds