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

/freebsd-current/sys/dev/ocs_fc/
H A Docs_drv_fc.h138 uint32_t hlm_group_size; /*>> RPI count for high login mode */ member in struct:ocs_s
H A Docs.h150 uint32_t hlm_group_size; member in struct:ocs_softc
H A Docs_pci.c191 ocs->hlm_group_size = 8;
293 ocs->hlm_group_size = 8;
296 "hlm_group_size", &i)) {
297 ocs->hlm_group_size = i;
299 device_printf(ocs->dev, "hlm_group_size = %d\n", i);
H A Docs_sport.c1826 * 3. If less than the @c hlm_group_size number of remote node group objects is present in the
1867 /* check to see if we've allocated hlm_group_size's worth of node group structures for this
1871 if (node_group_dir->node_group_list_count < ocs->hlm_group_size) {
1883 if (idx >= ocs->hlm_group_size) {
1884 ocs_log_err(node->ocs, "assertion failed: idx >= ocs->hlm_group_size\n");
1894 if (idx == ocs->hlm_group_size) {
H A Docs_ddump.c662 ocs_ddump_value(textbuf, "hlm_group_size", "%d", ocs->hlm_group_size);

Completed in 129 milliseconds