mtw_node
struct mtw_node *mn;
mn = malloc(sizeof (struct mtw_node), M_USBDEV, M_NOWAIT | M_ZERO);
struct mtw_node *mn = (void *)ni;