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

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

Completed in 147 milliseconds