Searched refs:PQI_MAKE_REQID (Results 1 – 3 of 3) sorted by relevance
433 rqst->request_id = PQI_MAKE_REQID(io->io_index, io->io_gen); in lun_reset_worker()543 rqst->request_id = PQI_MAKE_REQID(io->io_index, io->io_gen); in setup_aio_request()583 rqst->rp_id = PQI_MAKE_REQID(io->io_index, io->io_gen); in setup_raid_request()
84 #define PQI_MAKE_REQID(index, gen) (((gen) << PQI_GENSHIFT) | (index)) macro
1424 ((pqi_raid_path_request_t *)rqst)->rp_id = PQI_MAKE_REQID(io->io_index, in submit_raid_rqst_sync()