Searched refs:m_slot (Results 1 – 5 of 5) sorted by relevance
486 if (s->m_slot[i]) { in display_slotinfo()489 (uintptr_t)s->m_slot[i]) == -1) { in display_slotinfo()491 s->m_slot[i] = NULL; in display_slotinfo()541 if (s->m_slot[i]) { in display_slotinfo()554 s->m_slot[i], i, in display_slotinfo()615 if (s->m_slot[i] == q) in display_slotinfo()629 if (s->m_slot[i] == q) in display_slotinfo()
608 if (slots->m_slot[MPTSAS_TM_SLOT(mpt)] != NULL) { in mptsas_raid_action_system_shutdown()621 slots->m_slot[MPTSAS_TM_SLOT(mpt)] = cmd; in mptsas_raid_action_system_shutdown()754 slots->m_slot[MPTSAS_TM_SLOT(mpt)] = NULL; in mptsas_raid_action_system_shutdown()
1112 if (slots->m_slot[MPTSAS_TM_SLOT(mpt)] != NULL) { in mptsas_ioc_task_management()1136 slots->m_slot[MPTSAS_TM_SLOT(mpt)] = cmd; in mptsas_ioc_task_management()1199 slots->m_slot[MPTSAS_TM_SLOT(mpt)] = NULL; in mptsas_ioc_task_management()
3578 } while (slots->m_slot[slot] != NULL); in mptsas_save_cmd()3580 if (slots->m_slot[slot] != NULL) in mptsas_save_cmd()3586 slots->m_slot[slot] = cmd; in mptsas_save_cmd()5251 cmd = slots->m_slot[SMID]; in mptsas_handle_scsi_io_success()5359 cmd = slots->m_slot[SMID]; in mptsas_handle_address_reply()5472 cmd = slots->m_slot[SMID]; in mptsas_handle_address_reply()8435 if (cmd == slots->m_slot[slot]) { in mptsas_remove_cmd()8438 slots->m_slot[slot] = NULL; in mptsas_remove_cmd()8475 ASSERT(cmd != slots->m_slot[cmd->cmd_slot]); in mptsas_remove_cmd()9346 if ((cmd = slots->m_slot[slot]) == NULL) in mptsas_flush_target()[all …]
492 mptsas_cmd_t *m_slot[1]; member