Searched refs:pd_count (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/lib/libusb/
H A Dlibusb20_desc.c329 uint16_t pd_count; /* decoded element count */ local
346 pd_count = pf[1] | (pf[2] << 8);
353 while (pd_count--) {
371 while (pd_count--) {
391 while (pd_count--) {
412 while (pd_count--) {
439 while (pd_count--) {
561 uint16_t pd_count; /* decoded element count */ local
578 pd_count = pf[1] | (pf[2] << 8);
585 while (pd_count
[all...]
/freebsd-current/stand/common/
H A Disapnp.h269 u_long *pd_count; member in struct:pnp_device
/freebsd-current/sys/dev/qlnx/qlnxr/
H A Dqlnxr_os.c1162 QL_DPRINT12(ha, "enter ha = %p qlnx_rdma_dev = %p pd_count = %d\n",
1163 ha, qlnx_rdma_dev, dev->pd_count);
1169 if (dev->pd_count)
1176 if (dev->pd_count)
H A Dqlnxr_def.h410 volatile uint32_t pd_count; member in struct:qlnxr_dev
H A Dqlnxr_verbs.c743 atomic_add_rel_32(&dev->pd_count, 1);
744 QL_DPRINT12(ha, "exit [pd, pd_id, pd_count] = [%p, 0x%x, %d]\n",
745 pd, pd_id, dev->pd_count);
771 atomic_subtract_rel_32(&dev->pd_count, 1);
772 QL_DPRINT12(ha, "exit [pd, pd_id, pd_count] = [%p, 0x%x, %d]\n",
773 pd, pd->pd_id, dev->pd_count);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h581 u64 pd_count; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h651 u64 pd_count; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma.c2534 out_params->pd_count = OSAL_BITMAP_WEIGHT(bitmap, nbits);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c4562 int retcode = 0, pd_index = 0, pd_count = 0, pd_list_size; local
4617 pd_count = MRSAS_MAX_PD;
4619 if (le32toh(pd_list_mem->count) < pd_count) {

Completed in 191 milliseconds