Home
last modified time | relevance | path

Searched refs:i40iw_qp (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw.h248 struct i40iw_qp **qp_table;
395 static inline struct i40iw_qp *to_iwqp(struct ib_qp *ibqp) in to_iwqp()
397 return container_of(ibqp, struct i40iw_qp, ibqp); in to_iwqp()
406 struct i40iw_qp *qp);
515 void i40iw_cm_disconn(struct i40iw_qp *iwqp);
532 void i40iw_hw_modify_qp(struct i40iw_device *iwdev, struct i40iw_qp *iwqp,
547 struct i40iw_qp *iwqp,
559 void i40iw_next_iw_state(struct i40iw_qp *iwqp,
Di40iw_utils.c476 struct i40iw_qp *iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_free_qp()
613 struct i40iw_qp *iwqp = (struct i40iw_qp *)ibqp; in i40iw_add_ref()
624 struct i40iw_qp *iwqp; in i40iw_rem_ref()
879 struct i40iw_qp *iwqp; in i40iw_term_modify_qp()
881 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_term_modify_qp()
892 struct i40iw_qp *iwqp; in i40iw_terminate_done()
898 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_terminate_done()
924 struct i40iw_qp *iwqp = from_timer(iwqp, t, terminate_timer); in i40iw_terminate_timeout()
937 struct i40iw_qp *iwqp; in i40iw_terminate_start_timer()
939 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_terminate_start_timer()
[all …]
Di40iw_verbs.h122 struct i40iw_qp *iwqp;
134 struct i40iw_qp { struct
Di40iw_hw.c72 resources_size += sizeof(struct i40iw_qp **) * max_qp; in i40iw_initialize_hw_resources()
94 iwdev->qp_table = (struct i40iw_qp **)(&iwdev->allocated_arps[BITS_TO_LONGS(arp_table_size)]); in i40iw_initialize_hw_resources()
245 void i40iw_next_iw_state(struct i40iw_qp *iwqp, in i40iw_next_iw_state()
284 struct i40iw_qp *iwqp = NULL; in i40iw_process_aeq()
678 struct i40iw_qp *iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_hw_flush_wqes()
835 void i40iw_flush_wqes(struct i40iw_device *iwdev, struct i40iw_qp *iwqp) in i40iw_flush_wqes()
Di40iw_verbs.c413 struct i40iw_qp *iwqp, in i40iw_free_qp_resources()
436 static void i40iw_clean_cqes(struct i40iw_qp *iwqp, struct i40iw_cq *iwcq) in i40iw_clean_cqes()
449 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_destroy_qp()
475 struct i40iw_qp *iwqp, in i40iw_setup_virt_qp()
501 struct i40iw_qp *iwqp, in i40iw_setup_kmode_qp()
567 struct i40iw_qp *iwqp; in i40iw_create_qp()
618 iwqp = (struct i40iw_qp *)mem; in i40iw_create_qp()
806 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_query_qp()
833 void i40iw_hw_modify_qp(struct i40iw_device *iwdev, struct i40iw_qp *iwqp, in i40iw_hw_modify_qp()
883 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_modify_qp()
[all …]
Di40iw_cm.h210 struct i40iw_qp;
323 struct i40iw_qp *iwqp;
Di40iw_cm.c609 struct i40iw_qp *iwqp; in i40iw_event_connect_error()
1158 struct i40iw_qp *iwqp; in i40iw_handle_close_entry()
1163 iwqp = (struct i40iw_qp *)close_entry->sqbuf; in i40iw_handle_close_entry()
2287 struct i40iw_qp *iwqp; in i40iw_rem_ref_cm_node()
3293 struct i40iw_qp *iwqp) in i40iw_init_tcp_ctx()
3370 static void i40iw_cm_init_tsa_conn(struct i40iw_qp *iwqp, in i40iw_cm_init_tsa_conn()
3428 void i40iw_cm_disconn(struct i40iw_qp *iwqp) in i40iw_cm_disconn()
3461 static void i40iw_qp_disconnect(struct i40iw_qp *iwqp) in i40iw_qp_disconnect()
3497 static void i40iw_cm_disconn_true(struct i40iw_qp *iwqp) in i40iw_cm_disconn_true()
3614 struct i40iw_qp *iwqp = dwork->iwqp; in i40iw_disconnect_worker()
[all …]