Searched refs:int_kekls (Results 1 – 1 of 1) sorted by relevance
206 struct tape3592_kekl_query_data *int_kekls; in tape_3592_kekl_query() local210 int_kekls = kmalloc(sizeof(*int_kekls), GFP_KERNEL|GFP_DMA); in tape_3592_kekl_query()211 if (!int_kekls) in tape_3592_kekl_query()224 tape_ccw_end(request->cpaddr + 1, READ_SS_DATA, sizeof(*int_kekls), in tape_3592_kekl_query()225 int_kekls); in tape_3592_kekl_query()229 int_to_ext_kekl_pair(&int_kekls->kekls, ext_kekls); in tape_3592_kekl_query()235 kfree(int_kekls); in tape_3592_kekl_query()