Home
last modified time | relevance | path

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

/drivers/s390/net/
Dctcm_mpc.h81 struct th_header { struct
105 struct th_header th; argument
109 #define TH_HEADER_LENGTH (sizeof(struct th_header))
154 struct th_header *th;
181 struct th_header *xid_th;
184 struct th_header *rcvd_xid_th;
Dctcm_main.h179 struct th_header *xid_th;
182 struct th_header *rcvd_xid_th;
188 struct th_header *discontact_th;
Dctcm_mpc.c81 static const struct th_header thnorm = {
89 static const struct th_header thdummy = {
242 struct th_header *header; in ctcmpc_dump_skb()
251 header = (struct th_header *)p; in ctcmpc_dump_skb()
980 ch->xid_th = (struct th_header *)ch->xid_skb->data; in mpc_channel_action()
1059 struct th_header *header = NULL; in ctcmpc_unpack_skb()
1070 header = (struct th_header *)pskb->data; in ctcmpc_unpack_skb()
1311 grp->xid_th = (struct th_header *)grp->xid_skb->data; in ctcmpc_init_mpc_group()
1332 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in ctcmpc_init_mpc_group()
1424 grp->rcvd_xid_th = (struct th_header *)grp->rcvd_xid_skb->data; in mpc_action_go_inop()
[all …]
Dctcm_main.c669 struct th_header *header; in ctcmpc_transmit_skb()
Dctcm_fsms.c1230 struct th_header *header; in ctcmpc_chx_txdone()