Searched refs:xid_th (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dctcm_mpc.h182 struct th_header *xid_th; member in struct:mpc_group
H A Dctcm_main.h181 struct th_header *xid_th; member in struct:channel
H A Dctcm_mpc.c985 ch->xid_th = (struct th_header *)ch->xid_skb->data;
1316 grp->xid_th = (struct th_header *)grp->xid_skb->data;
1737 if (!(ch->xid_th && ch->xid && ch->xid_id))
1739 "%s(%s): xid_th=%p, xid=%p, xid_id=%p",
1740 CTCM_FUNTAIL, ch->id, ch->xid_th, ch->xid, ch->xid_id);
1744 if (ch->xid_th == NULL)
1749 ch->ccw[9].cda = virt_to_phys(ch->xid_th);
1782 if (ch->xid_th == NULL)
1787 ch->ccw[11].cda = virt_to_phys(ch->xid_th);
1811 CTCM_D3_DUMP((char *)ch->xid_th, TH_HEADER_LENGT
[all...]

Completed in 64 milliseconds