Home
last modified time | relevance | path

Searched refs:hwm (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c273 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; in mac_drv_init()
449 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver()
450 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver()
451 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = smc->os.hwm.pass_DB = 0 ; in init_fddi_driver()
453 smc->os.hwm.queued_rx_frames = smc->os.hwm.queued_txd_mb = 0 ; in init_fddi_driver()
455 smc->os.hwm.rx_break = 0 ; in init_fddi_driver()
1006 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = FALSE ; in mac_drv_rx_mode()
1676 smc->os.hwm.tx_data = in hwm_tx_frag()
1681 smc->os.hwm.tx_len) ; in hwm_tx_frag()
1686 if (smc->os.hwm.tx_mb) { in hwm_tx_frag()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c273 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; in mac_drv_init()
449 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver()
450 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver()
451 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = smc->os.hwm.pass_DB = 0 ; in init_fddi_driver()
453 smc->os.hwm.queued_rx_frames = smc->os.hwm.queued_txd_mb = 0 ; in init_fddi_driver()
455 smc->os.hwm.rx_break = 0 ; in init_fddi_driver()
1006 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = FALSE ; in mac_drv_rx_mode()
1676 smc->os.hwm.tx_data = in hwm_tx_frag()
1681 smc->os.hwm.tx_len) ; in hwm_tx_frag()
1686 if (smc->os.hwm.tx_mb) { in hwm_tx_frag()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/fddi/skfp/
H A Dhwmtm.c273 smc->os.hwm.mbuf_pool.mb_start=(SMbuf *)(&smc->os.hwm.mbuf_pool.mb[0]) ; in mac_drv_init()
449 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver()
450 smc->os.hwm.txd_tx_pipe = smc->os.hwm.txd_tx_tail = NULL ; in init_fddi_driver()
451 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = smc->os.hwm.pass_DB = 0 ; in init_fddi_driver()
453 smc->os.hwm.queued_rx_frames = smc->os.hwm.queued_txd_mb = 0 ; in init_fddi_driver()
455 smc->os.hwm.rx_break = 0 ; in init_fddi_driver()
1006 smc->os.hwm.pass_SMT = smc->os.hwm.pass_NSA = FALSE ; in mac_drv_rx_mode()
1676 smc->os.hwm.tx_data = in hwm_tx_frag()
1681 smc->os.hwm.tx_len) ; in hwm_tx_frag()
1686 if (smc->os.hwm.tx_mb) { in hwm_tx_frag()
[all …]
/dports/net-mgmt/py-napalm-logs/napalm-logs-0.9.0/napalm_logs/
H A Dpub_proxy.py30 def __init__(self, hwm): argument
31 self.hwm = hwm
48 log.debug('Setting HWM for the proxy frontend: %d', self.hwm)
50 self.sub.setsockopt(zmq.HWM, self.hwm)
54 self.sub.setsockopt(zmq.SNDHWM, self.hwm)
58 log.debug('Setting HWM for the proxy backend: %d', self.hwm)
60 self.pub.setsockopt(zmq.HWM, self.hwm)
64 self.pub.setsockopt(zmq.SNDHWM, self.hwm)
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php16 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/ringcentral/psr7/src/
H A DBufferStream.php16 private $hwm; variable in RingCentral\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;
/dports/net-mgmt/icingaweb2-module-ipl/icingaweb2-module-ipl-0.5.0/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php16 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/GuzzleHttp/Psr7/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/streams/src/
H A DBufferStream.php18 private $hwm; variable in GuzzleHttp\\Stream\\BufferStream
22 * @param int $hwm High water mark, representing the preferred maximum
28 public function __construct($hwm = 16384) argument
30 $this->hwm = $hwm;
123 if (strlen($this->buffer) >= $this->hwm) {
133 return $this->hwm;
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/finance/prestashop/prestashop/vendor/guzzlehttp/streams/src/
H A DBufferStream.php18 private $hwm; variable in GuzzleHttp\\Stream\\BufferStream
22 * @param int $hwm High water mark, representing the preferred maximum
28 public function __construct($hwm = 16384) argument
30 $this->hwm = $hwm;
123 if (strlen($this->buffer) >= $this->hwm) {
133 return $this->hwm;
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/www/phpbb3/phpBB3/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php16 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php17 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
21 * @param int $hwm High water mark, representing the preferred maximum
27 public function __construct($hwm = 16384) argument
29 $this->hwm = $hwm;
125 if (strlen($this->buffer) >= $this->hwm) {
135 return $this->hwm;
/dports/www/drupal8/drupal-8.9.20/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php16 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;
/dports/www/drupal9/drupal-9.2.10/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php16 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
20 * @param int $hwm High water mark, representing the preferred maximum
26 public function __construct($hwm = 16384) argument
28 $this->hwm = $hwm;
122 if (strlen($this->buffer) >= $this->hwm) {
132 return $this->hwm;

12345678910>>...34