Searched refs:current_mode (Results 1 - 23 of 23) 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/
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/e1000api/
H A De1000_mac.c1026 hw->fc.current_mode = hw->fc.requested_mode;
1029 hw->fc.current_mode);
1081 switch (hw->fc.current_mode) {
1262 if (hw->fc.current_mode & e1000_fc_tx_pause) {
1303 * according to the "hw->fc.current_mode" parameter.
1314 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode);
1316 switch (hw->fc.current_mode) {
1458 hw->fc.current_mode = e1000_fc_full;
1461 hw->fc.current_mode
[all...]
H A De1000_82542.c337 hw->fc.current_mode = hw->fc.requested_mode;
340 hw->fc.current_mode);
H A De1000_hw.h885 enum e1000_fc_mode current_mode; /* FC mode in effect */ member in struct:e1000_fc_info
H A De1000_phy.c1564 switch (hw->fc.current_mode) {
2021 hw->fc.current_mode = e1000_fc_none;
H A De1000_ich8lan.c5257 hw->fc.current_mode = hw->fc.requested_mode;
5260 hw->fc.current_mode);
/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/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/tazmo/io/
H A Denvctrl.c904 unitp->current_mode = ENVCTRL_NORMAL_MODE;
971 if (unitp->current_mode == ENVCTRL_DIAG_MODE) {
992 if (unitp->current_mode == ENVCTRL_DIAG_MODE &&
1002 if (unitp->current_mode == ENVCTRL_DIAG_MODE &&
1016 if (unitp->current_mode == ENVCTRL_DIAG_MODE &&
1112 if (unitp->current_mode == ENVCTRL_NORMAL_MODE) {
1218 *tempr = unitp->current_mode;
1229 unitp->current_mode = *wdval;
1256 unitp->current_mode =
1259 unitp->current_mode
[all...]
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c403 unitp->current_mode = ENVCTRL_NORMAL_MODE;
774 unitp->current_mode = ENVCTRL_NORMAL_MODE;
828 unitp->current_mode = wdval;
856 unitp->current_mode = ENVCTRL_DIAG_MODE;
858 unitp->current_mode = ENVCTRL_NORMAL_MODE;
866 wdval = unitp->current_mode;
877 if (unitp->current_mode == ENVCTRL_DIAG_MODE) {
925 if (unitp->current_mode == ENVCTRL_DIAG_MODE) {
1012 if (unitp->current_mode == ENVCTRL_NORMAL_MODE) {
1097 if (unitp->current_mode !
[all...]
/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/sun4u/montecarlo/io/
H A Dpcf8574_nct.c488 unitp->current_mode = ENVCTRL_NORMAL_MODE;
1057 if (unitp->current_mode != ENVCTRL_DIAG_MODE) {
1143 uint8_t curr_mode = unitp->current_mode;
1161 unitp->current_mode = curr_mode; /* Don't do anything */
H A Dpcf8591_nct.c555 uint8_t curr_mode = unitp->current_mode;
573 unitp->current_mode = curr_mode; /* Don't do anything */
801 unitp->current_mode = ENVCTRL_NORMAL_MODE; /* normal mode */
/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/common/io/ixgbe/core/
H A Dixgbe_82598.c429 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
471 * The possible values of fc.current_mode are:
480 switch (hw->fc.current_mode) {
524 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
H A Dixgbe_common.c2730 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2752 * The possible values of fc.current_mode are:
2761 switch (hw->fc.current_mode) {
2807 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2872 hw->fc.current_mode = ixgbe_fc_full;
2875 hw->fc.current_mode = ixgbe_fc_rx_pause;
2880 hw->fc.current_mode = ixgbe_fc_tx_pause;
2884 hw->fc.current_mode = ixgbe_fc_rx_pause;
2887 hw->fc.current_mode = ixgbe_fc_none;
3060 hw->fc.current_mode
[all...]
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
/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/e1000g/
H A De1000g_main.c3440 switch (fc->current_mode) {

Completed in 179 milliseconds