Home
last modified time | relevance | path

Searched refs:ETM_XPORT_OPT_MTU_SZ (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_xport_api.h227 ETM_XPORT_OPT_MTU_SZ, /* read/write MTU in bytes */ enumerator
271 #define ETM_XPORT_OPT_MTU_SZ (1) macro
H A Detm_xport_api_dd.c298 (op_ctl_ptr->oo_opt == ETM_XPORT_OPT_MTU_SZ)) { in etm_fake_ioctl()
612 ETM_XPORT_OPT_MTU_SZ)) < 0) { in etm_xport_buffered_read()
1371 if (opt == ETM_XPORT_OPT_MTU_SZ) { in etm_xport_get_opt()
H A Detm.c851 if ((n = etm_xport_get_opt(hdl, conn, ETM_XPORT_OPT_MTU_SZ)) < 0) { in etm_io_op()