Searched refs:curr_pkt (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_iwarp.c | 2399 struct unaligned_opaque_data *curr_pkt, in ecore_iwarp_send_fpdu() argument 2451 buf->data_phys_addr + curr_pkt->first_mpa_offset, in ecore_iwarp_send_fpdu() 2464 curr_pkt->first_mpa_offset, fpdu->incomplete_bytes, in ecore_iwarp_send_fpdu() 2472 struct unaligned_opaque_data *curr_pkt, in ecore_iwarp_mpa_get_data() argument 2478 *curr_pkt = *((struct unaligned_opaque_data *)&opaque_data); in ecore_iwarp_mpa_get_data() 2481 curr_pkt->first_mpa_offset = curr_pkt->tcp_payload_offset + in ecore_iwarp_mpa_get_data() 2482 OSAL_LE16_TO_CPU(curr_pkt->first_mpa_offset); in ecore_iwarp_mpa_get_data() 2483 curr_pkt->cid = OSAL_LE32_TO_CPU(curr_pkt->cid); in ecore_iwarp_mpa_get_data() 2487 opaque_data0, opaque_data1, curr_pkt->first_mpa_offset, in ecore_iwarp_mpa_get_data() 2488 curr_pkt->tcp_payload_offset, curr_pkt->flags, in ecore_iwarp_mpa_get_data() [all …]
|