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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_iwarp.h99 osal_list_t mpa_buf_list;/* list of mpa_bufs */ member in struct:ecore_iwarp_info
H A Decore_iwarp.c2720 &iwarp_info->mpa_buf_list);
2740 mpa_buf = OSAL_LIST_FIRST_ENTRY(&iwarp_info->mpa_buf_list,
2753 OSAL_LIST_REMOVE_ENTRY(&mpa_buf->list_entry, &iwarp_info->mpa_buf_list);
3273 OSAL_LIST_INIT(&iwarp_info->mpa_buf_list);
3276 &iwarp_info->mpa_buf_list);

Completed in 78 milliseconds