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

/linux-master/drivers/rapidio/switches/
H A Didtcps.c21 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 Didt_gen2.c87 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
101 rio_mport_write_config_32(mport, destid, hopcount,
107 rio_mport_write_config_32(mport, destid, hopcount,
111 rio_mport_write_config_32(mport, destid, hopcount,
120 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
133 rio_mport_write_config_32(mport, destid, hopcount,
136 rio_mport_write_config_32(mport, destid, hopcount,
140 rio_mport_read_config_32(mport, destid, hopcount,
152 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, argument
165 rio_mport_write_config_32(mport, destid, hopcount,
184 idtg2_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 sw_domain) argument
196 idtg2_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, u8 *sw_domain) argument
[all...]
H A Didt_gen3.c37 idtg3_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
55 err = rio_mport_write_config_32(mport, destid, hopcount,
64 err = rio_mport_read_config_32(mport, destid, hopcount,
72 err = rio_mport_write_config_32(mport, destid, hopcount,
79 idtg3_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, argument
88 err = rio_mport_read_config_32(mport, destid, hopcount,
103 err = rio_mport_read_config_32(mport, destid, hopcount,
118 idtg3_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, argument
127 err = rio_mport_write_config_32(mport, destid, hopcount,
137 err = rio_mport_read_config_32(mport, destid, hopcount,
[all...]
/linux-master/drivers/rapidio/
H A Drio.h19 u8 hopcount, int ftr);
21 u16 destid, u8 hopcount, u32 *rmap);
23 u8 hopcount, u32 from);
25 u8 hopcount);
27 u8 hopcount, int wait_ms);
28 extern int rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount);
42 u8 hopcount, u8 port_num);
H A Drio-scan.c154 * @hopcount: Hopcount to device
159 static u16 rio_get_device_id(struct rio_mport *port, u16 destid, u8 hopcount) argument
163 rio_mport_read_config_32(port, destid, hopcount, RIO_DID_CSR, &result);
172 * @hopcount: Hopcount to device
177 static void rio_set_device_id(struct rio_mport *port, u16 destid, u8 hopcount, u16 did) argument
179 rio_mport_write_config_32(port, destid, hopcount, RIO_DID_CSR,
311 * @hopcount: Current hopcount
324 u8 hopcount, int do_enum)
334 if (rio_mport_read_config_32(port, destid, hopcount,
322 rio_setup_device(struct rio_net *net, struct rio_mport *port, u16 destid, u8 hopcount, int do_enum) argument
505 rio_get_host_deviceid_lock(struct rio_mport *port, u8 hopcount) argument
526 rio_enum_peer(struct rio_net *net, struct rio_mport *port, u8 hopcount, struct rio_dev *prev, int prev_port) argument
730 rio_disc_peer(struct rio_net *net, struct rio_mport *port, u16 destid, u8 hopcount, struct rio_dev *prev, int prev_port) argument
[all...]
H A Drio-access.c86 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type *value) \
91 res = mport->ops->cread(mport, mport->id, destid, hopcount, offset, len, &data); \
107 (struct rio_mport *mport, u16 destid, u8 hopcount, u32 offset, type value) \
110 return mport->ops->cwrite(mport, mport->id, destid, hopcount, \
H A Drio.c776 * @hopcount: Number of switch hops to the device
781 u16 destid, u8 hopcount, u32 *rmap)
786 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0);
793 rio_mport_read_config_32(port, destid, hopcount,
821 hopcount, ext_ftr_ptr);
892 * @hopcount: Number of hops to reach the target
900 u8 hopcount, u8 port_num)
910 pr_debug("rio_enable_rx_tx_port(local = %d, destid = %d, hopcount = "
911 "%d, port_num = %d)\n", local, destid, hopcount, port_num);
914 hopcount,
780 rio_mport_get_physefb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 *rmap) argument
898 rio_enable_rx_tx_port(struct rio_mport *port, int local, u16 destid, u8 hopcount, u8 port_num) argument
993 rio_mport_chk_dev_access(struct rio_mport *mport, u16 destid, u8 hopcount) argument
1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 from) argument
1383 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, u8 hopcount, int ftr) argument
1426 rio_std_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) argument
1454 rio_std_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) argument
1480 rio_std_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table) argument
1532 rio_lock_device(struct rio_mport *port, u16 destid, u8 hopcount, int wait_ms) argument
1576 rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount) argument
[all...]
H A Drio-sysfs.c35 rio_config_attr(hopcount, "0x%02x\n");
/linux-master/include/linux/
H A Drio_drv.h33 u8 hopcount, u32 offset, u32 * data);
35 u8 hopcount, u32 offset, u32 data);
37 u8 hopcount, u32 offset, u16 * data);
39 u8 hopcount, u32 offset, u16 data);
41 u8 hopcount, u32 offset, u8 * data);
43 u8 hopcount, u32 offset, u8 data);
149 rdev->hopcount, offset, data);
165 rdev->hopcount, offset, data);
181 rdev->hopcount, offset, data);
197 rdev->hopcount, offse
[all...]
H A Drio.h122 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount,
124 int (*get_entry) (struct rio_mport *mport, u16 destid, u8 hopcount,
126 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount,
128 int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount,
130 int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount,
170 * @hopcount: Hopcount to this device
201 u8 hopcount; member in struct:rio_dev
405 u8 hopcount, u32 offset, int len, u32 *data);
407 u8 hopcount, u32 offset, int len, u32 data);
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h48 __u8 hopcount; /* hopcount to remote device */ member in struct:rio_mport_maint_io
220 __u8 hopcount; member in struct:rio_rdev_info
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rio.c181 * @hopcount: Number of hops to target device
191 u8 hopcount, u32 offset, int len, u32 *val)
200 " index %d destid %d hopcount %d offset %8.8x len %d\n",
201 index, destid, hopcount, offset, len);
211 (destid << 22) | (hopcount << 12) | (offset >> 12));
232 err, destid, hopcount, offset);
246 * @hopcount: Number of hops to target device
256 u8 hopcount, u32 offset, int len, u32 val)
265 " index %d destid %d hopcount %d offset %8.8x len %d val %8.8x\n",
266 index, destid, hopcount, offse
190 fsl_rio_config_read(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 *val) argument
255 fsl_rio_config_write(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 val) argument
[all...]
/linux-master/net/mac80211/
H A Dmesh_hwmp.c401 u8 hopcount; local
420 hopcount = PREQ_IE_HOPCOUNT(hwmp_ie) + 1;
432 hopcount = PREP_IE_HOPCOUNT(hwmp_ie) + 1;
507 mpath->hop_count = hopcount;
670 u8 hopcount; local
681 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1;
692 target_sn, da, hopcount, ttl, lifetime,
718 u8 ttl, hopcount, flags; local
754 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1;
760 target_addr, target_sn, next_hop, hopcount,
833 u8 ttl, flags, hopcount; local
[all...]
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c290 maint_io.hopcount, offset, &buffer[i]);
343 maint_io.hopcount,
1691 u8 hopcount; local
1699 dev_info.comptag, dev_info.destid, dev_info.hopcount);
1711 hopcount = dev_info.hopcount;
1713 if (rio_mport_read_config_32(mport, destid, hopcount,
1718 rio_mport_read_config_32(mport, destid, hopcount,
1753 rio_mport_read_config_32(mport, destid, hopcount,
1757 rio_mport_read_config_32(mport, destid, hopcount, RIO_DEV_INFO_CA
[all...]
H A Dtsi721.c102 * @hopcount: Number of hops to target device
112 u16 destid, u8 hopcount, u32 offset, int len,
134 bd_ptr[0].raddr_lo = cpu_to_le32((hopcount << 24) | offset);
172 destid, hopcount, offset);
207 * @hopcount: Number of hops to target device
216 u8 hopcount, u32 offset, int len, u32 *data)
220 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount,
230 * @hopcount: Number of hops to target device
239 u8 hopcount, u32 offset, int len, u32 data)
244 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount,
111 tsi721_maint_dma(struct tsi721_device *priv, u32 sys_size, u16 destid, u8 hopcount, u32 offset, int len, u32 *data, int do_wr) argument
215 tsi721_cread_dma(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 *data) argument
238 tsi721_cwrite_dma(struct rio_mport *mport, int index, u16 destid, u8 hopcount, u32 offset, int len, u32 data) argument
[all...]
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dhost.h955 u8 hopcount; member in struct:cmd_ds_fwt_access

Completed in 248 milliseconds