Searched refs:fw (Results 1 - 25 of 110) sorted by relevance

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/netconf/
H A Dmain.c40 print_fw(netconf_fw_t *fw) argument
49 printf("%s", target_name[fw->target]);
52 if (netconf_valid_filter(fw->target)) {
53 filter = (netconf_filter_t *) fw;
58 if (fw->match.ipproto == IPPROTO_TCP)
60 else if (fw->match.ipproto == IPPROTO_UDP)
64 if (fw->match.src.ipaddr.s_addr & fw->match.src.netmask.s_addr) {
66 (fw->match.flags & NETCONF_INV_SRCIP) ? "!" : "",
67 inet_ntoa(fw
192 netconf_fw_t *fw, fw_list; local
[all...]
H A Dnetconf_linux.c161 netconf_fw_t *fw = NULL; local
184 fw = (netconf_fw_t *) filter;
188 fw = (netconf_fw_t *) nat;
192 fw = (netconf_fw_t *) app;
197 if (!fw) {
201 netconf_list_add(fw, fw_list);
204 fw->match.src.ipaddr.s_addr = entry->ip.src.s_addr;
205 fw->match.src.netmask.s_addr = entry->ip.smsk.s_addr;
206 fw->match.dst.ipaddr.s_addr = entry->ip.dst.s_addr;
207 fw
384 netconf_fw_index(const netconf_fw_t *fw) argument
647 netconf_fw_exists(netconf_fw_t *fw) argument
784 netconf_add_fw(netconf_fw_t *fw) argument
1063 netconf_del_fw(netconf_fw_t *fw) argument
1103 netconf_fw_t *fw; local
1150 netconf_fw_t *fw, fw_list; local
1203 netconf_fw_t *fw, fw_list; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/firewire/
H A DMakefile5 firewire-core-y += fw-card.o fw-topology.o fw-transaction.o fw-iso.o \
6 fw-device.o fw-cdev.o
7 firewire-ohci-y += fw-ohci.o
8 firewire-sbp2-y += fw-sbp2.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfirmware.h14 int request_firmware(const struct firmware **fw, const char *name,
19 void (*cont)(const struct firmware *fw, void *context));
21 void release_firmware(const struct firmware *fw);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_hwdep.c71 const struct firmware *fw; local
75 if (request_firmware(&fw, path, chip->dev)) {
79 err = chip->ops->load_dsp(chip, i, fw);
81 release_firmware(fw);
87 chip->firmware[i] = fw;
89 release_firmware(fw);
157 static void free_fw(const struct firmware *fw) argument
159 if (fw) {
160 vfree(fw->data);
161 kfree(fw);
170 struct firmware *fw; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/mlx4/
H A Dcatas.c42 for (i = 0; i < priv->fw.catas_size; ++i)
54 addr = pci_resource_start(dev->pdev, priv->fw.catas_bar) +
55 priv->fw.catas_offset;
57 priv->catas_err.map = ioremap(addr, priv->fw.catas_size * 4);
H A DMakefile3 mlx4_core-y := alloc.o catas.o cmd.o cq.o eq.o fw.o icm.o intf.o main.o mcg.o \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Dfirmware_class.c46 struct firmware *fw; member in struct:firmware_priv
145 if (!fw_priv->fw) {
149 vfree(fw_priv->fw->data);
150 fw_priv->fw->data = NULL;
151 fw_priv->fw->size = 0;
183 struct firmware *fw; local
187 fw = fw_priv->fw;
188 if (!fw || test_bit(FW_STATUS_DONE, &fw_priv->status)) {
192 if (offset > fw
248 struct firmware *fw; local
346 fw_setup_device(struct firmware *fw, struct device **dev_p, const char *fw_name, struct device *device, int uevent) argument
475 release_firmware(const struct firmware *fw) argument
498 const struct firmware *fw; local
533 request_firmware_nowait( struct module *module, int uevent, const char *name, struct device *device, void *context, void (*cont)(const struct firmware *fw, void *context)) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cx25840/
H A Dcx25840-firmware.c26 #define FWFILE "v4l-cx25840.fw"
95 const struct firmware *fw = NULL; local
99 if (request_firmware(&fw, firmware, FWDEV(client)) != 0) {
108 buffer[2] = fw->data[0];
109 buffer[3] = fw->data[1];
113 release_firmware(fw);
117 size = fw->size - 2;
118 ptr = fw->data;
126 release_firmware(fw);
136 size = fw
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h152 #define SYM_FW_ENTRY(fw, name) \
155 (u32 *) &fw##a_scr, sizeof(fw##a_scr), &fw##a_ofs, \
156 (u32 *) &fw##b_scr, sizeof(fw##b_scr), &fw##b_ofs, \
157 (u32 *) &fw##z_scr, sizeof(fw##z_scr), &fw##z_of
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-firmware.c28 int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type) argument
39 while ((ret = dvb_usb_get_hexline(fw,&hx,&pos)) > 0) {
73 const struct firmware *fw = NULL; local
75 if ((ret = request_firmware(&fw, props->firmware, &udev->dev)) != 0) {
88 ret = usb_cypress_load_firmware(udev, fw, props->usb_ctrl);
92 ret = props->download_firmware(udev,fw);
103 release_firmware(fw);
107 int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, argument
110 u8 *b = (u8 *) &fw->data[*pos];
112 if (*pos >= fw
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/firmware_class/
H A Dfirmware_sample_driver.c71 static void sample_probe_async_cont(const struct firmware *fw, void *context) argument
73 if(!fw){
81 sample_firmware_load(fw->data, fw->size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c547 /* e is called `fw' here for historical reasons */
549 print_firewall(const struct ipt_entry *fw, argument
566 t = ipt_get_target((struct ipt_entry *)fw);
567 flags = fw->ip.flags;
573 print_num(fw->counters.pcnt, format);
574 print_num(fw->counters.bcnt, format);
580 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
582 const char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
586 printf(FMT("%-5hu", "%hu "), fw->ip.proto);
592 fputc(fw
674 print_firewall_line(const struct ipt_entry *fw, struct iptc_handle *const h) argument
684 append_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle) argument
714 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *smask, const struct in_addr *daddr, const struct in_addr *dmask, int verbose, struct iptc_handle *handle) argument
733 insert_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle) argument
798 delete_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], const struct in_addr smasks[], unsigned int ndaddrs, const struct in_addr daddrs[], const struct in_addr dmasks[], int verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
833 check_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr *saddrs, const struct in_addr *smasks, unsigned int ndaddrs, const struct in_addr *daddrs, const struct in_addr *dmasks, bool verbose, struct iptc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
1236 generate_entry(const struct ipt_entry *fw, struct xtables_rule_match *matches, struct ipt_entry_target *target) argument
[all...]
H A Dip6tables.c542 /* e is called `fw' here for historical reasons */
544 print_firewall(const struct ip6t_entry *fw, argument
560 t = ip6t_get_target((struct ip6t_entry *)fw);
566 print_num(fw->counters.pcnt, format);
567 print_num(fw->counters.bcnt, format);
573 fputc(fw->ipv6.invflags & IP6T_INV_PROTO ? '!' : ' ', stdout);
575 const char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
579 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto);
593 if (fw->ipv6.invflags & IP6T_INV_VIA_IN) {
599 if (fw
669 print_firewall_line(const struct ip6t_entry *fw, struct ip6tc_handle *const h) argument
679 append_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct ip6tc_handle *handle) argument
709 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *smask, const struct in6_addr *daddr, const struct in6_addr *dmask, int verbose, struct ip6tc_handle *handle) argument
728 insert_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct ip6tc_handle *handle) argument
793 delete_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], const struct in6_addr smasks[], unsigned int ndaddrs, const struct in6_addr daddrs[], const struct in6_addr dmasks[], int verbose, struct ip6tc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
828 check_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr *saddrs, const struct in6_addr *smasks, unsigned int ndaddrs, const struct in6_addr *daddrs, const struct in6_addr *dmasks, bool verbose, struct ip6tc_handle *handle, struct xtables_rule_match *matches, const struct xtables_target *target) argument
1225 generate_entry(const struct ip6t_entry *fw, struct xtables_rule_match *matches, struct ip6t_entry_target *target) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_dbg.c57 struct qla2300_fw_dump *fw; local
79 fw = &ha->fw_dump->isp.isp23;
83 fw->hccr = htons(RD_REG_WORD(&reg->hccr));
103 for (cnt = 0; cnt < sizeof(fw->pbiu_reg) / 2; cnt++)
104 fw->pbiu_reg[cnt] = htons(RD_REG_WORD(dmp_reg++));
107 for (cnt = 0; cnt < sizeof(fw->risc_host_reg) / 2; cnt++)
108 fw->risc_host_reg[cnt] = htons(RD_REG_WORD(dmp_reg++));
111 for (cnt = 0; cnt < sizeof(fw->mailbox_reg) / 2; cnt++)
112 fw->mailbox_reg[cnt] = htons(RD_REG_WORD(dmp_reg++));
116 for (cnt = 0; cnt < sizeof(fw
418 struct qla2100_fw_dump *fw; local
646 struct qla24xx_fw_dump *fw; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dbcm3510.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
H A Dsp8870.h35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
H A Dsp887x.h17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
H A Dor51211.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/examples/diffserv/
H A DEdge32-cb-chains35 # tag the rest of incoming packets from subnet 10.2.0.0/24 to fw value 1
36 # tag all incoming packets from any other subnet to fw tag 2
52 # anything with fw tag of 1 is passed on with a tcindex value 1
55 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 handle 1 fw \
58 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 handle 1 fw \
65 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 handle 1 fw \
68 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
75 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
78 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
85 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 handle 2 fw \
[all...]
H A DEdge150 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/ivtv/
H A Divtv-firmware.c50 const struct firmware *fw = NULL; local
54 if (retries && request_firmware(&fw, fn, &itv->dev->dev) == 0) {
57 const u32 *src = (const u32 *)fw->data;
61 if (fw->size != size && fw->size != 256 * 1024) {
66 IVTV_INFO("retry: file loaded was not %s (expected size %ld, got %zd)\n", fn, size, fw->size);
67 release_firmware(fw);
71 for (i = 0; i < fw->size; i += 4) {
77 release_firmware(fw);
78 IVTV_INFO("loaded %s firmware (%zd bytes)\n", fn, fw
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables.c1388 /* e is called `fw' here for hysterical raisins */
1390 print_firewall(const struct ipt_entry *fw, argument
1406 t = ipt_get_target((struct ipt_entry *)fw);
1407 flags = fw->ip.flags;
1413 print_num(fw->counters.pcnt, format);
1414 print_num(fw->counters.bcnt, format);
1420 fputc(fw->ip.invflags & IPT_INV_PROTO ? '!' : ' ', stdout);
1422 char *pname = proto_to_name(fw->ip.proto, format&FMT_NUMERIC);
1426 printf(FMT("%-5hu", "%hu "), fw->ip.proto);
1432 fputc(fw
1514 print_firewall_line(const struct ipt_entry *fw, const iptc_handle_t h) argument
1524 append_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], int verbose, iptc_handle_t *handle) argument
1550 replace_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, const struct in_addr *saddr, const struct in_addr *daddr, int verbose, iptc_handle_t *handle) argument
1567 insert_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], int verbose, iptc_handle_t *handle) argument
1594 make_delete_mask(struct ipt_entry *fw, struct iptables_rule_match *matches) argument
1627 delete_entry(const ipt_chainlabel chain, struct ipt_entry *fw, unsigned int nsaddrs, const struct in_addr saddrs[], unsigned int ndaddrs, const struct in_addr daddrs[], int verbose, iptc_handle_t *handle, struct iptables_rule_match *matches) argument
1865 generate_entry(const struct ipt_entry *fw, struct iptables_rule_match *matches, struct ipt_entry_target *target) argument
1938 struct ipt_entry fw, *e = NULL; local
[all...]
H A Dip6tables.c1327 /* e is called `fw' here for hysterical raisins */
1329 print_firewall(const struct ip6t_entry *fw, argument
1345 t = ip6t_get_target((struct ip6t_entry *)fw);
1346 flags = fw->ipv6.flags;
1352 print_num(fw->counters.pcnt, format);
1353 print_num(fw->counters.bcnt, format);
1359 fputc(fw->ipv6.invflags & IP6T_INV_PROTO ? '!' : ' ', stdout);
1361 char *pname = proto_to_name(fw->ipv6.proto, format&FMT_NUMERIC);
1365 printf(FMT("%-5hu", "%hu "), fw->ipv6.proto);
1379 if (fw
1450 print_firewall_line(const struct ip6t_entry *fw, const ip6tc_handle_t h) argument
1460 append_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], unsigned int ndaddrs, const struct in6_addr daddrs[], int verbose, ip6tc_handle_t *handle) argument
1486 replace_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, const struct in6_addr *saddr, const struct in6_addr *daddr, int verbose, ip6tc_handle_t *handle) argument
1503 insert_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int rulenum, unsigned int nsaddrs, const struct in6_addr saddrs[], unsigned int ndaddrs, const struct in6_addr daddrs[], int verbose, ip6tc_handle_t *handle) argument
1530 make_delete_mask(struct ip6t_entry *fw, struct ip6tables_rule_match *matches) argument
1563 delete_entry(const ip6t_chainlabel chain, struct ip6t_entry *fw, unsigned int nsaddrs, const struct in6_addr saddrs[], unsigned int ndaddrs, const struct in6_addr daddrs[], int verbose, ip6tc_handle_t *handle, struct ip6tables_rule_match *matches) argument
1801 generate_entry(const struct ip6t_entry *fw, struct ip6tables_rule_match *matches, struct ip6t_entry_target *target) argument
1859 struct ip6t_entry fw, *e = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A DMakefile1 libertas-objs := main.o fw.o wext.o \

Completed in 139 milliseconds

12345