Searched refs:discontact_th (Results 1 – 2 of 2) sorted by relevance
190 struct th_header *discontact_th; member
228 kfree(ch->discontact_th); in channel_remove()1317 ch->discontact_th = kzalloc(TH_HEADER_LENGTH, GFP_KERNEL); in add_channel()1318 if (ch->discontact_th == NULL) in add_channel()1321 ch->discontact_th->th_blk_flag = TH_DISCONTACT; in add_channel()1392 ch->ccw[15].cda = virt_to_phys(ch->discontact_th); in add_channel()1446 kfree(ch->discontact_th); in add_channel()