Searched refs:l2_state (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/pcbit/
H A Dlayer2.c82 if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING) {
153 if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING)
333 if (dev->l2_state != L2_RUNNING && dev->l2_state != L2_LOADING)
518 if (dev->l2_state == L2_STARTING || dev->l2_state == L2_ERROR) {
531 if (dev->l2_state != L2_RUNNING && dev->l2_state !
[all...]
H A Ddrv.c201 dev->l2_state = L2_DOWN;
405 switch (dev->l2_state) {
814 dev->l2_state = L2_STARTING;
825 if (dev->l2_state == L2_RUNNING)
845 dev->l2_state = L2_DOWN;
882 cmd->info.l2_status = dev->l2_state;
886 if (dev->l2_state == L2_RUNNING)
894 dev->l2_state = L2_LOADING;
898 if (dev->l2_state != L2_LOADING)
901 dev->l2_state
[all...]
H A Dpcbit.h65 unsigned char l2_state; member in struct:pcbit_dev
/drivers/isdn/hardware/eicon/
H A Dmaintidi.c962 dword l2_state; local
963 if (diva_strace_read_uint(pVar, &l2_state))
966 switch (l2_state) {
1010 sprintf(tmp, "U:%d", (int)l2_state);

Completed in 220 milliseconds