Home
last modified time | relevance | path

Searched refs:discontact_th (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dctcm_main.h190 struct th_header *discontact_th; member
H A Dctcm_main.c228 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()