Searched refs:fpdu_length (Results 1 – 2 of 2) sorted by relevance
2179 fpdu->fpdu_length = *mpa_data << 8; in ecore_iwarp_mpa_classify()2185 fpdu->fpdu_length = ECORE_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in ecore_iwarp_mpa_classify()2187 if (fpdu->fpdu_length <= tcp_payload_len) in ecore_iwarp_mpa_classify()2195 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); in ecore_iwarp_mpa_classify()2215 else if (tcp_payload_size < fpdu->fpdu_length) in ecore_iwarp_init_fpdu()2216 fpdu->incomplete_bytes = fpdu->fpdu_length - tcp_payload_size; in ecore_iwarp_init_fpdu()2220 fpdu->mpa_frag_len = fpdu->fpdu_length - fpdu->incomplete_bytes; in ecore_iwarp_init_fpdu()2295 mpa_len = fpdu->fpdu_length | *mpa_data; in ecore_iwarp_update_fpdu_length()2296 fpdu->fpdu_length = ECORE_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in ecore_iwarp_update_fpdu_length()2297 fpdu->mpa_frag_len = fpdu->fpdu_length; in ecore_iwarp_update_fpdu_length()[all …]
91 u16 fpdu_length; member