Home
last modified time | relevance | path

Searched refs:link_flowctrl_t (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/uts/common/io/mii/
H A Dmiipriv.h108 link_flowctrl_t phy_en_flowctrl;
158 link_flowctrl_t phy_flowctrl;
H A Dmii.c460 link_flowctrl_t
694 ASSERT(sz >= sizeof (link_flowctrl_t)); in mii_m_getprop()
695 bcopy(&ph->phy_flowctrl, val, sizeof (link_flowctrl_t)); in mii_m_getprop()
839 link_flowctrl_t fc; in mii_m_setprop()
842 ASSERT(sz >= sizeof (link_flowctrl_t)); in mii_m_setprop()
2008 link_flowctrl_t ofctrl; in _mii_check()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_gld.c380 link_flowctrl_t flowctrl; in oce_m_setprop()
383 bcopy(val, &flowctrl, sizeof (link_flowctrl_t)); in oce_m_setprop()
483 link_flowctrl_t *fc = (link_flowctrl_t *)val; in oce_m_getprop()
485 ASSERT(size >= sizeof (link_flowctrl_t)); in oce_m_getprop()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c498 link_flowctrl_t fc; in t4_mc_setprop()
549 fc = *(link_flowctrl_t *)val; in t4_mc_setprop()
691 *(link_flowctrl_t *)val = LINK_FLOWCTRL_BI; in t4_mc_getprop()
693 *(link_flowctrl_t *)val = LINK_FLOWCTRL_TX; in t4_mc_getprop()
695 *(link_flowctrl_t *)val = LINK_FLOWCTRL_RX; in t4_mc_getprop()
697 *(link_flowctrl_t *)val = LINK_FLOWCTRL_NONE; in t4_mc_getprop()
/titanic_41/usr/src/uts/common/sys/
H A Dmii.h324 link_flowctrl_t mii_get_flowctrl(mii_handle_t mii);
H A Dmac_provider.h529 mac_prop_info_handle_t, link_flowctrl_t);
H A Dmac.h88 } link_flowctrl_t; typedef
/titanic_41/usr/src/uts/common/io/i40e/
H A Di40e_gld.c855 link_flowctrl_t fctl; in i40e_m_getprop()
895 if (pr_valsize < sizeof (link_flowctrl_t)) { in i40e_m_getprop()
900 bcopy(&fctl, pr_val, sizeof (link_flowctrl_t)); in i40e_m_getprop()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c2298 link_flowctrl_t fl; in BnxeMacSetProperty()
2608 link_flowctrl_t link_flowctrl; in BnxeMacGetProperty()
2657 ASSERT(pr_valsize >= sizeof(link_flowctrl_t)); in BnxeMacGetProperty()
2676 bcopy(&link_flowctrl, pr_val, sizeof(link_flowctrl_t)); in BnxeMacGetProperty()
2853 link_flowctrl_t link_flowctrl; in BnxeMacPropertyInfo()
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_provider.c1408 link_flowctrl_t val) in mac_prop_info_set_default_link_flowctrl()
1416 ASSERT(pr->pr_default_size >= sizeof (link_flowctrl_t)); in mac_prop_info_set_default_link_flowctrl()
H A Dmac.c3037 minsize = sizeof (link_flowctrl_t); in mac_prop_check_size()
/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_main.c1556 link_flowctrl_t fl; in nge_m_setprop()
1760 link_flowctrl_t fl; in nge_m_getprop()
1778 ASSERT(pr_valsize >= sizeof (link_flowctrl_t)); in nge_m_getprop()
/titanic_41/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3150 link_flowctrl_t flowctrl; in e1000g_m_setprop()
3356 link_flowctrl_t flowctrl; in e1000g_m_getprop()
3374 ASSERT(pr_valsize >= sizeof (link_flowctrl_t)); in e1000g_m_getprop()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_main2.c769 link_flowctrl_t fl;
961 link_flowctrl_t fl;
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_main.c3260 link_flowctrl_t fl; in hxge_m_getprop()
3295 ASSERT(pr_valsize < sizeof (link_flowctrl_t)); in hxge_m_getprop()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlinkprop.c256 { MAC_PROP_FLOWCTRL, sizeof (link_flowctrl_t), "flowctrl"},
4135 link_flowctrl_t v; in get_flowctl()
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_main.c4644 link_flowctrl_t fl; in nxge_m_setprop()
4733 link_flowctrl_t fl = param_arr[param_anar_pause].value != 0 ? in nxge_m_getprop()
/titanic_41/usr/src/uts/common/io/yge/
H A Dyge.c355 link_flowctrl_t fc; in yge_mii_notify()