Home
last modified time | relevance | path

Searched refs:param_tx_pause (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_mm.c568 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
571 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
600 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
603 umdevice->remote.param_tx_pause = B_TRUE; in bnx_update_lp_cap()
641 umdevice->remote.param_tx_pause || in bnx_update_lp_cap()
783 umdevice->remote.param_tx_pause = B_FALSE; in mm_indicate_link()
H A Dbnxcfg.c141 &(umdevice->hwinit.lnkcfg.param_tx_pause)); in bnx_cfg_init()
441 umdevice->remote.param_tx_pause = B_FALSE; in bnx_cfg_reset()
689 if (umdevice->curcfg.lnkcfg.param_tx_pause) { in bnx_cfg_map_phy()
H A Dbnxgldv3.c1118 if (umdevice->hwinit.lnkcfg.param_tx_pause != in bnx_m_setprop()
1122 umdevice->hwinit.lnkcfg.param_tx_pause = in bnx_m_setprop()
1126 umdevice->curcfg.lnkcfg.param_tx_pause = in bnx_m_setprop()
1292 umdevice->curcfg.lnkcfg.param_tx_pause; in bnx_m_getprop()
H A Dbnx.h247 boolean_t param_tx_pause; member