Home
last modified time | relevance | path

Searched refs:th_header (Results 1 – 5 of 5) sorted by relevance

/drivers/s390/net/
Dctcm_mpc.h82 struct th_header { struct
106 struct th_header th; argument
110 #define TH_HEADER_LENGTH (sizeof(struct th_header))
155 struct th_header *th;
182 struct th_header *xid_th;
185 struct th_header *rcvd_xid_th;
Dctcm_main.h165 struct th_header *xid_th;
168 struct th_header *rcvd_xid_th;
174 struct th_header *discontact_th;
Dctcm_mpc.c84 static const struct th_header thnorm = {
92 static const struct th_header thdummy = {
245 struct th_header *header; in ctcmpc_dump_skb()
254 header = (struct th_header *)p; in ctcmpc_dump_skb()
989 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()
1066 struct th_header *header = NULL; in ctcmpc_unpack_skb()
1077 header = (struct th_header *)pskb->data; in ctcmpc_unpack_skb()
1320 grp->xid_th = (struct th_header *)grp->xid_skb->data; in ctcmpc_init_mpc_group()
1341 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in ctcmpc_init_mpc_group()
1437 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in mpc_action_go_inop()
[all …]
Dctcm_main.c664 struct th_header *header; in ctcmpc_transmit_skb()
1353 ch->discontact_th = (struct th_header *) in add_channel()
Dctcm_fsms.c1232 struct th_header *header; in ctcmpc_chx_txdone()