Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.c2253 (u8 *)(buf->data) + pkt_data->first_mpa_offset, in ecore_iwarp_copy_fpdu()
2258 (u8 *)(buf->data) + pkt_data->first_mpa_offset, in ecore_iwarp_copy_fpdu()
2453 buf->data_phys_addr + curr_pkt->first_mpa_offset, in ecore_iwarp_send_fpdu()
2466 curr_pkt->first_mpa_offset, fpdu->incomplete_bytes, in ecore_iwarp_send_fpdu()
2483 curr_pkt->first_mpa_offset = curr_pkt->tcp_payload_offset + in ecore_iwarp_mpa_get_data()
2484 OSAL_LE16_TO_CPU(curr_pkt->first_mpa_offset); in ecore_iwarp_mpa_get_data()
2489 opaque_data0, opaque_data1, curr_pkt->first_mpa_offset, in ecore_iwarp_mpa_get_data()
2640 curr_pkt->first_mpa_offset += fpdu->fpdu_length; in ecore_iwarp_process_mpa_pkt()
2681 curr_pkt->first_mpa_offset += fpdu->incomplete_bytes; in ecore_iwarp_process_mpa_pkt()
2761 mpa_buf->data.first_mpa_offset; in ecore_iwarp_ll2_comp_mpa_pkt()
[all …]
H A Decore_hsi_iwarp.h1219 __le16 first_mpa_offset /* offset of first MPA byte that should be processed */; member