Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/oce/
H A Doce_sysctl.c299 const struct firmware *fw, int bin_offset) in oce_fill_flash_img_data() argument
326 bin_offset)) in oce_fill_flash_img_data()
401 int rc = 0, i, bin_offset = 0, opcode, num_bytes; in oce_sh_be3_flashdata() local
406 bin_offset = (sizeof(struct flash_file_hdr) + in oce_sh_be3_flashdata()
408 p += bin_offset; in oce_sh_be3_flashdata()
441 oce_fill_flash_img_data(sc, fsec, &imgatt, i, fw, bin_offset); in oce_sh_be3_flashdata()
447 p = p + bin_offset + imgatt.img_offset; in oce_sh_be3_flashdata()