Searched refs:cw (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-12-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c1124 struct clean_work *cw = container_of(work, struct clean_work, work); local
1126 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq);
1127 cw->ctx->flushing = 0;
1128 kfree(cw);
/freebsd-12-stable/sys/dev/ath/ath_hal/
H A Dah.c1062 uint32_t cw; local
1079 cw = AH_MIN(qInfo->tqi_cwmin, 1024);
1082 while (qi->tqi_cwmin < cw)
1087 cw = AH_MIN(qInfo->tqi_cwmax, 1024);
1090 while (qi->tqi_cwmax < cw)
/freebsd-12-stable/sys/i386/i386/
H A Dnpx.c84 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw))
131 void fldcw(u_short cw);
/freebsd-12-stable/sys/amd64/amd64/
H A Dfpu.c73 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw))
149 void fldcw(u_short cw);
/freebsd-12-stable/sys/net80211/
H A Dieee80211.c2051 int i, cw; local
2073 cw = 40;
2075 cw = 10;
2077 cw = 5;
2079 cw = 20;
2082 , cw
/freebsd-12-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1784 int32_t cs, cw; local
1811 cw = (yu * 53431u + bctab[ci]) / 1024u;
1813 return uint32_2cpl_to_int32(cc) * 5217 + cs + cw;
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dwmm.c143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux.h381 u_int32_t cw; member in struct:l_fpstate
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux.h408 u_int32_t cw; member in struct:l_fpstate
/freebsd-12-stable/sys/dev/drm/
H A Dmach64_state.c222 int cx, int cy, int cw, int ch,
219 mach64_dma_dispatch_clear(struct drm_device * dev, struct drm_file *file_priv, unsigned int flags, int cx, int cy, int cw, int ch, unsigned int clear_color, unsigned int clear_depth) argument
/freebsd-12-stable/contrib/wpa/src/common/
H A Dieee802_11_defs.h1364 u8 cw; /* ECWmin, ECWmax (CW = 2^ECW - 1) */ member in struct:wmm_ac_parameter
/freebsd-12-stable/contrib/gcc/cp/
H A Dcall.c6084 candidate_warning *cw = (candidate_warning *) local
6086 cw->loser = loser;
6087 cw->next = winner->warnings;
6088 winner->warnings = cw;
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c719 u_long cw = strtoul(cp+1, &ep, 10); local
721 switch (cw) {
736 if (cw == 80)
738 else if (cw == 160)
758 * HT cw attributes depending on channel use. To give
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1194 unsigned cw; member in struct:x87_fpu_state

Completed in 319 milliseconds

12