Home
last modified time | relevance | path

Searched refs:xge_list_remove (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/nxge/xgehal/
HDxgehal-channel.c386 xge_list_remove(&channel->item); in xge_hal_channel_open()
390 xge_list_remove(&channel->item); in xge_hal_channel_open()
576 xge_list_remove(&channel->item); in xge_hal_channel_close()
HDxge-queue.c64 xge_list_remove(&elem->item); in __queue_consume()
HDxgehal-device.c5512 xge_list_remove(&channel->item); in xge_hal_device_terminate()
/freebsd-11-stable/sys/dev/nxge/include/
HDxge-list.h103 static inline void xge_list_remove(xge_list_t *item) in xge_list_remove() function