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.c410 tlv->type = htons(CMD_ACK); in dut_run()
426 tlv->type = htons(CMD_ACK); in dut_run()
444 tlv->type = htons(CMD_ACK); in dut_run()
469 tlv->type = htons(CMD_ACK); in dut_run()
547 return ntohs(tlv->type) == CMD_ACK ? 0 : -EINVAL; in send_and_recv_msg()
H A Dxdp_features.h8 CMD_ACK, /* CMD + data */ enumerator
/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
176 case CMD_ACK: in yurex_interrupt()