Searched refs:xge_list_is_empty (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/nxge/include/
H A Dxge-list.h62 * xge_list_is_empty - Is the list empty?
69 static inline int xge_list_is_empty(xge_list_t *header) function
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxge-queue.c57 if (xge_list_is_empty(&queue->list_head))
114 if (xge_list_is_empty(&queue->list_head)) {
303 if (!xge_list_is_empty(&queue->list_head)) {
353 xge_assert(!xge_list_is_empty(&queue->list_head));
H A Dxgehal-channel.c579 if (xge_list_is_empty(&hldev->fifo_channels) &&
580 xge_list_is_empty(&hldev->ring_channels)) {
H A Dxgehal-device.c5499 xge_assert(xge_list_is_empty(&hldev->fifo_channels));
5500 xge_assert(xge_list_is_empty(&hldev->ring_channels));
5507 while (!xge_list_is_empty(&hldev->free_channels)) {
7136 if (xge_list_is_empty(&hldev->fifo_channels) &&
7137 xge_list_is_empty(&hldev->ring_channels))

Completed in 146 milliseconds