Home
last modified time | relevance | path

Searched defs:xge_list_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-list.h38 typedef struct xge_list_t { struct
39 struct xge_list_t* prev; argument
40 struct xge_list_t* next; argument
41 } xge_list_t; typedef