Searched refs:Channels (Results 1 - 14 of 14) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dmaintidi.c166 pLib->Channels = SuperTraceGetNumberOfChannels(pLib->hAdapter);
174 LINE_PARSE_ENTRIES + 1) * pLib->Channels;
277 } else if ((pLib->ChannelsTraceActive < pLib->Channels) && pLib->ChannelsTraceActive) {
278 pLib->ChannelsTraceActive = pLib->Channels;
280 } else if (pLib->ModemTraceActive < pLib->Channels) {
281 pLib->ModemTraceActive = pLib->Channels;
283 } else if (pLib->FaxTraceActive < pLib->Channels) {
284 pLib->FaxTraceActive = pLib->Channels;
302 pLib->ChannelsTraceActive = pLib->Channels;
306 pLib->FaxTraceActive = pLib->Channels;
[all...]
H A Dmaintidi.h60 int Channels; member in struct:_diva_strace_context
H A Ddivasfunc.c73 d.channels = IoAdapters[card - 1]->Properties.Channels;
H A Ddivasproc.c282 seq_printf(m, "Channels : %02d\n", IoAdapter->Properties.Channels);
H A Dio.h127 dword Channels; member in struct:_ISDN_ADAPTER
H A Dos_pri.c208 a->xdi_adapter.Channels = CardProperties[a->CardOrdinal].Channels;
310 a->xdi_adapter.Channels = 0;
H A Dcapi20.h65 word Channels; member in struct:api_profile_s
H A Dos_4bri.c334 diva_current->xdi_adapter.Channels =
335 CardProperties[a->CardOrdinal].Channels;
H A Dos_bri.c223 a->xdi_adapter.Channels = CardProperties[a->CardOrdinal].Channels;
H A Dcapifunc.c590 a->profile.Channels = card->d.channels;
616 a->li_pri = (a->profile.Channels > 2);
H A Dcardtype.h259 unsigned char Channels; /* # of channels per adapter */ member in struct:CARD_PROPERTIES
/drivers/block/
H A DDAC960.c1700 Initialize the Controller Channels, Targets, Memory Size, and SAF-TE
1703 Controller->Channels = Enquiry2->ActualChannels;
1838 Initialize the Controller Channels, Targets, and Memory Size.
1840 Controller->Channels = ControllerInfo->NumberOfPhysicalChannelsPresent;
1922 DAC960_Info(" Firmware Version: %s, Channels: %d, Memory Size: %dMB\n",
1924 Controller->Channels, Controller->MemorySize);
1991 for (Channel = 0; Channel < Controller->Channels; Channel++) {
2010 for (Channel = 0; Channel < Controller->Channels; Channel++)
2052 for (Channel = 0; Channel < Controller->Channels; Channel++)
2243 for (Channel = 0; Channel < Controller->Channels; Channe
[all...]
H A DDAC960.h30 Define the maximum number of Controller Channels supported by DAC960
1881 unsigned char Channels; member in struct:DAC960_ControllerInfo
2288 unsigned char Channels; member in struct:DAC960_Controller
/drivers/net/
H A DKconfig43 Channels together. This is called 'Etherchannel' by Cisco,

Completed in 170 milliseconds