Home
last modified time | relevance | path

Searched refs:NAK (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_r3964.c434 put_char(pInfo, NAK); in retry_transmit()
504 put_char(pInfo, NAK); in on_receive_block()
586 if (c == NAK) { in receive_char()
587 TRACE_PE("TRANSMITTING - got NAK"); in receive_char()
707 put_char(pInfo, NAK); in on_timeout()
717 put_char(pInfo, NAK); in on_timeout()
724 put_char(pInfo, NAK); in on_timeout()
734 put_char(pInfo, NAK); in on_timeout()
/kernel/linux/linux-5.10/include/linux/
H A Dn_r3964.h60 #define NAK 0x15 macro
130 * we will reject all incoming STX-requests by sending NAK.
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dgarmin_gps.c99 #define NAK 0x15 macro
516 } else if (data == NAK) { in gsp_receive()
517 ack_or_nak_seen = NAK; in gsp_receive()
518 dev_dbg(dev, "NAK packet complete.\n"); in gsp_receive()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dgarmin_gps.c99 #define NAK 0x15 macro
517 } else if (data == NAK) { in gsp_receive()
518 ack_or_nak_seen = NAK; in gsp_receive()
519 dev_dbg(dev, "NAK packet complete.\n"); in gsp_receive()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H A Dmv_defs.h436 NAK = (1U << 14), /* NAK rx'd */ enumerator
437 ACK_NAK_TO = (1U << 13), /* ACK/NAK timeout */
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H A Dmv_defs.h437 NAK = (1U << 14), /* NAK rx'd */ enumerator
438 ACK_NAK_TO = (1U << 13), /* ACK/NAK timeout */
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dfarsync.c366 #define NAK 2 /* Negative acknowledgement to PC driver */ macro
949 while (mbval > NAK) { in fst_issue_cmd()
964 if (mbval == NAK) { in fst_issue_cmd()
965 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n"); in fst_issue_cmd()
/kernel/linux/linux-6.6/drivers/net/wan/
H A Dfarsync.c368 #define NAK 2 /* Negative acknowledgement to PC driver */ macro
919 while (mbval > NAK) { in fst_issue_cmd()
934 if (mbval == NAK) in fst_issue_cmd()
935 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n"); in fst_issue_cmd()
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c46 * - NAK received (this is equivalent to issuing re-submit for all pending
82 * On receival of a NAK, the receiver thread re-submits all currently pending
249 * ssh_ptl_should_drop_nak_packet() - Error injection hook to drop NAK packets.
294 * with a NAK packet. Useful to test handling of NAK packets received by the
347 ptl_info(packet->ptl, "packet error injection: dropping NAK packet %p\n", in __ssh_ptl_should_drop_nak_packet()
705 * We generally assume that there are less control (ACK/NAK) packets in __ssh_ptl_queue_find_entrypoint()
941 * timeout/NAK). Note that all reads and writes to the in ssh_ptl_tx_pop()
1682 ptl_err(ptl, "ptl: failed to allocate NAK packet\n"); in ssh_ptl_send_nak()
1686 ssh_packet_init(packet, 0, SSH_PACKET_PRIORITY(NAK, in ssh_ptl_send_nak()
[all...]

Completed in 17 milliseconds