/linux-4.1.27/drivers/rapidio/switches/ |
D | tsi568.c | 37 tsi568_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_add_entry() argument 41 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry() 43 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry() 46 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry() 49 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_add_entry() 59 tsi568_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_get_entry() argument 66 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_get_entry() 68 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry() 71 rio_mport_write_config_32(mport, destid, hopcount, in tsi568_route_get_entry() 74 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry() [all …]
|
D | tsi57x.c | 46 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_add_entry() argument 50 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry() 52 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry() 55 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry() 57 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_add_entry() 67 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_get_entry() argument 76 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry() 81 rio_mport_write_config_32(mport, destid, hopcount, in tsi57x_route_get_entry() 83 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry() 94 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_clr_table() argument [all …]
|
D | idtcps.c | 25 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_add_entry() argument 34 rio_mport_write_config_32(mport, destid, hopcount, in idtcps_route_add_entry() 37 rio_mport_read_config_32(mport, destid, hopcount, in idtcps_route_add_entry() 41 rio_mport_write_config_32(mport, destid, hopcount, in idtcps_route_add_entry() 49 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_get_entry() argument 55 rio_mport_write_config_32(mport, destid, hopcount, in idtcps_route_get_entry() 58 rio_mport_read_config_32(mport, destid, hopcount, in idtcps_route_get_entry() 72 idtcps_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_clr_table() argument 79 rio_mport_write_config_32(mport, destid, hopcount, in idtcps_route_clr_table() 81 rio_mport_write_config_32(mport, destid, hopcount, in idtcps_route_clr_table() [all …]
|
D | idt_gen2.c | 91 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_add_entry() argument 105 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry() 111 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry() 115 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_add_entry() 124 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_get_entry() argument 137 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry() 140 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_get_entry() 144 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_route_get_entry() 156 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_clr_table() argument 169 rio_mport_write_config_32(mport, destid, hopcount, in idtg2_route_clr_table() [all …]
|
/linux-4.1.27/drivers/rapidio/ |
D | rio-scan.c | 165 static u16 rio_get_device_id(struct rio_mport *port, u16 destid, u8 hopcount) in rio_get_device_id() argument 169 rio_mport_read_config_32(port, destid, hopcount, RIO_DID_CSR, &result); in rio_get_device_id() 183 static void rio_set_device_id(struct rio_mport *port, u16 destid, u8 hopcount, u16 did) in rio_set_device_id() argument 185 rio_mport_write_config_32(port, destid, hopcount, RIO_DID_CSR, in rio_set_device_id() 343 u8 hopcount, int do_enum) in rio_setup_device() argument 353 if (rio_mport_read_config_32(port, destid, hopcount, in rio_setup_device() 358 rio_mport_read_config_32(port, destid, hopcount, in rio_setup_device() 373 rio_mport_read_config_32(port, destid, hopcount, RIO_DEV_ID_CAR, in rio_setup_device() 377 rio_mport_read_config_32(port, destid, hopcount, RIO_DEV_INFO_CAR, in rio_setup_device() 379 rio_mport_read_config_32(port, destid, hopcount, RIO_ASM_ID_CAR, in rio_setup_device() [all …]
|
D | rio.c | 495 u16 destid, u8 hopcount) in rio_mport_get_physefb() argument 500 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0); in rio_mport_get_physefb() 507 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_physefb() 528 hopcount, ext_ftr_ptr); in rio_mport_get_physefb() 607 u8 hopcount, u8 port_num) in rio_enable_rx_tx_port() argument 617 "%d, port_num = %d)\n", local, destid, hopcount, port_num); in rio_enable_rx_tx_port() 619 ext_ftr_ptr = rio_mport_get_physefb(port, local, destid, hopcount); in rio_enable_rx_tx_port() 626 if (rio_mport_read_config_32(port, destid, hopcount, in rio_enable_rx_tx_port() 645 if (rio_mport_write_config_32(port, destid, hopcount, in rio_enable_rx_tx_port() 704 rio_mport_chk_dev_access(struct rio_mport *mport, u16 destid, u8 hopcount) in rio_mport_chk_dev_access() argument [all …]
|
D | rio.h | 23 u8 hopcount, int ftr); 25 u16 destid, u8 hopcount); 27 u8 hopcount, u32 from); 29 u8 hopcount); 32 u8 hopcount, int wait_ms); 33 extern int rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount); 43 u8 hopcount, u8 port_num);
|
D | rio-access.c | 104 (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); \
|
D | rio-sysfs.c | 39 rio_config_attr(hopcount, "0x%02x\n");
|
/linux-4.1.27/include/linux/ |
D | rio_drv.h | 37 u8 hopcount, u32 offset, u32 * data); 39 u8 hopcount, u32 offset, u32 data); 41 u8 hopcount, u32 offset, u16 * data); 43 u8 hopcount, u32 offset, u16 data); 45 u8 hopcount, u32 offset, u8 * data); 47 u8 hopcount, u32 offset, u8 data); 153 rdev->hopcount, offset, data); in rio_read_config_32() 169 rdev->hopcount, offset, data); in rio_write_config_32() 185 rdev->hopcount, offset, data); in rio_read_config_16() 201 rdev->hopcount, offset, data); in rio_write_config_16() [all …]
|
D | rio.h | 126 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 128 int (*get_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, 130 int (*clr_table) (struct rio_mport *mport, u16 destid, u8 hopcount, 132 int (*set_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, 134 int (*get_domain) (struct rio_mport *mport, u16 destid, u8 hopcount, 195 u8 hopcount; member 343 u8 hopcount, u32 offset, int len, u32 *data); 345 u8 hopcount, u32 offset, int len, u32 data);
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_rio.c | 186 u8 hopcount, u32 offset, int len, u32 *val) in fsl_rio_config_read() argument 195 index, destid, hopcount, offset, len); in fsl_rio_config_read() 203 (destid << 22) | (hopcount << 12) | (offset >> 12)); in fsl_rio_config_read() 223 err, destid, hopcount, offset); in fsl_rio_config_read() 246 u8 hopcount, u32 offset, int len, u32 val) in fsl_rio_config_write() argument 253 index, destid, hopcount, offset, len, val); in fsl_rio_config_write() 261 (destid << 22) | (hopcount << 12) | (offset >> 12)); in fsl_rio_config_write()
|
/linux-4.1.27/net/mac80211/ |
D | mesh_hwmp.c | 604 u8 hopcount; in hwmp_preq_frame_process() local 615 hopcount = PREQ_IE_HOPCOUNT(preq_elem) + 1; in hwmp_preq_frame_process() 627 target_sn, da, hopcount, ttl, lifetime, in hwmp_preq_frame_process() 653 u8 ttl, hopcount, flags; in hwmp_prep_frame_process() local 689 hopcount = PREP_IE_HOPCOUNT(prep_elem) + 1; in hwmp_prep_frame_process() 695 target_addr, target_sn, next_hop, hopcount, in hwmp_prep_frame_process() 764 u8 ttl, flags, hopcount; in hwmp_rann_frame_process() local 775 hopcount = rann->rann_hopcount; in hwmp_rann_frame_process() 776 hopcount++; in hwmp_rann_frame_process() 844 hopcount, ttl, interval, in hwmp_rann_frame_process()
|
/linux-4.1.27/drivers/rapidio/devices/ |
D | tsi721.c | 108 u16 destid, u8 hopcount, u32 offset, int len, in tsi721_maint_dma() argument 127 bd_ptr[0].raddr_lo = cpu_to_le32((hopcount << 24) | offset); in tsi721_maint_dma() 163 do_wr ? MAINT_WR : MAINT_RD, destid, hopcount, offset); in tsi721_maint_dma() 205 u8 hopcount, u32 offset, int len, u32 *data) in tsi721_cread_dma() argument 209 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount, in tsi721_cread_dma() 228 u8 hopcount, u32 offset, int len, u32 data) in tsi721_cwrite_dma() argument 233 return tsi721_maint_dma(priv, mport->sys_size, destid, hopcount, in tsi721_cwrite_dma()
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 262 device ID; it relies on hopcount and routing for device ID of an attached 268 their hopcount value. 278 into the routing table. The algorithm recurs by calling itself with hopcount + 1
|
D | sysfs.txt | 78 hopcount - number of hops on the path to the switch
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | host.h | 950 u8 hopcount; member
|