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

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c3444 struct mrsas_init_frame *init_frame; local
3463 init_frame = (struct mrsas_init_frame *)cmd->frame;
3465 ((unsigned long)init_frame + 64);
3467 (void) memset(init_frame, 0, MRMFI_FRAME_SIZE);
3494 &init_frame->cmd, MFI_CMD_OP_INIT);
3495 ddi_put8(cmd->frame_dma_obj.acc_handle, &init_frame->cmd_status,
3497 ddi_put16(cmd->frame_dma_obj.acc_handle, &init_frame->flags, 0);
3499 &init_frame->queue_info_new_phys_addr_lo,
3502 &init_frame->queue_info_new_phys_addr_hi, 0);
3532 ddi_put64(cmd->frame_dma_obj.acc_handle, &init_frame
3686 struct mrsas_init_frame *init_frame; local
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c2205 struct megasas_init_frame *init_frame; local
2266 init_frame = (struct megasas_init_frame *)cmd->frame;
2268 ((unsigned long)init_frame + 64);
2270 (void) memset(init_frame, 0, MEGAMFI_FRAME_SIZE);
2289 init_frame->cmd = MFI_CMD_OP_INIT;
2290 init_frame->cmd_status = MFI_CMD_STATUS_POLL_MODE;
2291 init_frame->flags = 0;
2292 init_frame->queue_info_new_phys_addr_lo =
2294 init_frame->queue_info_new_phys_addr_hi = 0;
2296 init_frame
[all...]

Completed in 72 milliseconds