/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 183 ACK, enumerator 232 else if (test->flags == ACK) in test_str() 233 flags = "ACK"; in test_str() 241 { TCP, ACCEPT, UNKNOWN_CONN, NO_HOPS, ACK }, 242 { TCP, FORWARD, UNKNOWN_CONN, ONE_HOP, ACK }, 243 { TCP, ACCEPT, KNOWN_CONN, ONE_HOP, ACK }, 341 if (test->flags == ACK) in build_input()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cls_redirect.c | 184 ACK, enumerator 233 else if (test->flags == ACK) in test_str() 234 flags = "ACK"; in test_str() 242 { TCP, ACCEPT, UNKNOWN_CONN, NO_HOPS, ACK }, 243 { TCP, FORWARD, UNKNOWN_CONN, ONE_HOP, ACK }, 244 { TCP, ACCEPT, KNOWN_CONN, ONE_HOP, ACK }, 342 if (test->flags == ACK) in build_input()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/ |
H A D | link_dp_cts.c | 604 /* ACK first to let DP RX test box monitor LT sequence */ in dp_handle_automated_test() 605 test_response.bits.ACK = 1; in dp_handle_automated_test() 613 test_response.bits.ACK = 0; in dp_handle_automated_test() 633 test_response.bits.ACK = dm_helpers_dp_handle_test_pattern_request(link->ctx, link, in dp_handle_automated_test() 639 test_response.bits.ACK = 1; in dp_handle_automated_test() 644 test_response.bits.ACK = 1; in dp_handle_automated_test() 648 if (test_response.bits.ACK) in dp_handle_automated_test()
|
/kernel/linux/linux-5.10/include/rdma/ |
H A D | tid_rdma_defs.h | 94 IB_OPCODE(TID_RDMA, ACK),
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | tid_rdma_defs.h | 94 IB_OPCODE(TID_RDMA, ACK),
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1528 #define ACK(irqbit) { \ macro 1579 ACK(INT_SUSPEND); in goku_irq() 1616 ACK(INT_USBRESET); in goku_irq() 1627 ACK(INT_SETUP); in goku_irq() 1632 ACK(INT_STATUSNAK|INT_ENDPOINT0); in goku_irq() 1642 ACK(INT_ENDPOINT0); in goku_irq() 1650 ACK(INT_MSTRDEND); in goku_irq() 1656 ACK(INT_MSTWREND); in goku_irq() 1662 ACK(INT_MSTWRTMOUT); in goku_irq() 1696 #undef ACK macro [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1529 #define ACK(irqbit) { \ macro 1580 ACK(INT_SUSPEND); in goku_irq() 1617 ACK(INT_USBRESET); in goku_irq() 1628 ACK(INT_SETUP); in goku_irq() 1633 ACK(INT_STATUSNAK|INT_ENDPOINT0); in goku_irq() 1643 ACK(INT_ENDPOINT0); in goku_irq() 1651 ACK(INT_MSTRDEND); in goku_irq() 1657 ACK(INT_MSTWREND); in goku_irq() 1663 ACK(INT_MSTWRTMOUT); in goku_irq() 1697 #undef ACK macro [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 83 #define ACK 0xff macro
|
H A D | dst.c | 1067 if (reply != ACK) { in dst_get_device_id() 1217 if (reply != ACK) { in dst_command() 1389 if (reply != ACK) { in dst_write_tuna()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | dst_common.h | 83 #define ACK 0xff macro
|
H A D | dst.c | 1067 if (reply != ACK) { in dst_get_device_id() 1217 if (reply != ACK) { in dst_command() 1389 if (reply != ACK) { in dst_write_tuna()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | garmin_gps.c | 98 #define ACK 0x06 macro 346 *ptr++ = ACK; in gsp_send_ack() 347 cksum += ACK; in gsp_send_ack() 513 if (data == ACK) { in gsp_receive() 514 ack_or_nak_seen = ACK; in gsp_receive() 515 dev_dbg(dev, "ACK packet complete.\n"); in gsp_receive()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | garmin_gps.c | 98 #define ACK 0x06 macro 347 *ptr++ = ACK; in gsp_send_ack() 348 cksum += ACK; in gsp_send_ack() 514 if (data == ACK) { in gsp_receive() 515 ack_or_nak_seen = ACK; in gsp_receive() 516 dev_dbg(dev, "ACK packet complete.\n"); in gsp_receive()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | script_asm.pl | 679 } elsif ($arg =~ /ACK/i) { 689 more strings from the list ACK, ATN, CARRY, TARGET.
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | script_asm.pl | 679 } elsif ($arg =~ /ACK/i) { 689 more strings from the list ACK, ATN, CARRY, TARGET.
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | handshake.h | 20 record_type_end(ACK)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_dp.c | 2898 /* ACK first to let DP RX test box monitor LT sequence */ in handle_automated_test() 2899 test_response.bits.ACK = 1; in handle_automated_test() 2907 test_response.bits.ACK = 0; in handle_automated_test() 2911 test_response.bits.ACK = 1; in handle_automated_test() 2916 test_response.bits.ACK = 1; in handle_automated_test() 2921 test_response.bits.ACK = 1; in handle_automated_test() 2925 if (test_response.bits.ACK) in handle_automated_test()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 534 uint8_t ACK :1; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 150 return "ACK"; in parse_syndrome() 408 case OP(TID_RDMA, ACK): in parse_everbs_hdrs()
|
H A D | driver.c | 446 * normal packet processing to send an ACK with BECN set (or a CNP). 523 opcode == TID_OP(ACK); in hfi1_process_ecn_slowpath()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 108 return "ACK"; in parse_syndrome() 371 case OP(TID_RDMA, ACK): in parse_everbs_hdrs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_dp_types.h | 647 uint8_t ACK :1; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 589 PDEBUG(DEBUG_AP, "Using data::nullfunc ACK workaround - " in hostap_check_sta_fw_version() 615 * 1 to indicate failure (no ACK) and 2 success (frame ACKed) */ in hostap_ap_tx_cb() 782 "%s: STA %pM did not ACK activity poll frame\n", in hostap_ap_tx_cb_poll() 969 /* control:ACK does not have addr2 or addr3 */ in prism2_send_mgmt() 1418 * issues, mark the STA authenticated before ACK. */ in handle_authen() 1448 * issues, mark the STA authenticated before ACK. */ in handle_authen() 1794 /* some STA f/w's seem to require control::ACK frame for in ap_handle_data_nullfunc() 1797 * send control::ACK for the data::nullfunc */ in ap_handle_data_nullfunc() 1799 printk(KERN_DEBUG "Sending control::ACK for data::nullfunc\n"); in ap_handle_data_nullfunc() 3041 /* some STA f/w's seem to require control::ACK fram in hostap_handle_sta_rx() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_ap.c | 589 PDEBUG(DEBUG_AP, "Using data::nullfunc ACK workaround - " in hostap_check_sta_fw_version() 615 * 1 to indicate failure (no ACK) and 2 success (frame ACKed) */ in hostap_ap_tx_cb() 782 "%s: STA %pM did not ACK activity poll frame\n", in hostap_ap_tx_cb_poll() 969 /* control:ACK does not have addr2 or addr3 */ in prism2_send_mgmt() 1418 * issues, mark the STA authenticated before ACK. */ in handle_authen() 1448 * issues, mark the STA authenticated before ACK. */ in handle_authen() 1794 /* some STA f/w's seem to require control::ACK frame for in ap_handle_data_nullfunc() 1797 * send control::ACK for the data::nullfunc */ in ap_handle_data_nullfunc() 1799 printk(KERN_DEBUG "Sending control::ACK for data::nullfunc\n"); in ap_handle_data_nullfunc() 3041 /* some STA f/w's seem to require control::ACK fram in hostap_handle_sta_rx() [all...] |
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | ssh_packet_layer.c | 45 * - ACK received 55 * packets, containing all packets awaiting an ACK. 75 * does not need an ACK), the packet is completed by the transmitter thread 78 * On receival of an ACK, the receiver thread removes and obtains the 198 * Timeout as ktime_t delta for ACKs. If we have not received an ACK in this 214 * Maximum number of sequenced packets concurrently waiting for an ACK. 233 * ssh_ptl_should_drop_ack_packet() - Error injection hook to drop ACK packets. 237 * already considers ACKed (due to dropped ACK). In this case, the EC 239 * duplicate/already handled. Note that the driver should still send an ACK 335 ptl_info(packet->ptl, "packet error injection: dropping ACK packe in __ssh_ptl_should_drop_ack_packet() [all...] |