Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h118 struct ecore_iwarp_fpdu *partial_fpdus; member
H A Decore_iwarp.c1714 if (iwarp_info->partial_fpdus) in ecore_iwarp_resc_free()
1715 OSAL_FREE(p_hwfn->p_dev, iwarp_info->partial_fpdus); in ecore_iwarp_resc_free()
2124 partial_fpdu = &iwarp_info->partial_fpdus[idx]; in ecore_iwarp_get_curr_fpdu()
3232 iwarp_info->partial_fpdus = in ecore_iwarp_ll2_start()
3234 sizeof(*iwarp_info->partial_fpdus) * in ecore_iwarp_ll2_start()
3237 if (!iwarp_info->partial_fpdus) { in ecore_iwarp_ll2_start()