Searched refs:qp_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c205 unsigned qp_count; member in struct:ntb_transport_ctx
446 nt->qp_count = qpu;
448 nt->qp_vec = malloc(nt->qp_count * sizeof(*nt->qp_vec), M_NTB_T,
451 for (i = 0; i < nt->qp_count; i++)
570 if (mw_num < nt->qp_count % mw_count)
571 num_qps_mw = nt->qp_count / mw_count + 1;
573 num_qps_mw = nt->qp_count / mw_count;
1110 ntb_peer_spad_write(dev, NTBT_NUM_QPS, nt->qp_count);
1121 if (val != nt->qp_count)
1143 for (i = 0; i < nt->qp_count;
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h592 u64 qp_count; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h659 u64 qp_count; member in struct:ecore_rdma_counters_out_params

Completed in 72 milliseconds