Home
last modified time | relevance | path

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

/external/fio/
Dserver.c464 struct cmd_end_pdu epdu; in fio_net_send_ack() local
470 epdu.error = __cpu_to_le32(error); in fio_net_send_ack()
471 epdu.signal = __cpu_to_le32(signal); in fio_net_send_ack()
472 return fio_net_send_cmd(sk, FIO_NET_CMD_STOP, &epdu, sizeof(epdu), &tag, NULL); in fio_net_send_ack()