Searched defs:custom_num_rdc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_virtual.c582 int custom_num_rdc[MAX_SIBLINGS]; local
597 custom_num_rdc[port] = (num_ports == 4) ?
600 start_rdc += custom_num_rdc[port];
607 custom_num_rdc[port] = (num_ports == 4) ?
611 start_rdc += custom_num_rdc[port];
657 custom_num_rdc[port] = *prop_val;
667 if ((custom_num_rdc[port] == -1) ||
668 (custom_num_rdc[port] >
670 ((custom_num_rdc[port] +
677 port, custom_num_rdc[por
[all...]

Completed in 62 milliseconds