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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2169 u16 mpa_len; local
2184 mpa_len = ntohs(*((u16 *)(mpa_data)));
2185 fpdu->fpdu_length = ECORE_IWARP_FPDU_LEN_WITH_PAD(mpa_len);
2291 u16 mpa_len; local
2295 mpa_len = fpdu->fpdu_length | *mpa_data;
2296 fpdu->fpdu_length = ECORE_IWARP_FPDU_LEN_WITH_PAD(mpa_len);
2302 "MPA_ALIGN: Partial header mpa_len=%x fpdu_length=%x incomplete_bytes=%x\n",
2303 mpa_len, fpdu->fpdu_length, fpdu->incomplete_bytes);

Completed in 75 milliseconds