Searched refs:CMD_CONFIGURE_82586 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D3c505.h94 CMD_CONFIGURE_82586 = 0x02, enumerator in enum:__anon12404
H A D3c505.c743 adapter->got[CMD_CONFIGURE_82586] = 1;
940 adapter->tx_pcb.command = CMD_CONFIGURE_82586;
943 adapter->got[CMD_CONFIGURE_82586] = 0;
948 while (adapter->got[CMD_CONFIGURE_82586] == 0 && time_before(jiffies, timeout));
1253 adapter->tx_pcb.command = CMD_CONFIGURE_82586;
1255 adapter->got[CMD_CONFIGURE_82586] = 0;
1264 while (adapter->got[CMD_CONFIGURE_82586] == 0 && time_before(jiffies, timeout));

Completed in 57 milliseconds