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

/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c735 uint64_t cfgd_vlans; local
752 cfgd_vlans = ((pa->type & HXGE_PARAM_ARRAY_CNT_MASK) >>
755 if (cfgd_vlans >= HXGE_PARAM_ARRAY_INIT_SIZE) {
780 for (i = 0; i < cfgd_vlans; i++) {
790 if (cfgd_vlans == 0) {
795 if (i == cfgd_vlans) {
801 " set_vlan_ids mapping i %d cfgd_vlans %llx position %d ",
802 i, cfgd_vlans, cfg_position));
810 cfgd_vlans++;
812 pa->type |= (cfgd_vlans << HXGE_PARAM_ARRAY_CNT_SHIF
845 uint64_t cfgd_vlans = 0; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c1419 uint64_t cfgd_vlans; local
1433 cfgd_vlans = ((pa->type & NXGE_PARAM_ARRAY_CNT_MASK) >>
1436 if (cfgd_vlans == NXGE_PARAM_ARRAY_INIT_SIZE) {
1466 for (i = 0; i < cfgd_vlans; i++) {
1476 if (cfgd_vlans == 0) {
1481 if (i == cfgd_vlans) {
1488 " i %d cfgd_vlans %llx position %d ",
1489 i, cfgd_vlans, cfg_position));
1499 cfgd_vlans++;
1501 pa->type |= (cfgd_vlans <<
1540 uint64_t cfgd_vlans = 0; local
[all...]
H A Dnxge_fflp.c2000 uint64_t cfgd_vlans; local
2039 cfgd_vlans = ((pa->type & NXGE_PARAM_ARRAY_CNT_MASK) >>
2042 for (i = 0; i < cfgd_vlans; i++) {

Completed in 158 milliseconds