/titanic_41/usr/src/uts/common/io/mii/ |
H A D | miipriv.h | 108 link_flowctrl_t phy_en_flowctrl; 158 link_flowctrl_t phy_flowctrl;
|
H A D | mii.c | 460 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 D | oce_gld.c | 380 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 D | t4_mac.c | 498 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 D | mii.h | 324 link_flowctrl_t mii_get_flowctrl(mii_handle_t mii);
|
H A D | mac_provider.h | 529 mac_prop_info_handle_t, link_flowctrl_t);
|
H A D | mac.h | 88 } link_flowctrl_t; typedef
|
/titanic_41/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 855 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 D | bnxe_gld.c | 2298 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 D | mac_provider.c | 1408 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 D | mac.c | 3037 minsize = sizeof (link_flowctrl_t); in mac_prop_check_size()
|
/titanic_41/usr/src/uts/common/io/nge/ |
H A D | nge_main.c | 1556 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 D | e1000g_main.c | 3150 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 D | bge_main2.c | 769 link_flowctrl_t fl; 961 link_flowctrl_t fl;
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3260 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 D | linkprop.c | 256 { 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 D | nxge_main.c | 4644 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 D | yge.c | 355 link_flowctrl_t fc; in yge_mii_notify()
|