Searched refs:rdma_ctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c174 ecore_rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams);
181 ecore_rdma_destroy_cq(dev->rdma_ctx, &iparams, &oparams);
249 rc = ecore_ll2_prepare_tx_packet(dev->rdma_ctx,
269 rc = ecore_ll2_set_fragment_of_tx_packet(dev->rdma_ctx,
284 rc = ecore_ll2_get_stats(dev->rdma_ctx, dev->gsi_ll2_handle, &stats);
304 rc = qlnx_rdma_ll2_set_mac_filter(dev->rdma_ctx,
307 rc = ecore_ll2_terminate_connection(dev->rdma_ctx,
310 ecore_ll2_release_connection(dev->rdma_ctx, dev->gsi_ll2_handle);
351 rc = ecore_ll2_acquire_connection(dev->rdma_ctx, &data);
362 rc = ecore_ll2_establish_connection(dev->rdma_ctx,
[all...]
H A Dqlnxr_os.c358 ecore_rdma_cnq_prod_update(cnq->dev->rdma_ctx, cnq->index, sw_comp_cons);
500 dev->sb_start = ecore_rdma_get_sb_id(dev->rdma_ctx, 0);
692 ecore_attr = ecore_rdma_query_device(dev->rdma_ctx);
812 rc = ecore_rdma_start(dev->rdma_ctx, in_params);
816 rc = ecore_rdma_add_user(dev->rdma_ctx, &out_params);
991 qattr = ecore_rdma_query_device(dev->rdma_ctx);
1102 dev->rdma_ctx = &ha->cdev.hwfns[0];
1110 "dev->cdev = %p dev->rdma_ctx = %p\n",
1111 dev->cdev, dev->rdma_ctx);
1199 ecore_rdma_remove_user(dev->rdma_ctx, de
1216 qlnx_rdma_ll2_set_mac_filter(void *rdma_ctx, uint8_t *old_mac_address, uint8_t *new_mac_address) argument
[all...]
H A Dqlnxr_verbs.c243 ret = ecore_rdma_create_srq(dev->rdma_ctx, &in_params, &out_params);
260 ecore_rdma_destroy_srq(dev->rdma_ctx, &destroy_in_params);
288 ecore_rdma_destroy_srq(dev->rdma_ctx, &in_params);
331 ret = ecore_rdma_modify_srq(dev->rdma_ctx, &in_params);
351 qattr = ecore_rdma_query_device(dev->rdma_ctx);
354 if (!dev->rdma_ctx) {
356 " rdma_ctx is NULL\n");
507 if (dev->rdma_ctx == NULL) {
511 qattr = ecore_rdma_query_device(dev->rdma_ctx);
634 if (dev->rdma_ctx
[all...]
H A Dqlnxr_def.h372 void *rdma_ctx; member in struct:qlnxr_dev
895 extern int qlnx_rdma_ll2_set_mac_filter(void *rdma_ctx, uint8_t *old_mac_address,

Completed in 109 milliseconds