Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/net/
H A Dctcm_mpc.h96 __u8 th_is_xid; /* is 0x01 if this is XID */ member
H A Dctcm_mpc.c86 .th_is_xid = 0x01,
94 .th_is_xid = 0x01,
253 (header->th_is_xid == 0x01)) in ctcmpc_dump_skb()
276 (header->th_is_xid) ? "DATA" : "XID"); in ctcmpc_dump_skb()