Searched refs:rvalue (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_hotplug.c104 int rvalue; local
150 rvalue = pci_request_regions(pdev, DRV_NAME);
151 if (rvalue) {
153 DRV_NAME, rvalue);
158 rvalue = pci_read_config_dword(pdev, PCI_BASE_ADDRESS_0, &mem_addr);
159 if (rvalue || !mem_addr) {
188 rvalue = request_irq(pdev->irq, &islpci_interrupt,
191 if (rvalue) {
H A Disl_ioctl.c265 int rvalue; local
271 rvalue = mgt_get_request(priv, OID_INL_PHYCAPABILITIES, 0, NULL, &r);
286 return rvalue;
294 int rvalue; local
303 rvalue = c ? mgt_set_request(priv, DOT11_OID_CHANNEL, 0, &c) : -EINVAL;
306 return (rvalue ? rvalue : -EINPROGRESS);
315 int rvalue; local
317 rvalue = mgt_get_request(priv, DOT11_OID_CHANNEL, 0, NULL, &r);
319 rvalue |
407 int rvalue; local
425 int i, m, rvalue; local
529 int rvalue; local
551 int rvalue; local
685 int i, rvalue; local
768 int rvalue; local
905 int rvalue; local
942 int rvalue; local
966 int rvalue; local
988 int rvalue = 0; local
1029 int rvalue = 0; local
1060 int rvalue = 0, force = 0; local
1164 int rvalue; local
1210 int rvalue; local
1753 int rvalue; local
1993 int rvalue; local
2014 int rvalue; local
2594 int rvalue = 0, force = 0; local
2738 int i, rvalue; local
[all...]
H A Doid_mgt.c702 int rvalue; local
708 rvalue = mgt_commit_list(priv, commit_part1, VEC_SIZE(commit_part1));
711 rvalue |= mgt_commit_list(priv, commit_part2, VEC_SIZE(commit_part2));
714 rvalue |= mgt_commit_list(priv, &u, 1);
715 rvalue |= mgt_update_addr(priv);
717 if (rvalue) {
722 return rvalue;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dem_meta.c355 PARSE_ERR(arg, "lvalue and rvalue are not compatible.");
365 unsigned long lvalue = 0, rvalue = 0; local
395 return PARSE_ERR(args, "meta: missing rvalue");
398 a = parse_object(args, a, &meta_hdr.right, &rvalue, &meta_hdr.left);
412 if (rvalue)
413 dump_value(n, TCA_EM_META_RVALUE, rvalue, &meta_hdr.right);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_meta.c27 * lvalue rvalue
90 struct meta_value rvalue; member in struct:meta_match
703 meta_get(skb, info, &meta->rvalue, &r_value) < 0)
726 ops->destroy(&meta->rvalue);
776 memcpy(&meta->rvalue.hdr, &hdr->right, sizeof(hdr->right));
779 !meta_is_supported(&meta->rvalue)) {
785 meta_change_data(&meta->rvalue, tb[TCA_EM_META_RVALUE-1]) < 0)
812 memcpy(&hdr.right, &meta->rvalue.hdr, sizeof(hdr.right));
818 ops->dump(skb, &meta->rvalue, TCA_EM_META_RVALUE) < 0)

Completed in 59 milliseconds