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

/linux-master/drivers/usb/serial/
H A Dgarmin_gps.c99 #define NAK 0x15 macro
517 } else if (data == NAK) {
518 ack_or_nak_seen = NAK;
519 dev_dbg(dev, "NAK packet complete.\n");
/linux-master/drivers/scsi/mvsas/
H A Dmv_defs.h437 NAK = (1U << 14), /* NAK rx'd */ enumerator in enum:error_info_rec
438 ACK_NAK_TO = (1U << 13), /* ACK/NAK timeout */
/linux-master/drivers/net/wan/
H A Dfarsync.c368 #define NAK 2 /* Negative acknowledgement to PC driver */ macro
919 while (mbval > NAK) {
934 if (mbval == NAK)
935 dbg(DBG_CMD, "issue_cmd: previous command was NAK'd\n");
/linux-master/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",
705 * We generally assume that there are less control (ACK/NAK) packets
941 * timeout/NAK). Note that all reads and writes to the
1682 ptl_err(ptl, "ptl: failed to allocate NAK packet\n");
1686 ssh_packet_init(packet, 0, SSH_PACKET_PRIORITY(NAK,
[all...]

Completed in 134 milliseconds