Home
last modified time | relevance | path

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

/illumos-gate/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.c464 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 Doce_gld.c384 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 Dsfxge_gld_v3.c769 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 Dmii.h324 link_flowctrl_t mii_get_flowctrl(mii_handle_t mii);
H A Dmac.h89 } link_flowctrl_t; typedef
H A Dmac_provider.h637 mac_prop_info_handle_t, link_flowctrl_t);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_gld.c2284 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 Dt4_mac.c1198 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 Di40e_gld.c1247 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 Dqede_gld.c2323 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 Dusbgem.c2457 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 Digc_gld.c934 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 Dbnxgldv3.c1031 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 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()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1534 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 Dmac.c3385 minsize = sizeof (link_flowctrl_t); in mac_prop_check_size()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_main.c3403 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 Dhxge_main.c3256 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 Dbge_main2.c739 link_flowctrl_t fl;
940 link_flowctrl_t fl;
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c259 { 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 Dnxge_main.c4626 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 Dyge.c355 link_flowctrl_t fc; in yge_mii_notify()