Symbol: link_flowctrl_t
usr/src/lib/libdladm/common/linkprop.c
259
{ MAC_PROP_FLOWCTRL, sizeof (link_flowctrl_t), "flowctrl"},
usr/src/lib/libdladm/common/linkprop.c
4309
link_flowctrl_t v;
usr/src/uts/common/io/bge/bge_main2.c
739
link_flowctrl_t fl;
usr/src/uts/common/io/bge/bge_main2.c
940
link_flowctrl_t fl;
usr/src/uts/common/io/bnx/bnxgldv3.c
1031
link_flowctrl_t fl;
usr/src/uts/common/io/bnx/bnxgldv3.c
1236
link_flowctrl_t fl;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2284
link_flowctrl_t fl;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2595
link_flowctrl_t link_flowctrl;
usr/src/uts/common/io/bnxe/bnxe_gld.c
2652
ASSERT(pr_valsize >= sizeof(link_flowctrl_t));
usr/src/uts/common/io/bnxe/bnxe_gld.c
2671
bcopy(&link_flowctrl, pr_val, sizeof(link_flowctrl_t));
usr/src/uts/common/io/bnxe/bnxe_gld.c
2848
link_flowctrl_t link_flowctrl;
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1233
t4_mac_link_caps_to_flowctrl(fw_port_cap32_t caps, link_flowctrl_t *fc)
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1254
t4_mac_flowctrl_to_link_caps(struct port_info *pi, link_flowctrl_t fc,
usr/src/uts/common/io/cxgbe/t4nex/t4_mac.c
1384
*(const link_flowctrl_t *)val, &new_caps);
usr/src/uts/common/io/e1000g/e1000g_main.c
3403
link_flowctrl_t flowctrl;
usr/src/uts/common/io/e1000g/e1000g_main.c
3611
link_flowctrl_t flowctrl;
usr/src/uts/common/io/e1000g/e1000g_main.c
3629
ASSERT(pr_valsize >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_gld.c
384
link_flowctrl_t flowctrl;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_gld.c
387
bcopy(val, &flowctrl, sizeof (link_flowctrl_t));
usr/src/uts/common/io/fibre-channel/fca/oce/oce_gld.c
487
link_flowctrl_t *fc = (link_flowctrl_t *)val;
usr/src/uts/common/io/fibre-channel/fca/oce/oce_gld.c
489
ASSERT(size >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/hxge/hxge_main.c
3240
link_flowctrl_t fl;
usr/src/uts/common/io/hxge/hxge_main.c
3275
ASSERT(pr_valsize < sizeof (link_flowctrl_t));
usr/src/uts/common/io/i40e/i40e_gld.c
1247
link_flowctrl_t fctl;
usr/src/uts/common/io/i40e/i40e_gld.c
1290
if (pr_valsize < sizeof (link_flowctrl_t)) {
usr/src/uts/common/io/i40e/i40e_gld.c
1295
bcopy(&fctl, pr_val, sizeof (link_flowctrl_t));
usr/src/uts/common/io/igc/igc_gld.c
1009
bcopy(&flow, pr_val, sizeof (link_flowctrl_t));
usr/src/uts/common/io/igc/igc_gld.c
934
link_flowctrl_t flow;
usr/src/uts/common/io/mac/mac.c
3398
minsize = sizeof (link_flowctrl_t);
usr/src/uts/common/io/mac/mac_provider.c
1534
link_flowctrl_t val)
usr/src/uts/common/io/mac/mac_provider.c
1542
ASSERT(pr->pr_default_size >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/mii/mii.c
2012
link_flowctrl_t ofctrl;
usr/src/uts/common/io/mii/mii.c
464
link_flowctrl_t
usr/src/uts/common/io/mii/mii.c
698
ASSERT(sz >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/mii/mii.c
699
bcopy(&ph->phy_flowctrl, val, sizeof (link_flowctrl_t));
usr/src/uts/common/io/mii/mii.c
843
link_flowctrl_t fc;
usr/src/uts/common/io/mii/mii.c
846
ASSERT(sz >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/mii/miipriv.h
108
link_flowctrl_t phy_en_flowctrl;
usr/src/uts/common/io/mii/miipriv.h
158
link_flowctrl_t phy_flowctrl;
usr/src/uts/common/io/nge/nge_main.c
1556
link_flowctrl_t fl;
usr/src/uts/common/io/nge/nge_main.c
1760
link_flowctrl_t fl;
usr/src/uts/common/io/nge/nge_main.c
1778
ASSERT(pr_valsize >= sizeof (link_flowctrl_t));
usr/src/uts/common/io/nxge/nxge_main.c
4625
link_flowctrl_t fl;
usr/src/uts/common/io/nxge/nxge_main.c
4714
link_flowctrl_t fl = param_arr[param_anar_pause].value != 0 ?
usr/src/uts/common/io/qede/qede_gld.c
2306
link_flowctrl_t link_flowctrl;
usr/src/uts/common/io/qede/qede_gld.c
2365
ASSERT(pr_valsize >= sizeof(link_flowctrl_t));
usr/src/uts/common/io/qede/qede_gld.c
2393
bcopy(&link_flowctrl, pr_val, sizeof (link_flowctrl_t));
usr/src/uts/common/io/qede/qede_gld.c
2421
link_flowctrl_t link_flowctrl;
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
1074
switch (*((link_flowctrl_t *)valp)) {
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
769
if (size < sizeof (link_flowctrl_t)) {
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
910
*((link_flowctrl_t *)valp) = LINK_FLOWCTRL_NONE;
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
914
*((link_flowctrl_t *)valp) = LINK_FLOWCTRL_RX;
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
918
*((link_flowctrl_t *)valp) = LINK_FLOWCTRL_TX;
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
922
*((link_flowctrl_t *)valp) = LINK_FLOWCTRL_BI;
usr/src/uts/common/io/sfxge/sfxge_gld_v3.c
993
if (size < sizeof (link_flowctrl_t)) {
usr/src/uts/common/io/usbgem/usbgem.c
2457
link_flowctrl_t fl;
usr/src/uts/common/io/usbgem/usbgem.c
2468
if (pr_valsize < sizeof (link_flowctrl_t)) {
usr/src/uts/common/io/usbgem/usbgem.c
2544
link_flowctrl_t fl;
usr/src/uts/common/io/usbgem/usbgem.c
2675
link_flowctrl_t flowctrl;
usr/src/uts/common/io/usbgem/usbgem.c
2841
link_flowctrl_t flowctrl;
usr/src/uts/common/io/usbgem/usbgem.c
2890
if (pr_valsize >= sizeof (link_flowctrl_t)) {
usr/src/uts/common/io/yge/yge.c
355
link_flowctrl_t fc;
usr/src/uts/common/sys/mac_provider.h
637
mac_prop_info_handle_t, link_flowctrl_t);
usr/src/uts/common/sys/mii.h
324
link_flowctrl_t mii_get_flowctrl(mii_handle_t mii);