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

/illumos-gate/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h65 int current_mode; /* NORMAL or DIAG_MODE */ member in struct:envctrlunit
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1092 uint32_t current_mode, expected_mode; local
1097 current_mode = DATAPATH_MODE(softmac);
1112 if (current_mode == expected_mode) {
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8591_nct.h211 uint8_t current_mode; member in struct:pcf8591_unit
H A Dpcf8574_nct.h312 uint8_t current_mode; member in struct:pcf8574_unit
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h666 int current_mode; /* NORMAL or DIAG_MODE */ member in struct:envctrlunit
H A Denvctrl.h745 int current_mode; /* NORMAL or DIAG_MODE */ member in struct:envctrlunit
/illumos-gate/usr/src/uts/common/sys/
H A Decppvar.h155 int current_mode; /* 1284 mode */ member in struct:ecppunit
506 ((pp)->current_mode == ECPP_CENTRONICS || \
507 (pp)->current_mode == ECPP_COMPAT_MODE))
510 ((pp)->current_mode == ECPP_CENTRONICS || \
511 (pp)->current_mode == ECPP_COMPAT_MODE))
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c104 * pp->current_mode -- 1284 mode used for forward transfers;
109 * pp->current_mode == ECPP_COMPAT_MODE && pp->backchannel == ECPP_NIBBLE_MODE
120 * sets pp->current_mode and pp->backchannel accordingly.
617 int current_mode = pp->current_mode; local
620 (void) ecpp_mode_negotiation(pp, current_mode);
1055 pp->current_mode = ECPP_CENTRONICS;
1122 pp->current_mode, pp->current_phase,
1208 if ((pp->current_mode == ECPP_ECP_MODE) &&
1525 pp->xfer_parms.mode = pp->current_mode;
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c1511 u32 current_mode = 0; local
1527 current_mode = ((gpio_val & I40E_GLGEN_GPIO_CTL_LED_MODE_MASK)
1529 switch (current_mode) {
1557 u32 current_mode = 0; local
1576 current_mode = ((gpio_val & I40E_GLGEN_GPIO_CTL_LED_MODE_MASK)
1578 switch (current_mode) {
1912 hw->fc.current_mode = I40E_FC_FULL;
1914 hw->fc.current_mode = I40E_FC_TX_PAUSE;
1916 hw->fc.current_mode = I40E_FC_RX_PAUSE;
1918 hw->fc.current_mode
[all...]
H A Di40e_type.h508 enum i40e_fc_mode current_mode; /* FC mode in effect */ member in struct:i40e_fc_info
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h885 enum e1000_fc_mode current_mode; /* FC mode in effect */ member in struct:e1000_fc_info
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3550 bool fc_was_autonegged; /* Is current_mode the result of autonegging? */
3551 enum ixgbe_fc_mode current_mode; /* FC mode in effect */ member in struct:ixgbe_fc_info

Completed in 121 milliseconds