Searched refs:band (Results 1 - 25 of 30) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/shared/
H A Dbcmwifi.c31 * <channel><band><bandwidth><ctl-sideband>
36 * <band>: A for 5GHz, B for 2.4GHz
41 * <band> may be omitted on input, and will be assumed to be
52 const char *band, *bw, *sb; local
58 band = (CHSPEC_IS2G(chspec)) ? "b" : "a";
71 sprintf(buf, "%d%s%s%s", channel, band, bw, sb);
83 uint channel, band, bw, ctl_sb; local
94 band = ((channel <= WLC_MAX_2G_CHANNEL) ? WL_CHANSPEC_BAND_2G : WL_CHANSPEC_BAND_5G);
104 band = (tolower((int)*a) == 'a') ?
151 return ((channel | band | b
[all...]
H A Dboot.S99 sw t2,PMU_MIN_RES_MASK(a2) # Disable base band PLL
106 li t2,0xfffff # Enable base band PLL
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dsch_prio.c2 * net/sched/sch_prio.c Simple 3-band priority "scheduler".
54 u32 band; local
56 band = skb->priority;
59 if (TC_H_MAJ(band))
60 band = 0;
61 return q->prio2band[band&TC_PRIO_MAX];
63 band = res.classid;
65 band = TC_H_MIN(band) - 1;
66 return band <
197 int band = q->prio2band[i]; local
254 unsigned long band = arg - 1; local
275 unsigned long band = arg - 1; local
286 unsigned long band = TC_H_MIN(classid); local
[all...]
H A Dsch_csz.c62 priority band allocated for predictive services, and the rest ---
192 when flow-0 is a explicit 4band priority fifo.
816 unsigned long band = TC_H_MIN(classid) - 1; local
818 if (band >= CSZ_FLOWS)
821 if (band < CSZ_GUARANTEED && q->flow[band].L_tab == NULL)
824 return band+1;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/tc/
H A Dq_prio.c64 unsigned band; local
70 if (get_unsigned(&band, *argv, 10)) {
74 if (band > opt.bands) {
82 opt.priomap[idx++] = band;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dfcntl.c378 /* Table to convert sigio signal codes into poll band bitmaps */
428 void send_sigio(struct fown_struct *fown, int fd, int band) argument
435 send_sigio_to_task(p, fown, fd, band);
444 send_sigio_to_task(p, fown, fd, band);
497 void __kill_fasync(struct fasync_struct *fa, int sig, int band) argument
511 send_sigio(fown, fa->fa_fd, band);
516 void kill_fasync(struct fasync_struct **fp, int sig, int band) argument
519 __kill_fasync(*fp, sig, band);
H A Ddnotify.c23 extern void send_sigio(struct fown_struct *fown, int fd, int band);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsocksys.h179 unsigned char band; member in struct:T_primsg
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/board/bcm947xx/src/
H A Dbcm947xx_init.S161 SR t2, PMU_MIN_RES_MASK(t1) # Disable base band PLL
179 SR t2, PMU_MIN_RES_MASK(t1) # Enable Base band PLL
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/router/ppp/solaris/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/router/pppd/solaris/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/solaris/
H A Dppp_mod.h21 #define bcanputnext(q, band) canputnext((q))
43 #define bcanputnext(q, band) canputnext((q))
/asus-wl-520gu-7.0.1.45/src/include/
H A Dwlioctl.h115 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
133 int8 band; /* band */ member in struct:wl_extdscan_params
253 uint32 band; member in struct:wl_channels_in_country
262 uint32 band; member in struct:wl_country_list
464 uint band; /* band (optional) */ member in struct:__anon255
467 /* Structure used by GET/SET_ATTEN ioctls - it controls power in b/g-band */
492 /* defines used by poweridx iovar - it controls power in a-band */
880 /* band type
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnet.h132 extern int sock_wake_async(struct socket *sk, int how, int band);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnet.h132 extern int sock_wake_async(struct socket *sk, int how, int band);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/
H A Dsocket.c798 int sock_wake_async(struct socket *sock, int how, int band) argument
815 __kill_fasync(sock->fasync_list, SIGIO, band);
818 __kill_fasync(sock->fasync_list, SIGURG, band);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dsock.h1213 static inline void sk_wake_async(struct sock *sk, int how, int band) argument
1216 sock_wake_async(sk->socket, how, band);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dsock.h1285 static inline void sk_wake_async(struct sock *sk, int how, int band) argument
1288 sock_wake_async(sk->socket, how, band);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/
H A Dbroadcom.c916 cic->band = WLC_BAND_A;
918 cic->band = WLC_BAND_B;
976 cl->band = WLC_BAND_A;
978 cl->band = WLC_BAND_B;
1042 cl->band = WLC_BAND_A;
1044 cl->band = WLC_BAND_B;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixsig.c521 long band; member in struct:irix5_siginfo::__anon460::__anon464
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbroadcom.c1038 cic->band = WLC_BAND_A;
1040 cic->band = WLC_BAND_B;
1099 cl->band = WLC_BAND_A;
1101 cl->band = WLC_BAND_B;
1165 cl->band = WLC_BAND_A;
1167 cl->band = WLC_BAND_B;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc/lib/
H A Dchecksum.S41 /* Do end cruft out of band to get better cache patterns. */
75 /* Also do alignment out of band to get better cache patterns. */
246 /* Handle the end cruft code out of band for better cache patterns. */
288 /* Also, handle the alignment code out of band. */
373 ccte: bne cc_end_cruft ! something left, handle it out of band

Completed in 246 milliseconds

12