Searched refs:tl_endpt_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c313 * Each endpoint is represented by the tl_endpt_t structure which keeps all the
547 typedef struct tl_endpt tl_endpt_t; typedef in typeref:struct:tl_endpt
549 typedef void (tlproc_t)(mblk_t *, tl_endpt_t *);
610 tl_endpt_t *_te_oconp; /* conn request pending */
611 tl_endpt_t *_te_conp; /* connected endpt */
619 tl_endpt_t *_te_lastep; /* last dest. endpoint */
620 tl_endpt_t *_te_flowq; /* flow controlled on whom */
831 static void tl_do_proto(mblk_t *, tl_endpt_t *);
832 static void tl_do_ioctl(mblk_t *, tl_endpt_t *);
833 static void tl_do_ioctl_ser(mblk_t *, tl_endpt_t *);
[all...]

Completed in 48 milliseconds