Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_sysctl.c294 const struct firmware *fw, int bin_offset) in oce_fill_flash_img_data() argument
321 bin_offset)) in oce_fill_flash_img_data()
396 int rc = 0, i, bin_offset = 0, opcode, num_bytes; in oce_sh_be3_flashdata() local
401 bin_offset = (sizeof(struct flash_file_hdr) + in oce_sh_be3_flashdata()
403 p += bin_offset; in oce_sh_be3_flashdata()
435 oce_fill_flash_img_data(sc, fsec, &imgatt, i, fw, bin_offset); in oce_sh_be3_flashdata()
441 p = p + bin_offset + imgatt.img_offset; in oce_sh_be3_flashdata()