Lines Matching refs:fpdu_length
1828 fpdu->fpdu_length = *mpa_data << BITS_PER_BYTE; in qed_iwarp_mpa_classify()
1834 fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in qed_iwarp_mpa_classify()
1836 if (fpdu->fpdu_length <= tcp_payload_len) in qed_iwarp_mpa_classify()
1844 pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); in qed_iwarp_mpa_classify()
1863 else if (tcp_payload_size < fpdu->fpdu_length) in qed_iwarp_init_fpdu()
1864 fpdu->incomplete_bytes = fpdu->fpdu_length - tcp_payload_size; in qed_iwarp_init_fpdu()
1868 fpdu->mpa_frag_len = fpdu->fpdu_length - fpdu->incomplete_bytes; in qed_iwarp_init_fpdu()
1942 mpa_len = fpdu->fpdu_length | *mpa_data; in qed_iwarp_update_fpdu_length()
1943 fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in qed_iwarp_update_fpdu_length()
1946 fpdu->incomplete_bytes = fpdu->fpdu_length - 1; in qed_iwarp_update_fpdu_length()
1950 mpa_len, fpdu->fpdu_length, fpdu->incomplete_bytes); in qed_iwarp_update_fpdu_length()
2063 tcp_payload_size <= fpdu->fpdu_length) in qed_iwarp_send_fpdu()
2198 mpa_buf->tcp_payload_len -= fpdu->fpdu_length; in qed_iwarp_process_mpa_pkt()
2199 curr_pkt->first_mpa_offset += fpdu->fpdu_length; in qed_iwarp_process_mpa_pkt()