Home
last modified time | relevance | path

Searched refs:MTIP_PF_IC_ACTIVE_BIT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/mtip32xx/
H A Dmtip32xx.h121 MTIP_PF_IC_ACTIVE_BIT = 0, /* pio/ioctl */ enumerator
126 MTIP_PF_PAUSE_IO = ((1 << MTIP_PF_IC_ACTIVE_BIT) |
H A Dmtip32xx.c524 if (test_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags)) { in mtip_handle_tfe()
700 if (test_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags) && cmd) { in mtip_process_legacy()
992 set_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()
1004 clear_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()
1050 clear_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()
/kernel/linux/linux-6.6/drivers/block/mtip32xx/
H A Dmtip32xx.h120 MTIP_PF_IC_ACTIVE_BIT = 0, /* pio/ioctl */ enumerator
125 MTIP_PF_PAUSE_IO = ((1 << MTIP_PF_IC_ACTIVE_BIT) |
H A Dmtip32xx.c512 if (test_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags)) { in mtip_handle_tfe()
688 if (test_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags) && cmd) { in mtip_process_legacy()
980 set_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()
992 clear_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()
1038 clear_bit(MTIP_PF_IC_ACTIVE_BIT, &port->flags); in mtip_exec_internal_command()

Completed in 14 milliseconds