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

/freebsd-current/sys/dev/qlxgbe/
H A Dql_glbl.h78 uint32_t *num_rcvq);
H A Dql_os.c327 uint32_t num_rcvq = 0; local
403 if (qla_get_nic_partition(ha, NULL, &num_rcvq)) {
409 " msix_count 0x%x pci_reg %p pci_reg1 %p num_rcvq = %d\n",
411 ha->pci_reg, ha->pci_reg1, num_rcvq));
413 if ((ha->msix_count < 64) || (num_rcvq != 32)) {
H A Dql_hw.c1506 uint32_t *num_rcvq)
1530 if (num_rcvq != NULL)
1531 *num_rcvq = ((mbox[6] >> 16) & 0xFFFF);
1505 qla_get_nic_partition(qla_host_t *ha, uint32_t *supports_9kb, uint32_t *num_rcvq) argument

Completed in 195 milliseconds