Home
last modified time | relevance | path

Searched refs:rx_pause (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_cfg.c215 qede->props.rx_pause = B_FALSE; in qede_cfg_reset()
H A Dqede_osal.c495 qede->props.rx_pause = B_FALSE; in qede_osal_link_update()
506 qede->props.rx_pause = (link_cfg.pause_cfg & in qede_osal_link_update()
H A Dqede.h571 boolean_t rx_pause; member
H A Dqede_kstat.c375 pStats->pauseRx.value.ui64 = qede->props.rx_pause; in qede_kstat_link_update()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c2177 if (unm_niu_gbe_set_rx_flow_ctl(adapter, pause->rx_pause)) in unm_nic_set_pauseparam()
2586 pause.rx_pause = adapter->nd_params[PARAM_ADV_PAUSE_CAP].ndp_val; in unm_register_mac()
2591 pause.rx_pause, pause.tx_pause); in unm_register_mac()
2593 adapter->nd_params[PARAM_PAUSE_CAP].ndp_val = pause.rx_pause; in unm_register_mac()
H A Dunm_nic.h264 uint16_t rx_pause; member
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h571 uint64_t rx_pause; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c3272 kstat_named_t rx_pause; member
3351 KS_UINIT(rx_pause); in setup_port_info_kstats()
3416 KS_U_SET(rx_pause, GET_STAT(RX_PORT_PAUSE)); in update_port_info_kstats()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h179 u64 rx_pause; /* # of received pause frames */ member
H A Dt4_hw.c6804 p->rx_pause = GET_STAT(RX_PORT_PAUSE); in t4_get_port_stats()
6816 p->rx_frames_64 -= p->rx_pause; in t4_get_port_stats()
6818 p->rx_mcast_frames -= p->rx_pause; in t4_get_port_stats()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4899 int slices_stalled, rx_pause, i; in myri10ge_watchdog() local
4912 rx_pause = ntohl(mgp->ss[0].fw_stats->dropped_pause); in myri10ge_watchdog()
4928 if (mgp->watchdog_rx_pause == rx_pause) { in myri10ge_watchdog()
4969 mgp->watchdog_rx_pause = rx_pause; in myri10ge_watchdog()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1996 bool tx_pause, rx_pause; in i40e_aq_get_link_info() local
2031 rx_pause = !!(resp->an_info & I40E_AQ_LINK_PAUSE_RX); in i40e_aq_get_link_info()
2032 if (tx_pause & rx_pause) in i40e_aq_get_link_info()
2036 else if (rx_pause) in i40e_aq_get_link_info()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c1067 "%64llu\n", stats[i].rx_pause); in view_macstats()
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h7971 __be64 rx_pause; member