Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.h506 #define MPT3_CMD_COMPLETE_ASYNC 0x0010 /* tells whether cmd completes in same thread or not */ macro
Dmpt3sas_base.c7465 if (ioc->port_enable_cmds.status & MPT3_CMD_COMPLETE_ASYNC) { in mpt3sas_port_enable_done()
7466 ioc->port_enable_cmds.status &= ~MPT3_CMD_COMPLETE_ASYNC; in mpt3sas_port_enable_done()
7569 ioc->port_enable_cmds.status |= MPT3_CMD_COMPLETE_ASYNC; in mpt3sas_port_enable()