Searched refs:fpdu (Results 1 – 1 of 1) sorted by relevance
591 struct ecore_iwarp_fpdu *fpdu; in ecore_iwarp_destroy_qp() local594 fpdu = ecore_iwarp_get_curr_fpdu(p_hwfn, qp->icid); in ecore_iwarp_destroy_qp()595 if (fpdu && fpdu->incomplete_bytes) in ecore_iwarp_destroy_qp()598 fpdu->incomplete_bytes); in ecore_iwarp_destroy_qp()2158 struct ecore_iwarp_fpdu *fpdu,2163 struct ecore_iwarp_fpdu *fpdu, in ecore_iwarp_mpa_classify() argument2171 if (fpdu->incomplete_bytes) { in ecore_iwarp_mpa_classify()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()[all …]