Searched refs:MTIP_PF_SE_ACTIVE_BIT (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 123 MTIP_PF_SE_ACTIVE_BIT = 2, /* secure erase */ enumerator 128 (1 << MTIP_PF_SE_ACTIVE_BIT) |
|
H A D | mtip32xx.c | 868 clear_bit(MTIP_PF_SE_ACTIVE_BIT, &port->flags); in mtip_pause_ncq() 995 set_bit(MTIP_PF_SE_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command() 3385 if (unlikely(test_bit(MTIP_PF_SE_ACTIVE_BIT, &dd->port->flags))) { in is_se_active() 3390 clear_bit(MTIP_PF_SE_ACTIVE_BIT, in is_se_active()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.h | 122 MTIP_PF_SE_ACTIVE_BIT = 2, /* secure erase */ enumerator 127 (1 << MTIP_PF_SE_ACTIVE_BIT) |
|
H A D | mtip32xx.c | 856 clear_bit(MTIP_PF_SE_ACTIVE_BIT, &port->flags); in mtip_pause_ncq() 983 set_bit(MTIP_PF_SE_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command() 3211 if (unlikely(test_bit(MTIP_PF_SE_ACTIVE_BIT, &dd->port->flags))) { in is_se_active() 3216 clear_bit(MTIP_PF_SE_ACTIVE_BIT, in is_se_active()
|
Completed in 10 milliseconds