Searched refs:cip_header (Results 1 – 1 of 1) sorted by relevance
684 u32 cip_header[2]; in handle_in_packet() local690 cip_header[0] = be32_to_cpu(buffer[0]); in handle_in_packet()691 cip_header[1] = be32_to_cpu(buffer[1]); in handle_in_packet()697 if (((cip_header[0] & CIP_EOH_MASK) == CIP_EOH) || in handle_in_packet()698 ((cip_header[1] & CIP_EOH_MASK) != CIP_EOH) || in handle_in_packet()699 ((cip_header[1] & CIP_FMT_MASK) != CIP_FMT_AM)) { in handle_in_packet()702 cip_header[0], cip_header[1]); in handle_in_packet()708 ((cip_header[1] & CIP_FDF_MASK) == in handle_in_packet()713 (cip_header[0] & AMDTP_DBS_MASK) >> AMDTP_DBS_SHIFT; in handle_in_packet()718 cip_header[0]); in handle_in_packet()[all …]