Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/oce/
H A Doce_sysctl.c295 const struct firmware *fw, int bin_offset) in oce_fill_flash_img_data() argument
322 bin_offset)) in oce_fill_flash_img_data()
397 int rc = 0, i, bin_offset = 0, opcode, num_bytes; in oce_sh_be3_flashdata() local
402 bin_offset = (sizeof(struct flash_file_hdr) + in oce_sh_be3_flashdata()
404 p += bin_offset; in oce_sh_be3_flashdata()
436 oce_fill_flash_img_data(sc, fsec, &imgatt, i, fw, bin_offset); in oce_sh_be3_flashdata()
442 p = p + bin_offset + imgatt.img_offset; in oce_sh_be3_flashdata()