Searched refs:int_kekls (Results 1 – 1 of 1) sorted by relevance
205 struct tape3592_kekl_query_data *int_kekls; in tape_3592_kekl_query() local209 int_kekls = kmalloc(sizeof(*int_kekls), GFP_KERNEL|GFP_DMA); in tape_3592_kekl_query()210 if (!int_kekls) in tape_3592_kekl_query()223 tape_ccw_end(request->cpaddr + 1, READ_SS_DATA, sizeof(*int_kekls), in tape_3592_kekl_query()224 int_kekls); in tape_3592_kekl_query()228 int_to_ext_kekl_pair(&int_kekls->kekls, ext_kekls); in tape_3592_kekl_query()234 kfree(int_kekls); in tape_3592_kekl_query()