Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mly/
Dmly.c1047 mci.param.setmemorymailbox.command_mailbox_physaddr = in mly_enable_mmbox()
1049 mci.param.setmemorymailbox.status_mailbox_physaddr = in mly_enable_mmbox()
1051 mci.param.setmemorymailbox.health_buffer_physaddr = in mly_enable_mmbox()
1058 mci.param.setmemorymailbox.health_buffer_size = sizeof(union mly_health_region) / 1024; in mly_enable_mmbox()
1061 mci.param.setmemorymailbox.command_mailbox_physaddr, sp[0], in mly_enable_mmbox()
1062 mci.param.setmemorymailbox.status_mailbox_physaddr, sp[1], in mly_enable_mmbox()
1063 mci.param.setmemorymailbox.health_buffer_physaddr, in mly_enable_mmbox()
1064 mci.param.setmemorymailbox.health_buffer_size); in mly_enable_mmbox()
2677 io->param.setmemorymailbox.health_buffer_size); in mly_print_packet()
2679 io->param.setmemorymailbox.health_buffer_physaddr); in mly_print_packet()
[all …]
Dmlyreg.h1069 struct mly_ioctl_param_setmemorymailbox setmemorymailbox; member