Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h319 extern unsigned short t10crc16(const unsigned char *blk_adr, unsigned long blk_len, unsigned short …
H A Docs_utils.c2275 t10crc16(const unsigned char *blk_adr, unsigned long blk_len, unsigned short crc) in t10crc16() argument
2277 if (blk_len > 0) { in t10crc16()
2278 while (blk_len--) { in t10crc16()