Searched refs:hopcount (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/switches/
H A Dtsi57x.c45 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
49 rio_mport_write_config_32(mport, destid, hopcount,
51 rio_mport_write_config_32(mport, destid, hopcount,
54 rio_mport_write_config_32(mport, destid, hopcount,
56 rio_mport_write_config_32(mport, destid, hopcount,
66 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
75 rio_mport_read_config_32(mport, destid, hopcount,
80 rio_mport_write_config_32(mport, destid, hopcount,
82 rio_mport_read_config_32(mport, destid, hopcount,
93 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, argument
120 tsi57x_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 sw_domain) argument
142 tsi57x_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 *sw_domain) argument
163 u8 hopcount = rdev->rswitch->hopcount; local
216 u8 hopcount = rdev->rswitch->hopcount; local
[all...]
H A Didtcps.c24 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
30 rio_mport_write_config_32(mport, destid, hopcount,
33 rio_mport_read_config_32(mport, destid, hopcount,
37 rio_mport_write_config_32(mport, destid, hopcount,
45 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
51 rio_mport_write_config_32(mport, destid, hopcount,
54 rio_mport_read_config_32(mport, destid, hopcount,
68 idtcps_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, argument
75 rio_mport_write_config_32(mport, destid, hopcount,
77 rio_mport_write_config_32(mport, destid, hopcount,
90 idtcps_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 sw_domain) argument
102 idtcps_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 *sw_domain) argument
[all...]
H A Dtsi568.c36 tsi568_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
40 rio_mport_write_config_32(mport, destid, hopcount,
42 rio_mport_write_config_32(mport, destid, hopcount,
45 rio_mport_write_config_32(mport, destid, hopcount,
48 rio_mport_write_config_32(mport, destid, hopcount,
58 tsi568_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
65 rio_mport_write_config_32(mport, destid, hopcount,
67 rio_mport_read_config_32(mport, destid, hopcount,
70 rio_mport_write_config_32(mport, destid, hopcount,
73 rio_mport_read_config_32(mport, destid, hopcount,
85 tsi568_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table) argument
118 u8 hopcount = rdev->rswitch->hopcount; local
[all...]
H A Dtsi500.c23 tsi500_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
30 rio_mport_read_config_32(mport, destid, hopcount, offset, &result);
33 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*i), result | (route_port << (4*(route_destid & 0x7))));
36 rio_mport_read_config_32(mport, destid, hopcount, offset + (0x20000*table), &result);
38 rio_mport_write_config_32(mport, destid, hopcount, offset + (0x20000*table), result | (route_port << (4*(route_destid & 0x7))));
45 tsi500_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
52 rio_mport_read_config_32(mport, destid, hopcount, offset, &result);
54 rio_mport_read_config_32(mport, destid, hopcount, offset + (0x20000*table), &result);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drio_drv.h38 u8 hopcount, u32 offset, u32 * data);
40 u8 hopcount, u32 offset, u32 data);
42 u8 hopcount, u32 offset, u16 * data);
44 u8 hopcount, u32 offset, u16 data);
46 u8 hopcount, u32 offset, u8 * data);
48 u8 hopcount, u32 offset, u8 data);
153 u8 hopcount = 0xff; local
158 hopcount = rdev->rswitch->hopcount;
161 return rio_mport_read_config_32(rdev->net->hport, destid, hopcount,
177 u8 hopcount = 0xff; local
201 u8 hopcount = 0xff; local
225 u8 hopcount = 0xff; local
248 u8 hopcount = 0xff; local
271 u8 hopcount = 0xff; local
[all...]
H A Drio.h222 * @hopcount: Hopcount to this switch
237 u16 hopcount; member in struct:rio_switch
241 int (*add_entry) (struct rio_mport * mport, u16 destid, u8 hopcount,
243 int (*get_entry) (struct rio_mport * mport, u16 destid, u8 hopcount,
245 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount,
247 int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount,
249 int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount,
272 u8 hopcount, u32 offset, int len, u32 *data);
274 u8 hopcount, u32 offset, int len, u32 data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rapidio/
H A Drio-scan.c68 * @hopcount: Hopcount to device
73 static u16 rio_get_device_id(struct rio_mport *port, u16 destid, u8 hopcount) argument
77 rio_mport_read_config_32(port, destid, hopcount, RIO_DID_CSR, &result);
86 * @hopcount: Hopcount to device
91 static void rio_set_device_id(struct rio_mport *port, u16 destid, u8 hopcount, u16 did) argument
93 rio_mport_write_config_32(port, destid, hopcount, RIO_DID_CSR,
316 * @hopcount: Number of hops to reach the target
324 u8 hopcount, u8 port_num) {
332 pr_debug("rio_enable_rx_tx_port(local = %d, destid = %d, hopcount = "
333 "%d, port_num = %d)\n", local, destid, hopcount, port_nu
322 rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, u8 hopcount, u8 port_num) argument
385 rio_setup_device(struct rio_net *net, struct rio_mport *port, u16 destid, u8 hopcount, int do_enum) argument
523 rio_sport_is_active(struct rio_mport *port, u16 destid, u8 hopcount, int sport) argument
563 rio_lock_device(struct rio_mport *port, u16 destid, u8 hopcount, int wait_ms) argument
606 rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount) argument
710 rio_get_host_deviceid_lock(struct rio_mport *port, u8 hopcount) argument
729 rio_get_swpinfo_inport(struct rio_mport *mport, u16 destid, u8 hopcount) argument
747 rio_get_swpinfo_tports(struct rio_mport *mport, u16 destid, u8 hopcount) argument
782 rio_enum_peer(struct rio_net *net, struct rio_mport *port, u8 hopcount) argument
965 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, u8 hopcount) argument
[all...]
H A Drio.h20 u8 hopcount, int ftr);
22 u16 destid, u8 hopcount);
24 u8 hopcount, u32 from);
29 u8 hopcount, u16 table, u16 route_destid,
32 u8 hopcount, u16 table, u16 route_destid,
35 u8 hopcount, u16 table);
H A Drio.c391 * @hopcount: Number of switch hops to the device
395 u16 destid, u8 hopcount)
400 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0);
407 rio_mport_read_config_32(port, destid, hopcount,
428 hopcount, ext_ftr_ptr);
474 u8 hopcount = 0xff; local
480 hopcount = rdev->rswitch->hopcount;
483 rio_mport_read_config_32(rdev->net->hport, destid, hopcount,
491 rio_mport_write_config_32(rdev->net->hport, destid, hopcount,
394 rio_mport_get_physefb(struct rio_mport *port, int local, u16 destid, u8 hopcount) argument
508 u8 hopcount; local
641 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 from) argument
691 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, u8 hopcount, int ftr) argument
793 rio_std_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
820 rio_std_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
845 rio_std_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table) argument
[all...]
H A Drio-access.c104 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type *value) \
111 res = mport->ops->cread(mport, mport->id, destid, hopcount, offset, len, &data); \
128 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type value) \
134 res = mport->ops->cwrite(mport, mport->id, destid, hopcount, offset, len, value); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-eigrp.c132 u_int8_t hopcount; member in struct:eigrp_tlv_ip_int_t
152 u_int8_t hopcount; member in struct:eigrp_tlv_ip_ext_t
171 u_int8_t hopcount; member in struct:eigrp_tlv_at_int_t
190 u_int8_t hopcount; member in struct:eigrp_tlv_at_ext_t
348 tlv_ptr.eigrp_tlv_ip_int->hopcount,
385 tlv_ptr.eigrp_tlv_ip_ext->hopcount,
417 tlv_ptr.eigrp_tlv_at_int->hopcount,
448 tlv_ptr.eigrp_tlv_at_ext->hopcount,
H A Dprint-olsr.c99 u_int8_t hopcount; member in struct:olsr_msg4
109 u_int8_t hopcount; member in struct:olsr_msg6
327 msgptr.v6->hopcount,
355 msgptr.v4->hopcount,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dprintcap.c96 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
180 hopcount = 0;
290 if (++hopcount > MAXHOP) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_hwmp.c539 u8 hopcount, flags; local
551 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1;
555 hopcount, ttl, cpu_to_le32(lifetime),
570 u8 ttl, hopcount, flags; local
608 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1;
615 cpu_to_le32(target_sn), next_hop, hopcount,
679 u8 ttl, flags, hopcount; local
693 hopcount = rann->rann_hopcount;
694 hopcount++;
715 hopcount, tt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_rio.c361 * @hopcount: Number of hops to target device
371 u8 hopcount, u32 offset, int len, u32 *val)
378 ("fsl_rio_config_read: index %d destid %d hopcount %d offset %8.8x len %d\n",
379 index, destid, hopcount, offset, len);
387 (destid << 22) | (hopcount << 12) | (offset >> 12));
407 err, destid, hopcount, offset);
420 * @hopcount: Number of hops to target device
430 u8 hopcount, u32 offset, int len, u32 val)
435 ("fsl_rio_config_write: index %d destid %d hopcount %d offset %8.8x len %d val %8.8x\n",
436 index, destid, hopcount, offse
370 fsl_rio_config_read(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 *val) argument
429 fsl_rio_config_write(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h944 u8 hopcount; member in struct:cmd_ds_fwt_access

Completed in 177 milliseconds