Home
last modified time | relevance | path

Searched refs:th_ch_flag (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/s390/net/
H A Dctcm_mpc.c84 .th_ch_flag = TH_IS_XID,
92 .th_ch_flag = 0x00,
247 switch (header->th_ch_flag) { in ctcmpc_dump_skb()
273 ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag); in ctcmpc_dump_skb()
659 header->th.th_ch_flag = TH_SWEEP_RESP; in ctcmpc_send_sweep_resp()
1048 (header->th_ch_flag == 0) && in ctcmpc_unpack_skb()
1061 if (likely(header->th_ch_flag == TH_HAS_PDU)) { in ctcmpc_unpack_skb()
1179 if (header->th_ch_flag == TH_SWEEP_REQ) in ctcmpc_unpack_skb()
1181 else if (header->th_ch_flag == TH_SWEEP_RESP) in ctcmpc_unpack_skb()
H A Dctcm_mpc.h84 __u8 th_ch_flag; member
H A Dctcm_main.c627 header->th.th_ch_flag = TH_SWEEP_REQ; /* 0x0f */ in ctcmpc_send_sweep_req()
743 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_transmit_skb()
H A Dctcm_fsms.c1310 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_chx_txdone()
1793 switch (header->th.th_ch_flag) { in ctcmpc_chx_send_sweep()