Searched refs:fio_crc16 (Results 1 – 5 of 5) sorted by relevance
46 unsigned short fio_crc16(const void *buffer, unsigned int len) in fio_crc16() function
20 extern unsigned short fio_crc16(const void *buffer, unsigned int len);
95 fio_crc16(buf, size); in t_crc16()
191 crc = fio_crc16(cmd, FIO_NET_CMD_CRC_SZ); in verify_convert_cmd()281 crc = fio_crc16(pdu, cmd.pdu_len); in fio_net_recv_cmd()355 cmd->cmd_crc16 = __cpu_to_le16(fio_crc16(cmd, FIO_NET_CMD_CRC_SZ)); in fio_net_cmd_crc_pdu()358 cmd->pdu_crc16 = __cpu_to_le16(fio_crc16(pdu, pdu_len)); in fio_net_cmd_crc_pdu()
543 c = fio_crc16(p, hdr->len - hdr_size(hdr)); in verify_io_u_crc16()925 vh->crc16 = fio_crc16(p, len); in fill_crc16()