Searched refs:rdma_ctx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/qlnx/qlnxr/ |
| H A D | qlnxr_cm.c | 169 ecore_rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qlnxr_destroy_gsi_cq() 176 ecore_rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams); in qlnxr_destroy_gsi_cq() 244 rc = ecore_ll2_prepare_tx_packet(dev->rdma_ctx, in qlnxr_ll2_post_tx() 264 rc = ecore_ll2_set_fragment_of_tx_packet(dev->rdma_ctx, in qlnxr_ll2_post_tx() 279 rc = ecore_ll2_get_stats(dev->rdma_ctx, dev->gsi_ll2_handle, &stats); in qlnxr_ll2_post_tx() 299 rc = qlnx_rdma_ll2_set_mac_filter(dev->rdma_ctx, in qlnxr_ll2_stop() 302 rc = ecore_ll2_terminate_connection(dev->rdma_ctx, in qlnxr_ll2_stop() 305 ecore_ll2_release_connection(dev->rdma_ctx, dev->gsi_ll2_handle); in qlnxr_ll2_stop() 346 rc = ecore_ll2_acquire_connection(dev->rdma_ctx, &data); in qlnxr_ll2_start() 357 rc = ecore_ll2_establish_connection(dev->rdma_ctx, in qlnxr_ll2_start() [all …]
|
| H A D | qlnxr_os.c | 351 ecore_rdma_cnq_prod_update(cnq->dev->rdma_ctx, cnq->index, sw_comp_cons); in qlnxr_intr() 493 dev->sb_start = ecore_rdma_get_sb_id(dev->rdma_ctx, 0); in qlnxr_alloc_resources() 685 ecore_attr = ecore_rdma_query_device(dev->rdma_ctx); in qlnxr_set_device_attr() 805 rc = ecore_rdma_start(dev->rdma_ctx, in_params); in qlnxr_init_hw() 809 rc = ecore_rdma_add_user(dev->rdma_ctx, &out_params); in qlnxr_init_hw() 972 qattr = ecore_rdma_query_device(dev->rdma_ctx); in qlnxr_add_default_sgid() 1083 dev->rdma_ctx = &ha->cdev.hwfns[0]; in qlnxr_add() 1092 dev->cdev, dev->rdma_ctx); in qlnxr_add() 1180 ecore_rdma_remove_user(dev->rdma_ctx, dev->dpi); in qlnxr_remove() 1181 ecore_rdma_stop(dev->rdma_ctx); in qlnxr_remove() [all …]
|
| H A D | qlnxr_verbs.c | 231 ret = ecore_rdma_create_srq(dev->rdma_ctx, &in_params, &out_params); in qlnxr_create_srq() 248 ecore_rdma_destroy_srq(dev->rdma_ctx, &destroy_in_params); in qlnxr_create_srq() 275 ecore_rdma_destroy_srq(dev->rdma_ctx, &in_params); in qlnxr_destroy_srq() 316 ret = ecore_rdma_modify_srq(dev->rdma_ctx, &in_params); in qlnxr_modify_srq() 336 qattr = ecore_rdma_query_device(dev->rdma_ctx); in qlnxr_query_srq() 339 if (!dev->rdma_ctx) { in qlnxr_query_srq() 485 if (dev->rdma_ctx == NULL) { in qlnxr_query_device() 489 qattr = ecore_rdma_query_device(dev->rdma_ctx); in qlnxr_query_device() 612 if (dev->rdma_ctx == NULL) { in qlnxr_query_port() 617 rdma_port = ecore_rdma_query_port(dev->rdma_ctx); in qlnxr_query_port() [all …]
|
| H A D | qlnxr_def.h | 366 void *rdma_ctx; member 861 extern int qlnx_rdma_ll2_set_mac_filter(void *rdma_ctx, uint8_t *old_mac_address,
|