Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h120 struct ecore_iwarp_fpdu *partial_fpdus; member
H A Decore_iwarp.c1716 if (iwarp_info->partial_fpdus) in ecore_iwarp_resc_free()
1717 OSAL_FREE(p_hwfn->p_dev, iwarp_info->partial_fpdus); in ecore_iwarp_resc_free()
2126 partial_fpdu = &iwarp_info->partial_fpdus[idx]; in ecore_iwarp_get_curr_fpdu()
3234 iwarp_info->partial_fpdus = in ecore_iwarp_ll2_start()
3236 sizeof(*iwarp_info->partial_fpdus) * in ecore_iwarp_ll2_start()
3239 if (!iwarp_info->partial_fpdus) { in ecore_iwarp_ll2_start()