Lines Matching full:then
14 # if a driver doesn't support the error handling callbacks then the
19 if [ -z "$eeh_state" ]; then
26 # If EEH_PE_ISOLATED or EEH_PE_RECOVERING are set then the PE is in an
28 if [ "$((sw_state & 0x3))" -ne 0 ] ; then
36 if [ "$((fw_state & 0x18))" -ne "$((0x18))" ] ; then
49 if ! eeh_supported ; then
55 [ ! -e "/sys/kernel/debug/powerpc/eeh_dev_break" ] ; then
67 if [ -e "/sys/bus/pci/devices/$dev/pci_bus" ] ; then
73 # happens to be hosting the root filesystem, and then we go and break
76 if [ "ahci" = "$(basename $(realpath /sys/bus/pci/devices/$dev/driver))" ] ; then
86 if ! pe_ok $dev ; then
100 if ! test -e /sys/bus/pci/devices/$dev/ ; then
122 if pe_ok $dev ; then
129 if ! pe_ok $dev ; then
156 if grep -q pSeries /proc/cpuinfo ; then
158 [ ! -f /proc/device-tree/rtas/ibm,open-sriov-map-pe-number ] ; then
167 if [ ! -e "$sysfs/sriov_numvfs" ] ; then
174 [ ! -f "$sysfs/of_node/ibm,open-sriov-vf-bar-info" ] ; then
179 if ! eeh_has_driver $dev ; then
186 if [ -z "$devices" ] ; then
207 if [ "$?" != 0 ] ; then
213 if [ $? != 0 ] ; then
219 if ! eeh_can_break $vf ; then
236 if [ -z "$pf_list" ] ; then