RX_CMP_LEN_SHIFT
len = flags >> RX_CMP_LEN_SHIFT;
len = le32_to_cpu(rxcmp->rx_cmp_len_flags_type) >> RX_CMP_LEN_SHIFT;