Searched refs:BLK_QC_T_SHIFT (Results 1 – 1 of 1) sorted by relevance
249 #define BLK_QC_T_SHIFT 16 macro258 return tag | (queue_num << BLK_QC_T_SHIFT); in blk_tag_to_qc_t()263 return cookie >> BLK_QC_T_SHIFT; in blk_qc_t_to_queue_num()268 return cookie & ((1u << BLK_QC_T_SHIFT) - 1); in blk_qc_t_to_tag()