Home
last modified time | relevance | path

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

/linux-4.4.14/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.h289 struct nes_qp *nesqp;
335 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
510 static inline struct nes_qp *to_nesqp(struct ib_qp *ibqp) in to_nesqp()
512 return container_of(ibqp, struct nes_qp, ibqp); in to_nesqp()
550 void nes_sock_release(struct nes_qp *, unsigned long *);
551 void flush_wqes(struct nes_device *nesdev, struct nes_qp *, u32, u32);
553 int nes_cm_disconn(struct nes_qp *);
557 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.c153 struct nes_qp *nesqp = fpdu_info->nesqp; in nes_download_callback()
190 static struct sk_buff *nes_get_next_skb(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_get_next_skb()
241 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;
354 struct nes_qp *nesqp;
Dnes_cm.c97 static int nes_cm_disconn_true(struct nes_qp *);
99 static int nes_disconnect(struct nes_qp *nesqp, int abrupt);
129 static void build_rdma0_msg(struct nes_cm_node *, struct nes_qp **);
773 static void build_rdma0_msg(struct nes_cm_node *cm_node, struct nes_qp **nesqp_addr) in build_rdma0_msg()
776 struct nes_qp *nesqp = *nesqp_addr; in build_rdma0_msg()
923 struct nes_qp *nesqp; in handle_recv_entry()
928 nesqp = (struct nes_qp *)recv_entry->skb; in handle_recv_entry()
1696 struct nes_qp *nesqp; in rem_ref_cm_node()
2928 static int nes_cm_init_tsa_conn(struct nes_qp *nesqp, struct nes_cm_node *cm_node) in nes_cm_init_tsa_conn()
2999 int nes_cm_disconn(struct nes_qp *nesqp) in nes_cm_disconn()
[all …]
Dnes_hw.c78 static void nes_terminate_start_timer(struct nes_qp *nesqp);
357 adapter_size += sizeof(struct nes_qp **) * max_qp; in nes_init_adapter()
445 …nesadapter->qp_table = (struct nes_qp **)(&nesadapter->allocated_arps[BITS_TO_LONGS(arp_table_size… in nes_init_adapter()
3139 static u32 iwarp_opcode(struct nes_qp *nesqp, u32 aeq_info) in iwarp_opcode()
3155 static int nes_bld_terminate_hdr(struct nes_qp *nesqp, u16 async_event_id, u32 aeq_info) in nes_bld_terminate_hdr()
3366 static void nes_terminate_connection(struct nes_device *nesdev, struct nes_qp *nesqp, in nes_terminate_connection()
3395 nesqp = (struct nes_qp *)(unsigned long)context; in nes_terminate_connection()
3420 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_send_fin()
3445 static void nes_terminate_done(struct nes_qp *nesqp, int timeout_occurred) in nes_terminate_done()
3476 struct nes_qp *nesqp, struct nes_hw_aeqe *aeqe) in nes_terminate_received()
[all …]
Dnes_verbs.c219 struct nes_qp *nesqp = to_nesqp(ibqp); in nes_bind_mw()
700 struct nes_qp *nesqp; in nes_mmap()
887 static int nes_setup_virt_qp(struct nes_qp *nesqp, struct nes_pbl *nespbl, in nes_setup_virt_qp()
1009 static int nes_setup_mmap_qp(struct nes_qp *nesqp, struct nes_vnic *nesvnic, in nes_setup_mmap_qp()
1058 struct nes_qp *nesqp, int virt_wqs) in nes_free_qp_mem()
1092 struct nes_qp *nesqp; in nes_create_qp()
1159 nesqp = (struct nes_qp *)(unsigned long)u64nesqp; in nes_create_qp()
1408 static void nes_clean_cq(struct nes_qp *nesqp, struct nes_cq *nescq) in nes_clean_cq()
1444 struct nes_qp *nesqp = to_nesqp(ibqp); in nes_destroy_qp()
2814 struct nes_qp *nesqp = to_nesqp(ibqp); in nes_query_qp()
[all …]
Dnes.c268 struct nes_qp *nesqp; in nes_add_ref()
279 struct nes_qp *nesqp = cqp_request->cqp_callback_pointer; in nes_cqp_rem_ref_callback()
312 struct nes_qp *nesqp; in nes_rem_ref()
Dnes_hw.h1062 struct nes_qp **qp_table;