Searched refs:len_in_bytes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_recv.c692 calc_cksum(u16_t *hdr, u32_t len_in_bytes, u32_t sum) argument
694 // len_in_bytes - the length in bytes of the header
696 while (len_in_bytes > 1)
699 len_in_bytes -= 2;
704 if (len_in_bytes)

Completed in 58 milliseconds