Home
last modified time | relevance | path

Searched refs:mpa_len (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2169 u16 mpa_len; in ecore_iwarp_mpa_classify() local
2184 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() local
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()
2303 mpa_len, fpdu->fpdu_length, fpdu->incomplete_bytes); in ecore_iwarp_update_fpdu_length()