Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/net/
Dctcm_mpc.c84 .th_ch_flag = TH_IS_XID,
92 .th_ch_flag = 0x00,
245 switch (header->th_ch_flag) { in ctcmpc_dump_skb()
271 ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag); in ctcmpc_dump_skb()
665 header->th.th_ch_flag = TH_SWEEP_RESP; in ctcmpc_send_sweep_resp()
1060 (header->th_ch_flag == 0) && in ctcmpc_unpack_skb()
1073 if (likely(header->th_ch_flag == TH_HAS_PDU)) { in ctcmpc_unpack_skb()
1191 if (header->th_ch_flag == TH_SWEEP_REQ) in ctcmpc_unpack_skb()
1193 else if (header->th_ch_flag == TH_SWEEP_RESP) in ctcmpc_unpack_skb()
Dctcm_mpc.h84 __u8 th_ch_flag; member
Dctcm_main.c636 header->th.th_ch_flag = TH_SWEEP_REQ; /* 0x0f */ in ctcmpc_send_sweep_req()
777 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_transmit_skb()
Dctcm_fsms.c1318 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_chx_txdone()
1807 switch (header->th.th_ch_flag) { in ctcmpc_chx_send_sweep()