Home
last modified time | relevance | path

Searched refs:CMD_ACK (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dxdp_features.h8 CMD_ACK, /* CMD + data */ enumerator
H A Dxdp_features.c409 tlv->type = htons(CMD_ACK); in dut_run()
425 tlv->type = htons(CMD_ACK); in dut_run()
443 tlv->type = htons(CMD_ACK); in dut_run()
468 tlv->type = htons(CMD_ACK); in dut_run()
546 return ntohs(tlv->type) == CMD_ACK ? 0 : -EINVAL; in send_and_recv_msg()
/linux/drivers/net/can/softing/
H A Dsofting.h155 #define CMD_ACK 0x02 macro
H A Dsofting_main.c280 if (cmd & CMD_ACK) { in softing_handle_1()
/linux/drivers/usb/misc/
H A Dyurex.c24 #define CMD_ACK '!' macro
87 /* on success, sender woken up by CMD_ACK int in, or timeout */ in yurex_control_callback()
176 case CMD_ACK: in yurex_interrupt()
502 /* make sure URB is idle after timeout or (spurious) CMD_ACK */ in yurex_write()