fpdu_length 1844 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->fpdu_length = *mpa_data << BITS_PER_BYTE; fpdu_length 1850 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); fpdu_length 1852 drivers/net/ethernet/qlogic/qed/qed_iwarp.c if (fpdu->fpdu_length <= tcp_payload_len) fpdu_length 1860 drivers/net/ethernet/qlogic/qed/qed_iwarp.c pkt_type_str[pkt_type], fpdu->fpdu_length, tcp_payload_len); fpdu_length 1879 drivers/net/ethernet/qlogic/qed/qed_iwarp.c else if (tcp_payload_size < fpdu->fpdu_length) fpdu_length 1880 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->incomplete_bytes = fpdu->fpdu_length - tcp_payload_size; fpdu_length 1884 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->mpa_frag_len = fpdu->fpdu_length - fpdu->incomplete_bytes; fpdu_length 1958 drivers/net/ethernet/qlogic/qed/qed_iwarp.c mpa_len = fpdu->fpdu_length | *mpa_data; fpdu_length 1959 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->fpdu_length = QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len); fpdu_length 1962 drivers/net/ethernet/qlogic/qed/qed_iwarp.c fpdu->incomplete_bytes = fpdu->fpdu_length - 1; fpdu_length 1966 drivers/net/ethernet/qlogic/qed/qed_iwarp.c mpa_len, fpdu->fpdu_length, fpdu->incomplete_bytes); fpdu_length 2079 drivers/net/ethernet/qlogic/qed/qed_iwarp.c tcp_payload_size <= fpdu->fpdu_length) fpdu_length 2214 drivers/net/ethernet/qlogic/qed/qed_iwarp.c mpa_buf->tcp_payload_len -= fpdu->fpdu_length; fpdu_length 2215 drivers/net/ethernet/qlogic/qed/qed_iwarp.c curr_pkt->first_mpa_offset += fpdu->fpdu_length; fpdu_length 83 drivers/net/ethernet/qlogic/qed/qed_iwarp.h u16 fpdu_length;