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

/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c2724 struct mrsas_init_frame *init_frame; local
2757 init_frame = (struct mrsas_init_frame *)sc->ioc_init_mem;
2758 init_frame->cmd = MFI_CMD_INIT;
2759 init_frame->cmd_status = 0xFF;
2760 init_frame->flags |= htole16(MFI_FRAME_DONT_POST_IN_REPLY_QUEUE);
2764 init_frame->driver_operations.
2770 init_frame->driver_ver_lo = (bus_addr_t)sc->verbuf_phys_addr;
2771 init_frame->driver_ver_hi = 0;
2773 init_frame->driver_operations.mfi_capabilities.support_ndrive_r1_lb = 1;
2774 init_frame
[all...]

Completed in 158 milliseconds