/drivers/rapidio/devices/ |
D | tsi721.c | 55 static int tsi721_lcread(struct rio_mport *mport, int index, u32 offset, in tsi721_lcread() 79 static int tsi721_lcwrite(struct rio_mport *mport, int index, u32 offset, in tsi721_lcwrite() 204 static int tsi721_cread_dma(struct rio_mport *mport, int index, u16 destid, in tsi721_cread_dma() 227 static int tsi721_cwrite_dma(struct rio_mport *mport, int index, u16 destid, in tsi721_cwrite_dma() 246 tsi721_pw_handler(struct rio_mport *mport) in tsi721_pw_handler() 318 static int tsi721_pw_enable(struct rio_mport *mport, int enable) in tsi721_pw_enable() 348 static int tsi721_dsend(struct rio_mport *mport, int index, in tsi721_dsend() 373 tsi721_dbell_handler(struct rio_mport *mport) in tsi721_dbell_handler() 393 struct rio_mport *mport; in tsi721_db_dpc() local 467 struct rio_mport *mport = (struct rio_mport *)ptr; in tsi721_irqhandler() local [all …]
|
D | tsi721_dma.c | 773 struct rio_mport *mport = priv->mport; in tsi721_register_dma() local
|
D | tsi721.h | 812 struct rio_mport *mport; member
|
/drivers/rapidio/ |
D | rio.c | 96 int rio_request_inb_mbox(struct rio_mport *mport, in rio_request_inb_mbox() 143 int rio_release_inb_mbox(struct rio_mport *mport, int mbox) in rio_release_inb_mbox() 165 int rio_request_outb_mbox(struct rio_mport *mport, in rio_request_outb_mbox() 211 int rio_release_outb_mbox(struct rio_mport *mport, int mbox) in rio_release_outb_mbox() 234 rio_setup_inb_dbell(struct rio_mport *mport, void *dev_id, struct resource *res, in rio_setup_inb_dbell() 268 int rio_request_inb_dbell(struct rio_mport *mport, in rio_request_inb_dbell() 309 int rio_release_inb_dbell(struct rio_mport *mport, u16 start, u16 end) in rio_release_inb_dbell() 443 int rio_map_inb_region(struct rio_mport *mport, dma_addr_t local, in rio_map_inb_region() 463 void rio_unmap_inb_region(struct rio_mport *mport, dma_addr_t lstart) in rio_unmap_inb_region() 731 rio_mport_chk_dev_access(struct rio_mport *mport, u16 destid, u8 hopcount) in rio_mport_chk_dev_access() [all …]
|
D | rio-access.c | 163 int rio_mport_send_doorbell(struct rio_mport *mport, u16 destid, u16 data) in rio_mport_send_doorbell()
|
D | rio-scan.c | 1144 int rio_enum_mport(struct rio_mport *mport, u32 flags) in rio_enum_mport() 1259 int rio_disc_mport(struct rio_mport *mport, u32 flags) in rio_disc_mport()
|
/drivers/rapidio/switches/ |
D | idtcps.c | 24 idtcps_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_add_entry() 48 idtcps_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_get_entry() 71 idtcps_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_route_clr_table() 93 idtcps_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_set_domain() 105 idtcps_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtcps_get_domain()
|
D | tsi57x.c | 45 tsi57x_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_add_entry() 66 tsi57x_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_get_entry() 93 tsi57x_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_route_clr_table() 120 tsi57x_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_set_domain() 142 tsi57x_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi57x_get_domain() 216 struct rio_mport *mport = rdev->net->hport; in tsi57x_em_handler() local
|
D | tsi568.c | 36 tsi568_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_add_entry() 58 tsi568_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_get_entry() 85 tsi568_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in tsi568_route_clr_table()
|
D | idt_gen2.c | 88 idtg2_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_add_entry() 121 idtg2_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_get_entry() 153 idtg2_route_clr_table(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_route_clr_table() 185 idtg2_set_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_set_domain() 197 idtg2_get_domain(struct rio_mport *mport, u16 destid, u8 hopcount, in idtg2_get_domain()
|
D | tsi500.c | 23 tsi500_route_add_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_desti… in tsi500_route_add_entry() 45 tsi500_route_get_entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_desti… in tsi500_route_get_entry()
|
/drivers/net/ |
D | rionet.c | 53 struct rio_mport *mport; member 218 static void rionet_dbell_event(struct rio_mport *mport, void *dev_id, u16 sid, u16 tid, in rionet_dbell_event() 251 static void rionet_inb_msg_event(struct rio_mport *mport, void *dev_id, int mbox, int slot) in rionet_inb_msg_event() 267 static void rionet_outb_msg_event(struct rio_mport *mport, void *dev_id, int mbox, int slot) in rionet_outb_msg_event() 449 static int rionet_setup_netdev(struct rio_mport *mport, struct net_device *ndev) in rionet_setup_netdev()
|
/drivers/infiniband/hw/mlx4/ |
D | sysfs.c | 625 struct mlx4_port *mport; in register_one_pkey_tree() local
|