Searched refs:hold_active (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/fsl-mc/ |
H A D | fsl_dpni.h | 234 MC_RSP_OP(cmd, 1, 63, 1, char, (queue)->destination.hold_active); \ 250 MC_CMD_OP(cmd, 1, 63, 1, char, (queue)->destination.hold_active); \ 1197 char hold_active; member
|
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpni.h | 806 char hold_active; member
|
H A D | dpni.c | 1545 queue->destination.hold_active); in dpni_set_queue() 1603 queue->destination.hold_active = dpni_get_field(rsp_params->flags, in dpni_get_queue()
|
/openbmc/linux/drivers/md/ |
H A D | md.h | 328 int hold_active; member
|
H A D | md.c | 740 new->hold_active = UNTIL_IOCTL; in mddev_alloc() 747 new->hold_active = UNTIL_STOP; in mddev_alloc() 4523 if (mddev->hold_active == UNTIL_IOCTL) in array_state_store() 4524 mddev->hold_active = 0; in array_state_store() 5723 mddev->hold_active = UNTIL_STOP; in md_alloc() 5759 mddev->hold_active = 0; in md_alloc() 6247 if (mddev->hold_active) in md_clean() 6522 if (mddev->hold_active == UNTIL_STOP) in do_md_stop() 6523 mddev->hold_active = 0; in do_md_stop() 7826 mddev->hold_active = 0; in md_ioctl() [all …]
|