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

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c2725 struct mrsas_init_frame *init_frame; local
2758 init_frame = (struct mrsas_init_frame *)sc->ioc_init_mem;
2759 init_frame->cmd = MFI_CMD_INIT;
2760 init_frame->cmd_status = 0xFF;
2761 init_frame->flags |= MFI_FRAME_DONT_POST_IN_REPLY_QUEUE;
2765 init_frame->driver_operations.
2771 init_frame->driver_ver_lo = (bus_addr_t)sc->verbuf_phys_addr;
2772 init_frame->driver_ver_hi = 0;
2774 init_frame->driver_operations.mfi_capabilities.support_ndrive_r1_lb = 1;
2775 init_frame
[all...]

Completed in 87 milliseconds