Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c548 struct bin_buffer_hdr *buf_hdr; local
556 buf_hdr = (struct bin_buffer_hdr *)(uintptr_t)fw_data;
558 offset = buf_hdr[BIN_BUF_INIT_FW_VER_INFO].offset;
561 offset = buf_hdr[BIN_BUF_INIT_CMD].offset;
564 offset = buf_hdr[BIN_BUF_INIT_VAL].offset;
567 offset = buf_hdr[BIN_BUF_INIT_MODE_TREE].offset;
569 len = buf_hdr[BIN_BUF_INIT_CMD].length;
571 offset = buf_hdr[BIN_BUF_INIT_OVERLAYS].offset;
573 len = buf_hdr[BIN_BUF_INIT_OVERLAYS].length;