Home
last modified time | relevance | path

Searched refs:rds_rx_pkts_pending_hwm (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drds_transport.h45 extern uint_t rds_rx_pkts_pending_hwm;
H A Drdsib_ib.h124 extern uint_t rds_rx_pkts_pending_hwm; /* readonly */
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib.c84 uint_t rds_rx_pkts_pending_hwm; variable
300 rds_rx_pkts_pending_hwm = (PendingRxPktsHWM * NDataRX)/100; in rdsib_attach()
H A Drdsddi.c101 uint_t rds_rx_pkts_pending_hwm; variable
110 (rds_rx_pkts_pending_hwm/RDS_GET_NPORT())
340 if (RDS_GET_RXPKTS_PEND() > rds_rx_pkts_pending_hwm) { in rds_deliver_new_msg()
H A Drdsib_buf.c204 rds_rx_pkts_pending_hwm = (PendingRxPktsHWM * NDataRX)/100; in rds_init_recv_caches()