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
1130
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_stats.c
1155
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_stats.c
720
if (i40e->i40e_state & I40E_SUSPENDED) {
usr/src/uts/common/io/i40e/i40e_sw.h
831
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
1955
atomic_or_32(&i40e->i40e_state, I40E_ERROR);
usr/src/uts/common/io/i40e/i40e_transceiver.c
2731
if (!(i40e->i40e_state & I40E_STARTED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2732
(i40e->i40e_state & I40E_OVERTEMP) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2733
(i40e->i40e_state & I40E_SUSPENDED) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2734
(i40e->i40e_state & I40E_ERROR) ||
usr/src/uts/common/io/i40e/i40e_transceiver.c
2890
atomic_or_32(&i40e->i40e_state, I40E_ERROR);