Searched refs:nf (Results 1 - 25 of 361) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dinet_fragment.c11 * ipv6/reassembly. and ipv6 nf conntrack reassembly
73 void inet_frags_init_net(struct netns_frags *nf) argument
75 nf->nqueues = 0;
76 atomic_set(&nf->mem, 0);
77 INIT_LIST_HEAD(&nf->lru_list);
87 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f) argument
89 nf->low_thresh = 0;
92 inet_frag_evictor(nf, f);
119 static inline void frag_kfree_skb(struct netns_frags *nf, struct inet_frags *f, argument
125 atomic_sub(skb->truesize, &nf
135 struct netns_frags *nf; local
161 inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f) argument
193 inet_frag_intern(struct netns_frags *nf, struct inet_frag_queue *qp_in, struct inet_frags *f, void *arg) argument
237 inet_frag_alloc(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
256 inet_frag_create(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dinet_fragment.c11 * ipv6/reassembly. and ipv6 nf conntrack reassembly
73 void inet_frags_init_net(struct netns_frags *nf) argument
75 nf->nqueues = 0;
76 atomic_set(&nf->mem, 0);
77 INIT_LIST_HEAD(&nf->lru_list);
87 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f) argument
89 nf->low_thresh = 0;
92 inet_frag_evictor(nf, f);
119 static inline void frag_kfree_skb(struct netns_frags *nf, struct inet_frags *f, argument
125 atomic_sub(skb->truesize, &nf
135 struct netns_frags *nf; local
161 inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f) argument
193 inet_frag_intern(struct netns_frags *nf, struct inet_frag_queue *qp_in, struct inet_frags *f, void *arg) argument
237 inet_frag_alloc(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
256 inet_frag_create(struct netns_frags *nf, struct inet_frags *f, void *arg) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_config.c85 if (nf != 2) \
100 if (nf != 2) \
124 int nf; local
129 if ((nf = __config_split(s, argv)) < 2) {
141 if (nf != 3)
150 if (nf != 2)
173 if (nf != 3)
182 if (nf != 2)
190 if (nf != 2)
198 if (nf !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_config.c85 if (nf != 2) \
100 if (nf != 2) \
124 int nf; local
129 if ((nf = __config_split(s, argv)) < 2) {
141 if (nf != 3)
150 if (nf != 2)
173 if (nf != 3)
182 if (nf != 2)
190 if (nf != 2)
198 if (nf !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_config.c85 if (nf != 2) \
100 if (nf != 2) \
124 int nf; local
129 if ((nf = __config_split(s, argv)) < 2) {
141 if (nf != 3)
150 if (nf != 2)
173 if (nf != 3)
182 if (nf != 2)
190 if (nf != 2)
198 if (nf !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dinet_frag.h57 void inet_frags_init_net(struct netns_frags *nf);
58 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f);
63 int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f);
64 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dinet_frag.h57 void inet_frags_init_net(struct netns_frags *nf);
58 void inet_frags_exit_net(struct netns_frags *nf, struct inet_frags *f);
63 int inet_frag_evictor(struct netns_frags *nf, struct inet_frags *f);
64 struct inet_frag_queue *inet_frag_find(struct netns_frags *nf,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-yuv.c953 struct yuv_frame_info *nf = &yi->new_frame_info[frame]; local
958 int update = nf->update;
961 nf->src_x = args->src.left;
962 nf->src_y = args->src.top;
963 nf->src_w = args->src.width;
964 nf->src_h = args->src.height;
965 nf->dst_x = args->dst.left;
966 nf->dst_y = args->dst.top;
967 nf->dst_w = args->dst.width;
968 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-yuv.c953 struct yuv_frame_info *nf = &yi->new_frame_info[frame]; local
958 int update = nf->update;
961 nf->src_x = args->src.left;
962 nf->src_y = args->src.top;
963 nf->src_w = args->src.width;
964 nf->src_h = args->src.height;
965 nf->dst_x = args->dst.left;
966 nf->dst_y = args->dst.top;
967 nf->dst_w = args->dst.width;
968 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/ath/ath9k/
H A Dcalib.c232 * here, the baseband nf cal will just be capped by our present
236 ath_print(common, ATH_DBG_ANY, "Timeout while waiting for nf "
261 static void ath9k_hw_nf_sanitize(struct ath_hw *ah, s16 *nf) argument
273 if (!nf[i])
278 (i >= 3 ? "ext" : "ctl"), i % 3, nf[i]);
280 if (nf[i] > limit->max) {
283 i, nf[i], limit->max);
284 nf[i] = limit->max;
285 } else if (nf[i] < limit->min) {
288 i, nf[
297 int16_t nf, nfThresh; local
[all...]
H A Dar9002_phy.c473 int16_t nf; local
475 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
476 nfarray[0] = sign_extend(nf, 9);
478 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
480 nfarray[3] = sign_extend(nf, 9);
485 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
486 nfarray[1] = sign_extend(nf, 9);
488 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR);
490 nfarray[4] = sign_extend(nf, 9);
H A Dar9003_phy.c1018 int16_t nf; local
1020 nf = MS(REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
1021 nfarray[0] = sign_extend(nf, 9);
1023 nf = MS(REG_READ(ah, AR_PHY_CCA_1), AR_PHY_CH1_MINCCA_PWR);
1024 nfarray[1] = sign_extend(nf, 9);
1026 nf = MS(REG_READ(ah, AR_PHY_CCA_2), AR_PHY_CH2_MINCCA_PWR);
1027 nfarray[2] = sign_extend(nf, 9);
1032 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1033 nfarray[3] = sign_extend(nf, 9);
1035 nf
[all...]
H A Dar5008_phy.c1497 int16_t nf; local
1499 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR);
1500 nfarray[0] = sign_extend(nf, 9);
1502 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR);
1503 nfarray[1] = sign_extend(nf, 9);
1505 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
1506 nfarray[2] = sign_extend(nf, 9);
1511 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1512 nfarray[3] = sign_extend(nf, 9);
1514 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dcalib.c232 * here, the baseband nf cal will just be capped by our present
236 ath_print(common, ATH_DBG_ANY, "Timeout while waiting for nf "
261 static void ath9k_hw_nf_sanitize(struct ath_hw *ah, s16 *nf) argument
273 if (!nf[i])
278 (i >= 3 ? "ext" : "ctl"), i % 3, nf[i]);
280 if (nf[i] > limit->max) {
283 i, nf[i], limit->max);
284 nf[i] = limit->max;
285 } else if (nf[i] < limit->min) {
288 i, nf[
297 int16_t nf, nfThresh; local
[all...]
H A Dar9002_phy.c473 int16_t nf; local
475 nf = MS(REG_READ(ah, AR_PHY_CCA), AR9280_PHY_MINCCA_PWR);
476 nfarray[0] = sign_extend(nf, 9);
478 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR9280_PHY_EXT_MINCCA_PWR);
480 nfarray[3] = sign_extend(nf, 9);
485 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR9280_PHY_CH1_MINCCA_PWR);
486 nfarray[1] = sign_extend(nf, 9);
488 nf = MS(REG_READ(ah, AR_PHY_CH1_EXT_CCA), AR9280_PHY_CH1_EXT_MINCCA_PWR);
490 nfarray[4] = sign_extend(nf, 9);
H A Dar9003_phy.c1018 int16_t nf; local
1020 nf = MS(REG_READ(ah, AR_PHY_CCA_0), AR_PHY_MINCCA_PWR);
1021 nfarray[0] = sign_extend(nf, 9);
1023 nf = MS(REG_READ(ah, AR_PHY_CCA_1), AR_PHY_CH1_MINCCA_PWR);
1024 nfarray[1] = sign_extend(nf, 9);
1026 nf = MS(REG_READ(ah, AR_PHY_CCA_2), AR_PHY_CH2_MINCCA_PWR);
1027 nfarray[2] = sign_extend(nf, 9);
1032 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1033 nfarray[3] = sign_extend(nf, 9);
1035 nf
[all...]
H A Dar5008_phy.c1497 int16_t nf; local
1499 nf = MS(REG_READ(ah, AR_PHY_CCA), AR_PHY_MINCCA_PWR);
1500 nfarray[0] = sign_extend(nf, 9);
1502 nf = MS(REG_READ(ah, AR_PHY_CH1_CCA), AR_PHY_CH1_MINCCA_PWR);
1503 nfarray[1] = sign_extend(nf, 9);
1505 nf = MS(REG_READ(ah, AR_PHY_CH2_CCA), AR_PHY_CH2_MINCCA_PWR);
1506 nfarray[2] = sign_extend(nf, 9);
1511 nf = MS(REG_READ(ah, AR_PHY_EXT_CCA), AR_PHY_EXT_MINCCA_PWR);
1512 nfarray[3] = sign_extend(nf, 9);
1514 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A DCheckMan37 ^\.nf\s*$|
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A DCheckMan37 ^\.nf\s*$|
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A DCheckMan37 ^\.nf\s*$|
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/otus/hal/
H A Dhprw.c223 s32_t nf; local
422 nf = ((rsp[2]>>19) & 0x1ff);
423 if ((nf & 0x100) != 0x0)
425 noisefloor[0] = 0 - ((nf ^ 0x1ff) + 1);
429 noisefloor[0] = nf;
434 nf = ((rsp[3]>>19) & 0x1ff);
435 if ((nf & 0x100) != 0x0)
437 noisefloor[1] = 0 - ((nf ^ 0x1ff) + 1);
441 noisefloor[1] = nf;
446 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/otus/hal/
H A Dhprw.c223 s32_t nf; local
422 nf = ((rsp[2]>>19) & 0x1ff);
423 if ((nf & 0x100) != 0x0)
425 noisefloor[0] = 0 - ((nf ^ 0x1ff) + 1);
429 noisefloor[0] = nf;
434 nf = ((rsp[3]>>19) & 0x1ff);
435 if ((nf & 0x100) != 0x0)
437 noisefloor[1] = 0 - ((nf ^ 0x1ff) + 1);
441 noisefloor[1] = nf;
446 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dsticore.c486 struct sti_rom_font *nf; local
504 nf = kzalloc(size, GFP_KERNEL);
505 if (!nf)
508 nf->first_char = 0;
509 nf->last_char = 255;
510 nf->width = fbfont->width;
511 nf->height = fbfont->height;
512 nf->font_type = STI_FONT_HPROMAN8;
513 nf->bytes_per_char = bpc;
514 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dsticore.c486 struct sti_rom_font *nf; local
504 nf = kzalloc(size, GFP_KERNEL);
505 if (!nf)
508 nf->first_char = 0;
509 nf->last_char = 255;
510 nf->width = fbfont->width;
511 nf->height = fbfont->height;
512 nf->font_type = STI_FONT_HPROMAN8;
513 nf->bytes_per_char = bpc;
514 nf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dsmallft.c47 int nf=0; local
61 nf++;
62 ifac[nf+1]=ntry;
65 if(nf==1)goto L107;
67 for (i=1;i<nf;i++){
68 ib=nf-i+1;
76 ifac[1]=nf;
79 nfm1=nf-1;
575 int na,kh,nf; local
578 nf
1157 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]

Completed in 276 milliseconds

1234567891011>>