Searched refs:ext_state (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/drivers/net/hw/
H A Dethtool_extended_state.sh30 local ext_state=$(ethtool $dev | grep "Link detected" \
32 local ext_substate=$(echo $ext_state | cut -sd "," -f2 \
34 ext_state=$(echo $ext_state | cut -d "," -f1)
36 if [[ $ext_state != $expected_ext_state ]]; then
37 echo "Expected \"$expected_ext_state\", got \"$ext_state\""
/linux-master/tools/testing/nvdimm/test/
H A Dnfit.c138 u8 ext_state; member in struct:nfit_test_sec
951 nd_cmd->extended_state = sec->ext_state;
1075 sec->ext_state = ND_INTEL_SEC_ESTATE_ENABLED;
1121 sec->ext_state = ND_INTEL_SEC_ESTATE_ENABLED;
1135 if (!(sec->ext_state & ND_INTEL_SEC_ESTATE_ENABLED)) {
1138 } else if (sec->ext_state & ND_INTEL_SEC_ESTATE_PLIMIT) {
1148 sec->ext_state = ND_INTEL_SEC_ESTATE_ENABLED;
1162 if (!(sec->ext_state & ND_INTEL_SEC_ESTATE_ENABLED)) {
1165 } else if (sec->ext_state & ND_INTEL_SEC_ESTATE_PLIMIT) {
1174 sec->ext_state
[all...]

Completed in 114 milliseconds