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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txc.c155 txc_control_t txc_control; local
165 (void) npi_txc_control(handle, OP_GET, &txc_control);
168 if (txc_control.value & (1 << port)) {
195 if (!(txc_control.value & (1 << port))) {
204 if (txc_control.bits.ldw.txc_enabled == 0) {

Completed in 307 milliseconds