Home
last modified time | relevance | path

Searched refs:nes_qp (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_mgt.h39 void nes_queue_mgt_skbs(struct sk_buff *skb, struct nes_vnic *nesvnic, struct nes_qp *nesqp);
41 void nes_destroy_pau_qp(struct nes_device *nesdev, struct nes_qp *nesqp);
75 struct nes_qp *nesqp;
94 struct nes_qp *nesqp;
Dnes.h290 struct nes_qp *nesqp;
336 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
511 static inline struct nes_qp *to_nesqp(struct ib_qp *ibqp) in to_nesqp()
513 return container_of(ibqp, struct nes_qp, ibqp); in to_nesqp()
551 void nes_sock_release(struct nes_qp *, unsigned long *);
552 void flush_wqes(struct nes_device *nesdev, struct nes_qp *, u32, u32);
554 int nes_cm_disconn(struct nes_qp *);
558 int nes_hw_modify_qp(struct nes_device *, struct nes_qp *, u32, u32, u32);
Dnes_verbs.h57 struct nes_qp *mmap_nesqp[NES_MAX_USER_WQ_REGIONS];
132 struct nes_qp *nesqp;
138 struct nes_qp { struct
Dnes_mgt.c154 struct nes_qp *nesqp = fpdu_info->nesqp; in nes_download_callback()
191 static struct sk_buff *nes_get_next_skb(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_get_next_skb()
242 static int get_fpdu_info(struct nes_device *nesdev, struct nes_qp *nesqp, in get_fpdu_info()
406 static int forward_fpdus(struct nes_vnic *nesvnic, struct nes_qp *nesqp) in forward_fpdus()
483 static void process_fpdus(struct nes_vnic *nesvnic, struct nes_qp *nesqp) in process_fpdus()
507 static void queue_fpdus(struct sk_buff *skb, struct nes_vnic *nesvnic, struct nes_qp *nesqp) in queue_fpdus()
610 void nes_queue_mgt_skbs(struct sk_buff *skb, struct nes_vnic *nesvnic, struct nes_qp *nesqp) in nes_queue_mgt_skbs()
620 void nes_destroy_pau_qp(struct nes_device *nesdev, struct nes_qp *nesqp) in nes_destroy_pau_qp()
643 struct nes_qp *nesqp; in nes_chg_qh_handler()
716 struct nes_vnic *nesvnic, struct nes_qp *nesqp) in nes_change_quad_hash()
[all …]
Dnes_cm.h205 struct nes_qp;
351 struct nes_qp *nesqp;
Dnes_cm.c98 static int nes_cm_disconn_true(struct nes_qp *);
100 static int nes_disconnect(struct nes_qp *nesqp, int abrupt);
130 static void build_rdma0_msg(struct nes_cm_node *, struct nes_qp **);
654 static void build_rdma0_msg(struct nes_cm_node *cm_node, struct nes_qp **nesqp_addr) in build_rdma0_msg()
657 struct nes_qp *nesqp = *nesqp_addr; in build_rdma0_msg()
804 struct nes_qp *nesqp; in handle_recv_entry()
809 nesqp = (struct nes_qp *)recv_entry->skb; in handle_recv_entry()
1558 struct nes_qp *nesqp; in rem_ref_cm_node()
2768 static int nes_cm_init_tsa_conn(struct nes_qp *nesqp, struct nes_cm_node *cm_node) in nes_cm_init_tsa_conn()
2839 int nes_cm_disconn(struct nes_qp *nesqp) in nes_cm_disconn()
[all …]
Dnes_verbs.c612 struct nes_qp *nesqp; in nes_mmap()
781 static int nes_setup_virt_qp(struct nes_qp *nesqp, struct nes_pbl *nespbl, in nes_setup_virt_qp()
903 static int nes_setup_mmap_qp(struct nes_qp *nesqp, struct nes_vnic *nesvnic, in nes_setup_mmap_qp()
952 struct nes_qp *nesqp, int virt_wqs) in nes_free_qp_mem()
986 struct nes_qp *nesqp; in nes_create_qp()
1052 nesqp = (struct nes_qp *)(unsigned long)u64nesqp; in nes_create_qp()
1301 static void nes_clean_cq(struct nes_qp *nesqp, struct nes_cq *nescq) in nes_clean_cq()
1337 struct nes_qp *nesqp = to_nesqp(ibqp); in nes_destroy_qp()
2610 struct nes_qp *nesqp = to_nesqp(ibqp); in nes_query_qp()
2637 int nes_hw_modify_qp(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_hw_modify_qp()
[all …]
Dnes_hw.c71 static void nes_terminate_start_timer(struct nes_qp *nesqp);
348 adapter_size += sizeof(struct nes_qp **) * max_qp; in nes_init_adapter()
436 …nesadapter->qp_table = (struct nes_qp **)(&nesadapter->allocated_arps[BITS_TO_LONGS(arp_table_size… in nes_init_adapter()
3089 static u32 iwarp_opcode(struct nes_qp *nesqp, u32 aeq_info) in iwarp_opcode()
3105 static int nes_bld_terminate_hdr(struct nes_qp *nesqp, u16 async_event_id, u32 aeq_info) in nes_bld_terminate_hdr()
3316 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3345 nesqp = (struct nes_qp *)(unsigned long)context; in nes_terminate_connection()
3370 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_send_fin()
3395 static void nes_terminate_done(struct nes_qp *nesqp, int timeout_occurred) in nes_terminate_done()
3426 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_received()
[all …]
Dnes.c260 struct nes_qp *nesqp; in nes_add_ref()
271 struct nes_qp *nesqp = cqp_request->cqp_callback_pointer; in nes_cqp_rem_ref_callback()
304 struct nes_qp *nesqp; in nes_rem_ref()
Dnes_hw.h1058 struct nes_qp **qp_table;