Symbol: i40e_state
usr/src/uts/common/io/i40e/i40e_gld.c
1047
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_gld.c
1096
if (i40e->i40e_state & I40E_STARTED) {
usr/src/uts/common/io/i40e/i40e_gld.c
125
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_gld.c
178
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_gld.c
188
atomic_or_32(&i40e->i40e_state, I40E_STARTED);
usr/src/uts/common/io/i40e/i40e_gld.c
202
if (i40e->i40e_state & I40E_SUSPENDED)
usr/src/uts/common/io/i40e/i40e_gld.c
205
atomic_and_32(&i40e->i40e_state, ~I40E_STARTED);
usr/src/uts/common/io/i40e/i40e_gld.c
225
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_gld.c
409
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_gld.c
57
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_intr.c
708
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_intr.c
836
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_intr.c
847
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_main.c
3206
atomic_and_32(&i40e->i40e_state,
usr/src/uts/common/io/i40e/i40e_main.c
3445
atomic_or_32(&i40e->i40e_state, I40E_INITIALIZED);
usr/src/uts/common/io/i40e/i40e_stats.c
1131
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_stats.c
1156
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_stats.c
721
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_sw.h
841
uint_t i40e_state;
usr/src/uts/common/io/i40e/i40e_transceiver.c
1271
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
1308
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
1453
if (!(i40e->i40e_state & I40E_STARTED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
1454
(i40e->i40e_state & I40E_OVERTEMP) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
1455
(i40e->i40e_state & I40E_SUSPENDED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
1456
(i40e->i40e_state & I40E_ERROR))
usr/src/uts/common/io/i40e/i40e_transceiver.c
1468
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
1605
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
1618
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
1974
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2750
if (!(i40e->i40e_state & I40E_STARTED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2751
(i40e->i40e_state & I40E_OVERTEMP) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2752
(i40e->i40e_state & I40E_SUSPENDED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2753
(i40e->i40e_state & I40E_ERROR) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2909
atomic_or_32(&i40e->i40e_state, I40E_ERROR);