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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c527 pfc_l3_class_config_t l3_config; local
533 l3_config.value = 0;
536 l3_config.bits.tsel = 1;
538 l3_config.bits.tsel = 0;
541 l3_config.bits.discard = 1;
543 l3_config.bits.discard = 0;
546 REG_PIO_WRITE64(handle, offset, l3_config.value);
555 pfc_l3_class_config_t l3_config; local
562 REG_PIO_READ64(handle, offset, &l3_config.value);
564 if (l3_config
[all...]

Completed in 59 milliseconds