Home
last modified time | relevance | path

Searched refs:cw (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/crypto/via/
H A Dpadlock_cipher.c103 union padlock_cw *cw; in padlock_cipher_key_setup() local
106 cw = &ses->ses_cw; in padlock_cipher_key_setup()
125 union padlock_cw *cw; in padlock_cipher_setup() local
132 cw = &ses->ses_cw; in padlock_cipher_setup()
133 bzero(cw, sizeof(*cw)); in padlock_cipher_setup()
206 cw = &ses->ses_cw; in padlock_cipher_process()
207 cw->cw_filler0 = 0; in padlock_cipher_process()
208 cw->cw_filler1 = 0; in padlock_cipher_process()
209 cw->cw_filler2 = 0; in padlock_cipher_process()
210 cw->cw_filler3 = 0; in padlock_cipher_process()
[all …]
/f-stack/freebsd/mips/atheros/ar531x/
H A Dar5315_chip.c80 uint32_t memcfg, cw, rw, dw; in ar5315_chip_detect_mem_size() local
86 cw = __SHIFTOUT(memcfg, AR5315_MEM_CFG_COL_WIDTH); in ar5315_chip_detect_mem_size()
87 cw += 1; in ar5315_chip_detect_mem_size()
97 memsize = (1 << cw) * (1 << rw) * dw; in ar5315_chip_detect_mem_size()
100 cw, rw, dw, memsize); in ar5315_chip_detect_mem_size()
/f-stack/freebsd/netinet/cc/
H A Dcc_newreno.c136 u_int cw = CCV(ccv, snd_cwnd); in newreno_ack_received() local
166 if (cw > CCV(ccv, snd_ssthresh)) { in newreno_ack_received()
173 incr = max((incr * incr / cw), 1); in newreno_ack_received()
194 CCV(ccv, snd_cwnd) = min(cw + incr, in newreno_ack_received()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c241 unsigned int n, int *cw, in rxa_wrr_next() argument
254 *cw = *cw - gcd; in rxa_wrr_next()
255 if (*cw <= 0) in rxa_wrr_next()
256 *cw = max_wt; in rxa_wrr_next()
263 if ((int)w >= *cw) in rxa_wrr_next()
559 int cw = -1; in rxa_calc_wrr_sequence() local
603 cw = -1; in rxa_calc_wrr_sequence()
605 rx_wrr[i] = rxa_wrr_next(rx_adapter, poll_q, &cw, in rxa_calc_wrr_sequence()
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c74 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) argument
150 void fldcw(u_short cw);
/f-stack/freebsd/i386/i386/
H A Dnpx.c84 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw)) argument
131 void fldcw(u_short cw);
/f-stack/freebsd/net80211/
H A Dieee80211.c2051 int i, cw; in ieee80211_announce_channels() local
2073 cw = 40; in ieee80211_announce_channels()
2075 cw = 10; in ieee80211_announce_channels()
2077 cw = 5; in ieee80211_announce_channels()
2079 cw = 20; in ieee80211_announce_channels()
2082 , cw in ieee80211_announce_channels()
/f-stack/freebsd/i386/linux/
H A Dlinux.h381 u_int32_t cw; member
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h408 u_int32_t cw; member
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dfsp2.dts370 compatible = "ibm,cw-476fsp2";
/f-stack/freebsd/contrib/openzfs/
H A DAUTHORS75 Chris Wedgwood <cw@f00f.org>
/f-stack/tools/ifconfig/
H A Difieee80211.c719 u_long cw = strtoul(cp+1, &ep, 10); in getchannelflags() local
721 switch (cw) { in getchannelflags()
736 if (cw == 80) in getchannelflags()
738 else if (cw == 160) in getchannelflags()