| /titanic_50/usr/src/uts/common/io/ixgbe/ |
| H A D | ixgbe_gld.c | 311 uint32_t flow_control; in ixgbe_m_setprop() local 402 bcopy(pr_val, &flow_control, sizeof (flow_control)); in ixgbe_m_setprop() 404 switch (flow_control) { in ixgbe_m_setprop() 495 uint32_t flow_control; in ixgbe_m_getprop() local 528 flow_control = LINK_FLOWCTRL_NONE; in ixgbe_m_getprop() 531 flow_control = LINK_FLOWCTRL_RX; in ixgbe_m_getprop() 534 flow_control = LINK_FLOWCTRL_TX; in ixgbe_m_getprop() 537 flow_control = LINK_FLOWCTRL_BI; in ixgbe_m_getprop() 540 bcopy(&flow_control, pr_val, sizeof (flow_control)); in ixgbe_m_getprop()
|
| H A D | ixgbe_main.c | 3294 uint32_t flow_control; in ixgbe_get_conf() local 3329 flow_control = ixgbe_get_prop(ixgbe, PROP_FLOW_CONTROL, in ixgbe_get_conf() 3331 if (flow_control == 3) in ixgbe_get_conf() 3332 flow_control = ixgbe_fc_default; in ixgbe_get_conf() 3338 hw->fc.requested_mode = flow_control; in ixgbe_get_conf()
|
| /titanic_50/usr/src/uts/common/io/fibre-channel/fca/oce/ |
| H A D | oce_gld.c | 409 if (fc == dev->flow_control) in oce_m_setprop() 413 dev->flow_control = fc; in oce_m_setprop() 420 dev->flow_control = fc; in oce_m_setprop() 486 if (dev->flow_control & OCE_FC_TX && in oce_m_getprop() 487 dev->flow_control & OCE_FC_RX) in oce_m_getprop() 489 else if (dev->flow_control == OCE_FC_TX) in oce_m_getprop() 491 else if (dev->flow_control == OCE_FC_RX) in oce_m_getprop() 493 else if (dev->flow_control == 0) in oce_m_getprop()
|
| H A D | oce_stat.c | 498 if (dev->flow_control & OCE_FC_TX && in oce_m_stat() 499 dev->flow_control & OCE_FC_RX) in oce_m_stat() 501 else if (dev->flow_control == OCE_FC_TX) in oce_m_stat() 503 else if (dev->flow_control == OCE_FC_RX) in oce_m_stat() 505 else if (dev->flow_control == 0) in oce_m_stat()
|
| H A D | oce_mbx.c | 871 oce_set_flow_control(struct oce_dev *dev, uint32_t flow_control) in oce_set_flow_control() argument 887 if (flow_control & OCE_FC_TX) in oce_set_flow_control() 890 if (flow_control & OCE_FC_RX) in oce_set_flow_control() 914 oce_get_flow_control(struct oce_dev *dev, uint32_t *flow_control) in oce_get_flow_control() argument 952 *flow_control = 0; in oce_get_flow_control() 954 *flow_control |= OCE_FC_TX; in oce_get_flow_control() 957 *flow_control |= OCE_FC_RX; in oce_get_flow_control()
|
| H A D | oce_main.c | 52 static const char flow_control[] = "flow_control"; variable 596 dev->flow_control = oce_get_prop(dev, (char *)flow_control, OCE_FC_NONE, in oce_get_params()
|
| H A D | oce_hw.c | 428 ret = oce_set_flow_control(dev, dev->flow_control); in oce_create_nw_interface()
|
| /titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
| H A D | lm_phy.c | 727 pdev->vars.flow_control = LM_FLOW_CONTROL_NONE; in get_link_params() 730 pdev->vars.flow_control |= LM_FLOW_CONTROL_RECEIVE_PAUSE; in get_link_params() 734 pdev->vars.flow_control |= LM_FLOW_CONTROL_TRANSMIT_PAUSE; in get_link_params() 861 lm_reported_link_params->flow_ctrl = pdev->vars.flow_control; in lm_link_fill_reported_data() 1075 lm_flow_control_t flow_control, in lm_set_phy_link_params() argument 1171 if (flow_control == LM_FLOW_CONTROL_NONE) in lm_set_phy_link_params() 1175 else if (flow_control & LM_FLOW_CONTROL_AUTO_PAUSE) in lm_set_phy_link_params() 1189 if (flow_control & LM_FLOW_CONTROL_RECEIVE_PAUSE) in lm_set_phy_link_params() 1193 if (flow_control & LM_FLOW_CONTROL_TRANSMIT_PAUSE) in lm_set_phy_link_params() 1211 void lm_set_fc_auto_adv_params(lm_device_t * pdev, lm_flow_control_t flow_control) in lm_set_fc_auto_adv_params() argument [all …]
|
| H A D | lm_devinfo.c | 3132 u32_t flow_control = 0; in lm_init_params() local 3349 flow_control = (pdev->hw_info.link_config[ELINK_INT_PHY] & PORT_FEATURE_FLOW_CONTROL_MASK); in lm_init_params() 3351 switch (flow_control) in lm_init_params()
|
| /titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
| H A D | ata.conf | 32 flow_control="dmult";
|
| /titanic_50/usr/src/uts/common/io/igb/ |
| H A D | igb_gld.c | 1037 uint32_t flow_control; in igb_m_setprop() local 1107 bcopy(pr_val, &flow_control, sizeof (flow_control)); in igb_m_setprop() 1109 switch (flow_control) { in igb_m_setprop() 1211 uint32_t flow_control; in igb_m_getprop() local 1232 flow_control = LINK_FLOWCTRL_NONE; in igb_m_getprop() 1235 flow_control = LINK_FLOWCTRL_RX; in igb_m_getprop() 1238 flow_control = LINK_FLOWCTRL_TX; in igb_m_getprop() 1241 flow_control = LINK_FLOWCTRL_BI; in igb_m_getprop() 1244 bcopy(&flow_control, pr_val, sizeof (flow_control)); in igb_m_getprop()
|
| H A D | igb_main.c | 2847 uint32_t flow_control; in igb_get_conf() local 2907 flow_control = igb_get_prop(igb, PROP_FLOW_CONTROL, in igb_get_conf() 2909 if (flow_control == 4) in igb_get_conf() 2910 flow_control = e1000_fc_default; in igb_get_conf() 2912 hw->fc.requested_mode = flow_control; in igb_get_conf()
|
| /titanic_50/usr/src/uts/common/sys/ib/clients/of/rdma/ |
| H A D | rdma_cm.h | 98 uint8_t flow_control; member
|
| H A D | rdma_user_cm.h | 153 uint8_t flow_control; member
|
| /titanic_50/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
| H A D | oce_io.h | 379 int oce_set_flow_control(struct oce_dev *dev, uint32_t flow_control); 380 int oce_get_flow_control(struct oce_dev *dev, uint32_t *flow_control);
|
| H A D | oce_impl.h | 286 uint32_t flow_control; /* flow control settings */ member
|
| /titanic_50/usr/src/uts/common/io/sfe/ |
| H A D | sfe_util.c | 2321 dp->flow_control = FLOW_CONTROL_NONE; in gem_mii_link_check() 2565 dp->flow_control = in gem_mii_link_check() 2569 dp->flow_control = FLOW_CONTROL_NONE; in gem_mii_link_check() 2657 gem_fc_type[dp->flow_control]); in gem_mii_link_check() 3577 val = (dp->flow_control == FLOW_CONTROL_SYMMETRIC) || in gem_param_get() 3578 (dp->flow_control == FLOW_CONTROL_RX_PAUSE); in gem_param_get() 3582 val = (dp->flow_control == FLOW_CONTROL_SYMMETRIC) || in gem_param_get() 3583 (dp->flow_control == FLOW_CONTROL_TX_PAUSE); in gem_param_get() 4489 val = BOOLEAN(dp->flow_control & 2); in gem_m_getstat() 4493 val = BOOLEAN(dp->flow_control & 1); in gem_m_getstat() [all …]
|
| H A D | sfe_util.h | 281 unsigned int flow_control:2; member
|
| H A D | sfe.c | 1139 switch (dp->flow_control) { in sfe_set_media() 1154 switch (dp->flow_control) { in sfe_set_media()
|
| /titanic_50/usr/src/uts/common/io/mega_sas/ |
| H A D | mega_sas.conf | 16 flow_control="dmult" queue="qsort" tape="sctp";
|
| /titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ucma/ |
| H A D | sol_ucma.c | 1939 conn_paramp->flow_control = usr_conn_paramp->flow_control; 1959 usr_conn_paramp->flow_control = conn_paramp->flow_control;
|
| /titanic_50/usr/src/uts/common/io/bnxe/ |
| H A D | bnxe_mm.c | 1004 if (pUM->lm_dev.vars.flow_control & LM_FLOW_CONTROL_RECEIVE_PAUSE) in BnxeLinkStatus() 1015 if (pUM->lm_dev.vars.flow_control & LM_FLOW_CONTROL_TRANSMIT_PAUSE) in BnxeLinkStatus()
|
| /titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
| H A D | mac_stats.h | 642 u32 flow_control; /* 802.3X Flow Ctrl. 0=off 1=RX 2=TX 3=RX&TX.*/ member
|
| /titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
| H A D | lm.h | 1011 lm_flow_control_t flow_control,
|
| /titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
| H A D | sol_ib_cma.c | 1570 paramp->flow_control = (reqp->req_flags & IBT_CM_FLOW_CONTROL) in ibcma_handle_req() 1728 paramp->flow_control = (repp->rep_flags & IBT_CM_FLOW_CONTROL) ? 1 : 0; in ibcma_handle_rep()
|