/linux-2.6.39/drivers/infiniband/hw/amso1100/ |
D | c2_vq.c | 82 int vq_init(struct c2_dev *c2dev) in vq_init() 95 void vq_term(struct c2_dev *c2dev) in vq_term() 103 struct c2_vq_req *vq_req_alloc(struct c2_dev *c2dev) in vq_req_alloc() 124 void vq_req_free(struct c2_dev *c2dev, struct c2_vq_req *r) in vq_req_free() 135 void vq_req_get(struct c2_dev *c2dev, struct c2_vq_req *r) in vq_req_get() 151 void vq_req_put(struct c2_dev *c2dev, struct c2_vq_req *r) in vq_req_put() 165 void *vq_repbuf_alloc(struct c2_dev *c2dev) in vq_repbuf_alloc() 178 int vq_send_wr(struct c2_dev *c2dev, union c2wr *wr) in vq_send_wr() 244 int vq_wait_for_reply(struct c2_dev *c2dev, struct c2_vq_req *req) in vq_wait_for_reply() 257 void vq_repbuf_free(struct c2_dev *c2dev, void *reply) in vq_repbuf_free()
|
D | c2_rnic.c | 81 static int c2_adapter_init(struct c2_dev *c2dev) in c2_adapter_init() 105 static void c2_adapter_term(struct c2_dev *c2dev) in c2_adapter_term() 123 static int c2_rnic_query(struct c2_dev *c2dev, struct ib_device_attr *props) in c2_rnic_query() 212 int c2_add_addr(struct c2_dev *c2dev, __be32 inaddr, __be32 inmask) in c2_add_addr() 274 int c2_del_addr(struct c2_dev *c2dev, __be32 inaddr, __be32 inmask) in c2_del_addr() 337 static int c2_rnic_open(struct c2_dev *c2dev) in c2_rnic_open() 391 static int c2_rnic_close(struct c2_dev *c2dev) in c2_rnic_close() 445 int __devinit c2_rnic_init(struct c2_dev *c2dev) in c2_rnic_init() 614 void __devexit c2_rnic_term(struct c2_dev *c2dev) in c2_rnic_term()
|
D | c2_cq.c | 46 static struct c2_cq *c2_cq_get(struct c2_dev *c2dev, int cqn) in c2_cq_get() 68 void c2_cq_event(struct c2_dev *c2dev, u32 mq_index) in c2_cq_event() 82 void c2_cq_clean(struct c2_dev *c2dev, struct c2_qp *qp, u32 mq_index) in c2_cq_clean() 131 static inline int c2_poll_one(struct c2_dev *c2dev, in c2_poll_one() 203 struct c2_dev *c2dev = to_c2dev(ibcq->device); in c2_poll_cq() local 257 static void c2_free_cq_buf(struct c2_dev *c2dev, struct c2_mq *mq) in c2_free_cq_buf() 263 static int c2_alloc_cq_buf(struct c2_dev *c2dev, struct c2_mq *mq, int q_size, in c2_alloc_cq_buf() 286 int c2_init_cq(struct c2_dev *c2dev, int entries, in c2_init_cq() 386 void c2_free_cq(struct c2_dev *c2dev, struct c2_cq *cq) in c2_free_cq()
|
D | c2_pd.c | 43 int c2_pd_alloc(struct c2_dev *c2dev, int privileged, struct c2_pd *pd) in c2_pd_alloc() 66 void c2_pd_free(struct c2_dev *c2dev, struct c2_pd *pd) in c2_pd_free() 73 int __devinit c2_init_pd_table(struct c2_dev *c2dev) in c2_init_pd_table() 87 void __devexit c2_cleanup_pd_table(struct c2_dev *c2dev) in c2_cleanup_pd_table()
|
D | c2_qp.c | 134 int c2_qp_modify(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_modify() 253 int c2_qp_set_read_limits(struct c2_dev *c2dev, struct c2_qp *qp, in c2_qp_set_read_limits() 302 static int destroy_qp(struct c2_dev *c2dev, struct c2_qp *qp) in destroy_qp() 381 static int c2_alloc_qpn(struct c2_dev *c2dev, struct c2_qp *qp) in c2_alloc_qpn() 395 static void c2_free_qpn(struct c2_dev *c2dev, int qpn) in c2_free_qpn() 402 struct c2_qp *c2_find_qpn(struct c2_dev *c2dev, int qpn) in c2_find_qpn() 413 int c2_alloc_qp(struct c2_dev *c2dev, in c2_alloc_qp() 598 void c2_free_qp(struct c2_dev *c2dev, struct c2_qp *qp) in c2_free_qp() 724 static inline void c2_activity(struct c2_dev *c2dev, u32 mq_index, u16 shared) in c2_activity() 791 struct c2_dev *c2dev = to_c2dev(ibqp->device); in c2_post_send() local [all …]
|
D | c2.c | 209 struct c2_dev *c2dev = c2_port->c2dev; in c2_rx_alloc() local 277 struct c2_dev *c2dev = c2_port->c2dev; in c2_rx_clean() local 304 static inline int c2_tx_free(struct c2_dev *c2dev, struct c2_element *elem) in c2_tx_free() 380 struct c2_dev *c2dev = c2_port->c2dev; in c2_tx_interrupt() local 462 struct c2_dev *c2dev = c2_port->c2dev; in c2_rx_interrupt() local 549 struct c2_dev *c2dev = (struct c2_dev *) dev_id; in c2_interrupt() local 586 struct c2_dev *c2dev = c2_port->c2dev; in c2_up() local 692 struct c2_dev *c2dev = c2_port->c2dev; in c2_down() local 732 struct c2_dev *c2dev = c2_port->c2dev; in c2_reset() local 759 struct c2_dev *c2dev = c2_port->c2dev; in c2_xmit_frame() local [all …]
|
D | c2_alloc.c | 39 static int c2_alloc_mqsp_chunk(struct c2_dev *c2dev, gfp_t gfp_mask, in c2_alloc_mqsp_chunk() 71 int c2_init_mqsp_pool(struct c2_dev *c2dev, gfp_t gfp_mask, in c2_init_mqsp_pool() 77 void c2_free_mqsp_pool(struct c2_dev *c2dev, struct sp_chunk *root) in c2_free_mqsp_pool() 89 __be16 *c2_alloc_mqsp(struct c2_dev *c2dev, struct sp_chunk *head, in c2_alloc_mqsp()
|
D | c2_cm.c | 43 struct c2_dev *c2dev = to_c2dev(cm_id->device); in c2_llp_connect() local 133 struct c2_dev *c2dev; in c2_llp_service_create() local 219 struct c2_dev *c2dev; in c2_llp_service_destroy() local 285 struct c2_dev *c2dev = to_c2dev(cm_id->device); in c2_llp_accept() local 391 struct c2_dev *c2dev; in c2_llp_reject() local
|
D | c2_intr.c | 43 void c2_rnic_interrupt(struct c2_dev *c2dev) in c2_rnic_interrupt() 62 static void handle_mq(struct c2_dev *c2dev, u32 mq_index) in handle_mq() 115 static void handle_vq(struct c2_dev *c2dev, u32 mq_index) in handle_vq()
|
D | c2_mm.c | 50 send_pbl_messages(struct c2_dev *c2dev, __be32 stag_index, in send_pbl_messages() 174 c2_nsmr_register_phys_kern(struct c2_dev *c2dev, u64 *addr_list, in c2_nsmr_register_phys_kern() 316 int c2_stag_dealloc(struct c2_dev *c2dev, u32 stag_index) in c2_stag_dealloc()
|
D | c2_provider.c | 69 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_device() local 121 struct c2_dev *c2dev = to_c2dev(ibdev); in c2_query_gid() local 229 struct c2_dev* c2dev = to_c2dev(device); in c2_get_qp() local 529 struct c2_dev *c2dev = container_of(dev, struct c2_dev, ibdev.dev); in show_rev() local 537 struct c2_dev *c2dev = container_of(dev, struct c2_dev, ibdev.dev); in show_fw_ver() local 657 struct c2_dev *c2dev = netdev->ml_priv; in c2_pseudo_up() local 682 struct c2_dev *c2dev = netdev->ml_priv; in c2_pseudo_down() local 742 static struct net_device *c2_pseudo_netdev_init(struct c2_dev *c2dev) in c2_pseudo_netdev_init()
|
D | c2_ae.c | 147 void c2_ae_event(struct c2_dev *c2dev, u32 mq_index) in c2_ae_event()
|
D | c2.h | 359 struct c2_dev *c2dev; member 424 #define C2_SET_CUR_RX(c2dev, cur_rx) \ argument 427 #define C2_GET_CUR_RX(c2dev) \ argument
|
/linux-2.6.39/drivers/misc/c2port/ |
D | core.c | 310 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_name() local 318 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_flash_blocks_num() local 327 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_flash_block_size() local 336 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_flash_size() local 345 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_access() local 354 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_store_access() local 383 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_store_reset() local 418 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_dev_id() local 454 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_rev_id() local 474 struct c2port_device *c2dev = dev_get_drvdata(dev); in c2port_show_flash_access() local [all …]
|