Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-channel.c383 xge_list_remove(&channel->item); in xge_hal_channel_open()
387 xge_list_remove(&channel->item); in xge_hal_channel_open()
571 xge_list_remove(&channel->item); in xge_hal_channel_close()
H A Dxge-queue.c59 xge_list_remove(&elem->item); in __queue_consume()
H A Dxgehal-device.c5508 xge_list_remove(&channel->item); in xge_hal_device_terminate()
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h98 static inline void xge_list_remove(xge_list_t *item) in xge_list_remove() function