Home
last modified time | relevance | path

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

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h122 MTIP_PF_SE_ACTIVE_BIT = 2, /* secure erase */ enumerator
127 (1 << MTIP_PF_SE_ACTIVE_BIT) |
H A Dmtip32xx.c856 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()
3196 if (unlikely(test_bit(MTIP_PF_SE_ACTIVE_BIT, &dd->port->flags))) { in is_se_active()
3201 clear_bit(MTIP_PF_SE_ACTIVE_BIT, in is_se_active()