Home
last modified time | relevance | path

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

/external/fio/
Dserver.c450 struct cmd_end_pdu epdu; in fio_net_send_ack() local
456 epdu.error = __cpu_to_le32(error); in fio_net_send_ack()
457 epdu.signal = __cpu_to_le32(signal); in fio_net_send_ack()
458 return fio_net_send_cmd(sk, FIO_NET_CMD_STOP, &epdu, sizeof(epdu), &tag, NULL); in fio_net_send_ack()