Searched refs:mpa_len (Results 1 – 1 of 1) sorted by relevance
2169 u16 mpa_len; in ecore_iwarp_mpa_classify() local2184 mpa_len = ntohs(*((u16 *)(mpa_data))); in ecore_iwarp_mpa_classify()2185 fpdu->fpdu_length = ECORE_IWARP_FPDU_LEN_WITH_PAD(mpa_len); in ecore_iwarp_mpa_classify()2291 u16 mpa_len; in ecore_iwarp_update_fpdu_length() local2295 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()2303 mpa_len, fpdu->fpdu_length, fpdu->incomplete_bytes); in ecore_iwarp_update_fpdu_length()