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

/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.c3713 #define SETFUNC(x) ((x) ? usbgem_param_set : NULL) macro
3738 SETFUNC(dp->mii_status & MII_STATUS_CANAUTONEG),
3741 SETFUNC(dp->ugc.usbgc_flow_control & 1),
3744 SETFUNC(dp->ugc.usbgc_flow_control & 2),
3747 SETFUNC(dp->mii_xstatus &
3751 SETFUNC(dp->mii_xstatus &
3755 SETFUNC((dp->mii_status & MII_STATUS_100_BASE_T4) &&
3759 SETFUNC((dp->mii_status & MII_STATUS_100_BASEX_FD) &&
3763 SETFUNC((dp->mii_status & MII_STATUS_100_BASEX) &&
3767 SETFUNC((d
3819 #undef SETFUNC macro
[all...]
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c3767 #define SETFUNC(x) ((x) ? gem_param_set : NULL) macro
3792 SETFUNC(dp->mii_status & MII_STATUS_CANAUTONEG),
3795 SETFUNC(dp->gc.gc_flow_control & 1),
3798 SETFUNC(dp->gc.gc_flow_control & 2),
3801 SETFUNC(dp->mii_xstatus &
3805 SETFUNC(dp->mii_xstatus &
3809 SETFUNC((dp->mii_status & MII_STATUS_100_BASE_T4) &&
3813 SETFUNC((dp->mii_status & MII_STATUS_100_BASEX_FD) &&
3817 SETFUNC((dp->mii_status & MII_STATUS_100_BASEX) &&
3821 SETFUNC((d
3868 #undef SETFUNC macro
[all...]

Completed in 1048 milliseconds