Searched defs:com_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dtgcom.h38 struct tgcom_objops *com_ops; member in struct:tgcom_obj
50 #define TGCOM_INIT(X) (*((struct tgcom_obj *)(X))->com_ops->com_init)\
52 #define TGCOM_FREE(X) (*((struct tgcom_obj *)(X))->com_ops->com_free) ((X))
54 (*((struct tgcom_obj *)(X))->com_ops->com_pkt) \
57 (*((struct tgcom_obj *)(X))->com_ops->com_transport) \

Completed in 56 milliseconds