| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | sf.c | 100 int i, j, watermark; in iwl_mvm_fill_sf_command() local 106 sf_cmd->watermark[SF_LONG_DELAY_ON] = cpu_to_le32(SF_W_MARK_SCAN); in iwl_mvm_fill_sf_command() 110 * capabilities of the AP station, and choose the watermark accordingly. in iwl_mvm_fill_sf_command() 133 watermark = SF_W_MARK_SISO; in iwl_mvm_fill_sf_command() 136 watermark = SF_W_MARK_MIMO2; in iwl_mvm_fill_sf_command() 139 watermark = SF_W_MARK_MIMO3; in iwl_mvm_fill_sf_command() 143 watermark = SF_W_MARK_LEGACY; in iwl_mvm_fill_sf_command() 145 /* default watermark value for unassociated mode. */ in iwl_mvm_fill_sf_command() 147 watermark = SF_W_MARK_MIMO2; in iwl_mvm_fill_sf_command() 149 sf_cmd->watermark[SF_FULL_O in iwl_mvm_fill_sf_command() [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | synopsys-dw-mshc-common.yaml | 51 fifo-watermark-aligned: 54 watermark in PIO mode. But fifo watermark is requested to be aligned 56 data done irq. Add this watermark quirk to mark this requirement and 57 force fifo watermark setting accordingly.
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_ackm.c | 49 uint64_t watermark; member 53 * to the list. This is usually one less than watermark, except when we have 81 h->watermark = 0; in tx_pkt_history_init() 129 if (!ossl_assert(pkt->pkt_num >= h->watermark)) in tx_pkt_history_add() 135 h->watermark = pkt->pkt_num + 1; in tx_pkt_history_add() 257 * suggested strategy quoted above to do so. We define a watermark PN below 258 * which all PNs are in the same state. This watermark is only ever increased. 264 * - (A) The PN is above the watermark but we have not yet received it. 269 * - (B) The PN is above the watermark and we have received it. 274 * - (C) The PN is below the watermark. [all …]
|
| /freebsd/sys/dev/iwm/ |
| H A D | if_iwm_sf.c | 200 int i, j, watermark; in iwm_fill_sf_command() local 202 sf_cmd->watermark[IWM_SF_LONG_DELAY_ON] = htole32(IWM_SF_W_MARK_SCAN); in iwm_fill_sf_command() 206 * capabilities of the AP station, and choose the watermark accordingly. in iwm_fill_sf_command() 210 watermark = IWM_SF_W_MARK_SISO; in iwm_fill_sf_command() 212 watermark = IWM_SF_W_MARK_LEGACY; in iwm_fill_sf_command() 214 /* default watermark value for unassociated mode. */ in iwm_fill_sf_command() 216 watermark = IWM_SF_W_MARK_MIMO2; in iwm_fill_sf_command() 218 sf_cmd->watermark[IWM_SF_FULL_ON] = htole32(watermark); in iwm_fill_sf_command()
|
| /freebsd/sys/sys/ |
| H A D | tty.h | 79 #define TF_HIWAT_IN 0x00400 /* We've reached the input watermark. */ 80 #define TF_HIWAT_OUT 0x00800 /* We've reached the output watermark. */ 94 size_t t_inlow; /* (t) Input low watermark. */ 96 size_t t_outlow; /* (t) Output low watermark. */ 146 size_t xt_inlow; /* Input low watermark. */ 149 size_t xt_outlow; /* Output low watermark. */
|
| H A D | sockio.h | 38 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */ 39 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */ 40 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */ 41 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
|
| /freebsd/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | bufferevent.h | 126 buffer and the amount of readable data exceed the low watermark 130 exhausted or fell below its low watermark. 519 there is at least low watermark data in the buffer. If the read buffer 520 is beyond the high watermark, the bufferevent stops reading from the network. 521 But be aware that bufferevent input/read buffer can overrun high watermark 526 falls below the low watermark. Filters that write to this bufev will try 527 not to write more bytes to this buffer than the high watermark would allow, 532 @param lowmark the lower watermark to set 533 @param highmark the high watermark to set 547 @param lowmark receives the lower watermark if not NULL [all …]
|
| /freebsd/contrib/libevent/include/event2/ |
| H A D | bufferevent.h | 126 buffer and the amount of readable data exceed the low watermark 130 exhausted or fell below its low watermark. 519 there is at least low watermark data in the buffer. If the read buffer 520 is beyond the high watermark, the bufferevent stops reading from the network. 521 But be aware that bufferevent input/read buffer can overrun high watermark 526 falls below the low watermark. Filters that write to this bufev will try 527 not to write more bytes to this buffer than the high watermark would allow, 532 @param lowmark the lower watermark to set 533 @param highmark the high watermark to set 547 @param lowmark receives the lower watermark if not NULL [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_fc.h | 46 * Bump the credit watermark (CWM) value. This is the 'On TX Window Updated' 117 * Get the current spent watermark (SWM) value. This is purely for diagnostic 130 * swm is the sent/received watermark, which tracks how much we have 131 * received from the peer. rwm is the retired watermark, which tracks how
|
| /freebsd/lib/geom/virstor/ |
| H A D | gvirstor.8 | 212 Value in this sysctl sets warning watermark level for physical chunk 221 Value in this sysctl sets warning watermark level for component usage. 245 .Pq for example, to catch out-of-space conditions as set by watermark
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | cdns,macb.yaml | 117 cdns,rx-watermark: 123 rx-watermark corresponds to the number of SRAM buffer locations, 185 cdns,rx-watermark = <0x44>;
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | sf.h | 70 * @watermark: Minimum allowed available free space in RXF for transient state. 77 __le32 watermark[SF_TRANSIENT_STATES_NUMBER]; member
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_vf_mbx.c | 320 * snapshot exceed the watermark value, the state machine enters 322 * Traverse: If pending message count is below watermark then iterate 324 * Detect: If pending message count exceeds watermark traverse 352 /* The watermark value should not be lesser than the threshold limit in ice_mbx_vf_state_handler() 388 * mailbox queue. Comparing this value against the watermark in ice_mbx_vf_state_handler()
|
| /freebsd/contrib/pf/libevent/ |
| H A D | evbuffer.c | 77 * If we are below the watermark then reschedule reading if it's in bufferevent_read_pressure_cb() 103 * If we have a high watermark configured then we don't want to in bufferevent_readcb() 104 * read more data than would make us reach the watermark. in bufferevent_readcb() 193 * low watermark. in bufferevent_writecb()
|
| /freebsd/sys/dev/mmc/host/ |
| H A D | dwmmc_reg.h | 97 #define SDMMC_FIFOTH 0x4C /* FIFO Threshold Watermark Register */ 99 #define SDMMC_FIFOTH_RXWMARK_S 16 /* FIFO threshold watermark level */ 100 #define SDMMC_FIFOTH_TXWMARK_S 0 /* FIFO threshold watermark level */
|
| /freebsd/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-pl022.yaml | |
| /freebsd/sys/dev/sdhci/ |
| H A D | fsl_sdhci.c | 110 #define SDHC_WTMK_LVL 0x44 /* Watermark Level register. */ 875 * Set the buffer watermark level to 128 words (512 bytes) for both read in fsl_sdhci_attach() 878 * number of words set in the watermark register before you have to in fsl_sdhci_attach() 881 * a full block boundary, so we set the watermark level to be a full in fsl_sdhci_attach() 883 * watermark size will work correctly too, no need to change the in fsl_sdhci_attach() 884 * watermark for different size blocks. However, 128 is the maximum in fsl_sdhci_attach() 885 * allowed for the watermark, so PIO is limitted to 512 byte blocks in fsl_sdhci_attach()
|
| /freebsd/sys/dev/flash/ |
| H A D | cqspi.h | 108 #define CQSPI_INDRDWATER 0x64 /* Indirect Read Transfer Watermark Register */ 112 #define CQSPI_INDWRWATER 0x74 /* Indirect Write Transfer Watermark Register */
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | bufferevent_filter.c | 132 * over its high watermark such that we should not write to it in a given 144 /** Return 1 if our input buffer is at or over its high watermark such that we 470 * hit its read high watermark. in be_filter_read_nolock_() 501 * high watermark. in bufferevent_filtered_inbuf_cb()
|
| H A D | bufferevent_sock.c | 171 * If we have a high watermark configured then we don't want to in bufferevent_readcb() 172 * read more data than would make us reach the watermark. in bufferevent_readcb() 176 /* we somehow lowered the watermark, stop reading */ in bufferevent_readcb() 321 * low watermark. in bufferevent_writecb()
|
| /freebsd/contrib/libevent/ |
| H A D | bufferevent_filter.c | 132 * over its high watermark such that we should not write to it in a given 144 /** Return 1 if our input buffer is at or over its high watermark such that we 470 * hit its read high watermark. in be_filter_read_nolock_() 501 * high watermark. in bufferevent_filtered_inbuf_cb()
|
| H A D | bufferevent_sock.c | 171 * If we have a high watermark configured then we don't want to in bufferevent_readcb() 172 * read more data than would make us reach the watermark. in bufferevent_readcb() 176 /* we somehow lowered the watermark, stop reading */ in bufferevent_readcb() 321 * low watermark. in bufferevent_writecb()
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fc.md | 73 - (RX side only) The **Retired Watermark** (RWM), the total number of retired 76 - The **Spent Watermark** (SWM), which is the number of controlled bytes we have 82 - The **Credit Watermark** (CWM), which is the number of bytes which have
|
| /freebsd/sys/dev/sfxge/ |
| H A D | sfxge_tx.h | 117 * high watermark */ 119 * high watermark */
|
| /freebsd/share/man/man9/ |
| H A D | vm_page_alloc.9 | 250 If the number of available free pages is below a certain watermark, the 253 The watermark is computed at boot time and corresponds to a small (less than
|