Searched refs:i40iw_qp (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw.h | 248 struct i40iw_qp **qp_table; 406 static inline struct i40iw_qp *to_iwqp(struct ib_qp *ibqp) in to_iwqp() 408 return container_of(ibqp, struct i40iw_qp, ibqp); in to_iwqp() 417 struct i40iw_qp *qp); 526 void i40iw_cm_disconn(struct i40iw_qp *iwqp); 543 void i40iw_hw_modify_qp(struct i40iw_device *iwdev, struct i40iw_qp *iwqp, 557 void i40iw_free_qp_resources(struct i40iw_qp *iwqp); 569 void i40iw_next_iw_state(struct i40iw_qp *iwqp,
|
| H A D | i40iw_utils.c | 605 struct i40iw_qp *iwqp = (struct i40iw_qp *)ibqp; in i40iw_qp_add_ref() 616 struct i40iw_qp *iwqp; in i40iw_qp_rem_ref() 851 struct i40iw_qp *iwqp; in i40iw_term_modify_qp() 853 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_term_modify_qp() 864 struct i40iw_qp *iwqp; in i40iw_terminate_done() 870 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_terminate_done() 896 struct i40iw_qp *iwqp = from_timer(iwqp, t, terminate_timer); in i40iw_terminate_timeout() 909 struct i40iw_qp *iwqp; in i40iw_terminate_start_timer() 911 iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_terminate_start_timer() 924 struct i40iw_qp *iwqp; in i40iw_terminate_del_timer() [all …]
|
| H A D | i40iw_hw.c | 72 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() 677 struct i40iw_qp *iwqp = (struct i40iw_qp *)qp->back_qp; in i40iw_hw_flush_wqes() 834 void i40iw_flush_wqes(struct i40iw_device *iwdev, struct i40iw_qp *iwqp) in i40iw_flush_wqes()
|
| H A D | i40iw_verbs.h | 120 struct i40iw_qp *iwqp; 132 struct i40iw_qp { struct
|
| H A D | i40iw_verbs.c | 344 void i40iw_free_qp_resources(struct i40iw_qp *iwqp) in i40iw_free_qp_resources() 368 static void i40iw_clean_cqes(struct i40iw_qp *iwqp, struct i40iw_cq *iwcq) in i40iw_clean_cqes() 381 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_destroy_qp() 419 struct i40iw_qp *iwqp, in i40iw_setup_virt_qp() 445 struct i40iw_qp *iwqp, in i40iw_setup_kmode_qp() 511 struct i40iw_qp *iwqp; in i40iw_create_qp() 746 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_query_qp() 775 void i40iw_hw_modify_qp(struct i40iw_device *iwdev, struct i40iw_qp *iwqp, in i40iw_hw_modify_qp() 825 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_modify_qp() 1630 struct i40iw_qp *iwqp = to_iwqp(ibqp); in i40iw_drain_sq() [all …]
|
| H A D | i40iw_cm.h | 210 struct i40iw_qp; 323 struct i40iw_qp *iwqp;
|
| H A D | i40iw_cm.c | 609 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() 2282 struct i40iw_qp *iwqp; in i40iw_rem_ref_cm_node() 3300 struct i40iw_qp *iwqp) in i40iw_init_tcp_ctx() 3377 static void i40iw_cm_init_tsa_conn(struct i40iw_qp *iwqp, in i40iw_cm_init_tsa_conn() 3435 void i40iw_cm_disconn(struct i40iw_qp *iwqp) in i40iw_cm_disconn() 3468 static void i40iw_qp_disconnect(struct i40iw_qp *iwqp) in i40iw_qp_disconnect() 3505 static void i40iw_cm_disconn_true(struct i40iw_qp *iwqp) in i40iw_cm_disconn_true() 3622 struct i40iw_qp *iwqp = dwork->iwqp; in i40iw_disconnect_worker() [all …]
|