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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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)
519 if (dev->l2_state == L2_STARTING || dev->l2_state == L2_ERROR) {
532 if (dev->l2_state != L2_RUNNING && dev->l2_state !
[all...]
H A Ddrv.c200 dev->l2_state = L2_DOWN;
404 switch(dev->l2_state) {
816 dev->l2_state = L2_STARTING;
827 if (dev->l2_state == L2_RUNNING)
847 dev->l2_state = L2_DOWN;
884 cmd->info.l2_status = dev->l2_state;
888 if (dev->l2_state == L2_RUNNING)
896 dev->l2_state = L2_LOADING;
900 if (dev->l2_state != L2_LOADING)
903 dev->l2_state
[all...]
H A Dpcbit.h65 unsigned char l2_state; member in struct:pcbit_dev
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dmaintidi.c962 dword l2_state; local
963 diva_strace_read_uint (pVar, &l2_state);
965 switch (l2_state) {
1009 sprintf (tmp, "U:%d", (int)l2_state);

Completed in 59 milliseconds