Searched refs:soq (Results 1 – 1 of 1) sorted by relevance
2132 struct mpii_msg_sas_oper_request *soq; in mpii_sas_remove_device() local2154 soq = ccb->ccb_cmd; in mpii_sas_remove_device()2155 memset(soq, 0, sizeof(*soq)); in mpii_sas_remove_device()2156 soq->function = MPII_FUNCTION_SAS_IO_UNIT_CONTROL; in mpii_sas_remove_device()2157 soq->operation = MPII_SAS_OP_REMOVE_DEVICE; in mpii_sas_remove_device()2158 soq->dev_handle = htole16(handle); in mpii_sas_remove_device()