Home
last modified time | relevance | path

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

/drivers/s390/net/
Dctcm_mpc.c86 .th_ch_flag = TH_IS_XID,
94 .th_ch_flag = 0x00,
259 switch (header->th_ch_flag) { in ctcmpc_dump_skb()
285 ctcm_pr_debug("th->ch : %02x\n", header->th_ch_flag); in ctcmpc_dump_skb()
684 header->th.th_ch_flag = TH_SWEEP_RESP; in ctcmpc_send_sweep_resp()
1079 (header->th_ch_flag == 0) && in ctcmpc_unpack_skb()
1092 if (likely(header->th_ch_flag == TH_HAS_PDU)) { in ctcmpc_unpack_skb()
1212 if (header->th_ch_flag == TH_SWEEP_REQ) in ctcmpc_unpack_skb()
1214 else if (header->th_ch_flag == TH_SWEEP_RESP) in ctcmpc_unpack_skb()
Dctcm_mpc.h84 __u8 th_ch_flag; member
Dctcm_main.c630 header->th.th_ch_flag = TH_SWEEP_REQ; /* 0x0f */ in ctcmpc_send_sweep_req()
773 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_transmit_skb()
Dctcm_fsms.c1323 header->th_ch_flag = TH_HAS_PDU; /* Normal data */ in ctcmpc_chx_txdone()
1802 switch (header->th.th_ch_flag) { in ctcmpc_chx_send_sweep()