Searched refs:discontact_th (Results 1 – 2 of 2) sorted by relevance
189 struct th_header *discontact_th; member
228 kfree(ch->discontact_th); in channel_remove()1324 ch->discontact_th = kzalloc(TH_HEADER_LENGTH, GFP_KERNEL); in add_channel()1325 if (ch->discontact_th == NULL) in add_channel()1328 ch->discontact_th->th_blk_flag = TH_DISCONTACT; in add_channel()1399 ch->ccw[15].cda = virt_to_phys(ch->discontact_th); in add_channel()1453 kfree(ch->discontact_th); in add_channel()