Home
last modified time | relevance | path

Searched refs:qpcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ntb/
H A Dntb_transport.c197 int qpcnt; member
464 nc->qpcnt = qp; in ntb_transport_attach()
564 if (nc->qpcnt > 0) { in ntb_transport_print_child()
566 if (nc->qpcnt > 1) in ntb_transport_print_child()
567 printf("-%d", nc->qpoff + nc->qpcnt - 1); in ntb_transport_print_child()
590 return (nc->qpcnt); in ntb_transport_queue_count()
709 if (q < 0 || q >= nc->qpcnt) in ntb_transport_create_queue()
/freebsd/sys/dev/irdma/
H A Dirdma_hw.c1646 u32 qpcnt; in irdma_hmc_setup() local
1648 qpcnt = rsrc_limits_table[rf->limits_sel].qplimit; in irdma_hmc_setup()
1651 status = irdma_cfg_fpm_val(dev, qpcnt); in irdma_hmc_setup()