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

/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.c330 uint16_t pd_count; /* decoded element count */ local
347 pd_count = pf[1] | (pf[2] << 8);
354 while (pd_count--) {
372 while (pd_count--) {
392 while (pd_count--) {
413 while (pd_count--) {
440 while (pd_count--) {
562 uint16_t pd_count; /* decoded element count */ local
579 pd_count = pf[1] | (pf[2] << 8);
586 while (pd_count
[all...]
/freebsd-12-stable/stand/common/
H A Disapnp.h271 u_long *pd_count; member in struct:pnp_device
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_roce_api.h586 u64 pd_count; member in struct:ecore_rdma_counters_out_params
H A Decore_rdma_api.h653 u64 pd_count; member in struct:ecore_rdma_counters_out_params
/freebsd-12-stable/sys/dev/mrsas/
H A Dmrsas.c4579 int retcode = 0, pd_index = 0, pd_count = 0, pd_list_size; local
4633 pd_count = MRSAS_MAX_PD;
4635 if (pd_list_mem->count < pd_count) {

Completed in 115 milliseconds