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

/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_init_ops.c626 struct bin_buffer_hdr *buf_hdr; local
635 buf_hdr = (struct bin_buffer_hdr *)data;
637 offset = buf_hdr[BIN_BUF_INIT_FW_VER_INFO].offset;
640 offset = buf_hdr[BIN_BUF_INIT_CMD].offset;
643 offset = buf_hdr[BIN_BUF_INIT_VAL].offset;
646 offset = buf_hdr[BIN_BUF_INIT_MODE_TREE].offset;
648 len = buf_hdr[BIN_BUF_INIT_CMD].length;
651 offset = buf_hdr[BIN_BUF_INIT_OVERLAYS].offset;
653 len = buf_hdr[BIN_BUF_INIT_OVERLAYS].length;

Completed in 119 milliseconds