Home
last modified time | relevance | path

Searched refs:queue_topology (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_pci.c60 static const char *queue_topology = "eq cq rq cq mq $nulp($nwq(cq wq:ulp=$rpt1)) cq wq:len=256:clas… variable
351 hw_global.queue_topology_string = queue_topology; in ocs_setup_params()
H A Docs_ddump.c443 ocs_ddump_value(textbuf, "queue_topology", "%s", hw->config.queue_topology); in ocs_ddump_hw()
H A Docs_hw.h920 const char *queue_topology; /**< Queue topology string */ member
H A Docs_hw.c474 hw->config.queue_topology = hw_global.queue_topology_string; in ocs_hw_setup()
476 hw->qtop = ocs_hw_qtop_parse(hw, hw->config.queue_topology); in ocs_hw_setup()