Searched refs:cluster_id (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dreservation.c72 bcid.data[0] = wusbhc->cluster_id;
H A Dwusbhc.h237 u16 cluster_id; /* Wireless USB Cluster ID */ member in struct:wusbhc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dhwa-hc.c71 static int __hwahc_set_cluster_id(struct hwahc *hwahc, u8 cluster_id) argument
81 cluster_id,
86 cluster_id, result);
88 wusbhc->cluster_id = cluster_id;
89 dev_info(dev, "Wireless USB Cluster ID set to 0x%02x\n", cluster_id);
161 wusb_cluster_id_put(wusbhc->cluster_id);
178 wusb_cluster_id_put(wusbhc->cluster_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/whci/
H A Dhcd.c65 wusbhc->cluster_id = bcid;
101 wusb_cluster_id_put(wusbhc->cluster_id);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.h79 struct in_addr cluster_id; member in struct:bgp
H A Dbgpd.c223 bgp_cluster_id_set (struct bgp *bgp, struct in_addr *cluster_id)
229 && IPV4_ADDR_SAME (&bgp->cluster_id, cluster_id))
232 IPV4_ADDR_COPY (&bgp->cluster_id, cluster_id);
257 bgp->cluster_id.s_addr = 0;
4352 vty_out (vty, " bgp cluster-id %s%s", inet_ntoa (bgp->cluster_id),
217 bgp_cluster_id_set(struct bgp *bgp, struct in_addr *cluster_id) argument
H A Dbgp_attr.c1516 /* If this peer configuration's parent BGP has cluster_id. */
1518 stream_put_in_addr (s, &bgp->cluster_id);
1526 /* If this peer configuration's parent BGP has cluster_id. */
1528 stream_put_in_addr (s, &bgp->cluster_id);
H A Dbgp_route.c407 struct in_addr cluster_id;
412 cluster_id = peer->bgp->cluster_id;
414 cluster_id = peer->bgp->router_id;
416 if (cluster_loop_check (attr->cluster, cluster_id))
405 struct in_addr cluster_id; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmatroskadec.c3125 int64_t cluster_id = 0, cluster_length = 0; local
3129 ebml_read_num(matroska, matroska->ctx->pb, 4, &cluster_id);
3131 if (cluster_id != 0xF43B675) { // done with all clusters

Completed in 339 milliseconds