Home
last modified time | relevance | path

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

/freebsd/sbin/nvmecontrol/modules/wdc/
H A Dwdc.c160 uint32_t cmd, int len_off) in wdc_do_dump_e6() argument
201 len = be32dec(buf + len_off); in wdc_do_dump_e6()
266 uint64_t *log_size, int len_off) in wdc_get_dui_log_size() argument
282 hdr += len_off; in wdc_get_dui_log_size()
320 const char *suffix, uint32_t opcode, int len_off) in wdc_do_dump_dui() argument
330 wdc_get_dui_log_size(fd, opcode, data_area, &log_len, len_off); in wdc_do_dump_dui()
348 hdr_ver = ((buf[len_off] & 0xF) != 0) ? in wdc_do_dump_dui()
349 (buf[len_off]) : (le16dec(buf + len_off)); in wdc_do_dump_dui()