Home
last modified time | relevance | path

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

/drivers/s390/net/
Dctcm_mpc.c83 .th_ch_flag = TH_IS_XID,
91 .th_ch_flag = 0x00,
244 switch (header->th_ch_flag) { in ctcmpc_dump_skb()
270 ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag); in ctcmpc_dump_skb()
664 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.h83 __u8 th_ch_flag; member
Dctcm_main.c635 header->th.th_ch_flag = TH_SWEEP_REQ; /* 0x0f */ in ctcmpc_send_sweep_req()
776 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_transmit_skb()
Dctcm_fsms.c1317 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()