/illumos-gate/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 | 464 link_flowctrl_t 698 ASSERT(sz >= sizeof (link_flowctrl_t)); in mii_m_getprop() 699 bcopy(&ph->phy_flowctrl, val, sizeof (link_flowctrl_t)); in mii_m_getprop() 843 link_flowctrl_t fc; in mii_m_setprop() 846 ASSERT(sz >= sizeof (link_flowctrl_t)); in mii_m_setprop() 2012 link_flowctrl_t ofctrl; in _mii_check()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_gld.c | 384 link_flowctrl_t flowctrl; in oce_m_setprop() 387 bcopy(val, &flowctrl, sizeof (link_flowctrl_t)); in oce_m_setprop() 487 link_flowctrl_t *fc = (link_flowctrl_t *)val; in oce_m_getprop() 489 ASSERT(size >= sizeof (link_flowctrl_t)); in oce_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_gld_v3.c | 769 if (size < sizeof (link_flowctrl_t)) { in sfxge_gld_getprop() 910 *((link_flowctrl_t *)valp) = LINK_FLOWCTRL_NONE; in sfxge_gld_getprop() 914 *((link_flowctrl_t *)valp) = LINK_FLOWCTRL_RX; in sfxge_gld_getprop() 918 *((link_flowctrl_t *)valp) = LINK_FLOWCTRL_TX; in sfxge_gld_getprop() 922 *((link_flowctrl_t *)valp) = LINK_FLOWCTRL_BI; in sfxge_gld_getprop() 993 if (size < sizeof (link_flowctrl_t)) { in sfxge_gld_setprop() 1074 switch (*((link_flowctrl_t *)valp)) { in sfxge_gld_setprop()
|
/illumos-gate/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.h | 89 } link_flowctrl_t; typedef
|
H A D | mac_provider.h | 637 mac_prop_info_handle_t, link_flowctrl_t);
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_gld.c | 2284 link_flowctrl_t fl; in BnxeMacSetProperty() 2595 link_flowctrl_t link_flowctrl; in BnxeMacGetProperty() 2652 ASSERT(pr_valsize >= sizeof(link_flowctrl_t)); in BnxeMacGetProperty() 2671 bcopy(&link_flowctrl, pr_val, sizeof(link_flowctrl_t)); in BnxeMacGetProperty() 2848 link_flowctrl_t link_flowctrl; in BnxeMacPropertyInfo()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 1198 t4_mac_link_caps_to_flowctrl(fw_port_cap32_t caps, link_flowctrl_t *fc) in t4_mac_link_caps_to_flowctrl() 1219 t4_mac_flowctrl_to_link_caps(struct port_info *pi, link_flowctrl_t fc, in t4_mac_flowctrl_to_link_caps() 1330 link_flowctrl_t fc; in t4_mc_setprop() 1351 fc = *(link_flowctrl_t *)val; in t4_mc_setprop()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_gld.c | 1247 link_flowctrl_t fctl; in i40e_m_getprop() 1290 if (pr_valsize < sizeof (link_flowctrl_t)) { in i40e_m_getprop() 1295 bcopy(&fctl, pr_val, sizeof (link_flowctrl_t)); in i40e_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_gld.c | 2323 link_flowctrl_t link_flowctrl; 2374 ASSERT(pr_valsize >= sizeof(link_flowctrl_t)); 2402 bcopy(&link_flowctrl, pr_val, sizeof (link_flowctrl_t)); 2430 link_flowctrl_t link_flowctrl;
|
/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.c | 2457 link_flowctrl_t fl; in usbgem_get_def_val() 2468 if (pr_valsize < sizeof (link_flowctrl_t)) { in usbgem_get_def_val() 2544 link_flowctrl_t fl; in usbgem_m_propinfo() 2675 link_flowctrl_t flowctrl; in usbgem_m_setprop() 2841 link_flowctrl_t flowctrl; in usbgem_m_getprop() 2890 if (pr_valsize >= sizeof (link_flowctrl_t)) { in usbgem_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_gld.c | 934 link_flowctrl_t flow; in igc_m_getprop() 1009 bcopy(&flow, pr_val, sizeof (link_flowctrl_t)); in igc_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxgldv3.c | 1031 link_flowctrl_t fl; in bnx_m_setprop() 1236 link_flowctrl_t fl; in bnx_m_getprop()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1534 link_flowctrl_t val) in mac_prop_info_set_default_link_flowctrl() 1542 ASSERT(pr->pr_default_size >= sizeof (link_flowctrl_t)); in mac_prop_info_set_default_link_flowctrl()
|
H A D | mac.c | 3385 minsize = sizeof (link_flowctrl_t); in mac_prop_check_size()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_main.c | 3403 link_flowctrl_t flowctrl; in e1000g_m_setprop() 3611 link_flowctrl_t flowctrl; in e1000g_m_getprop() 3629 ASSERT(pr_valsize >= sizeof (link_flowctrl_t)); in e1000g_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hxge_main.c | 3256 link_flowctrl_t fl; in hxge_m_getprop() 3291 ASSERT(pr_valsize < sizeof (link_flowctrl_t)); in hxge_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 739 link_flowctrl_t fl; 940 link_flowctrl_t fl;
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 259 { MAC_PROP_FLOWCTRL, sizeof (link_flowctrl_t), "flowctrl"}, 4309 link_flowctrl_t v; in get_flowctl()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_main.c | 4626 link_flowctrl_t fl; in nxge_m_setprop() 4715 link_flowctrl_t fl = param_arr[param_anar_pause].value != 0 ? in nxge_m_getprop()
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 355 link_flowctrl_t fc; in yge_mii_notify()
|