Home
last modified time | relevance | path

Searched refs:INVALID_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.h47 #define INVALID_CHANNEL 0 macro
Dwilc_wfi_cfgoperations.c95 u8 u8WLANChannel = INVALID_CHANNEL;
568 u8WLANChannel = INVALID_CHANNEL; in CfgConnectResult()
627 u8WLANChannel = INVALID_CHANNEL; in CfgConnectResult()
1045 u8WLANChannel = INVALID_CHANNEL; in disconnect()
1827 if (u8WLANChannel != INVALID_CHANNEL) { in WILC_WFI_CfgParseRxAction()
1881 if (u8WLANChannel != INVALID_CHANNEL && bOperChan) { in WILC_WFI_CfgParseTxAction()
/linux-4.4.14/drivers/scsi/
Dgdth_proc.c124 gdtcmd.u.ioctl.channel = INVALID_CHANNEL; in gdth_set_asc_info()
245 gdtcmd->u.ioctl.channel = ha->raw[i].address | INVALID_CHANNEL; in gdth_show_info()
Dgdth.c1658 INVALID_CHANNEL,sizeof(gdth_perf_modes))) { in gdth_search_drives()
1672 INVALID_CHANNEL,sizeof(gdth_raw_iochan_str))) { in gdth_search_drives()
1688 IO_CHANNEL | INVALID_CHANNEL, in gdth_search_drives()
1708 INVALID_CHANNEL,sizeof(gdth_cinfo_str))) { in gdth_search_drives()
1721 INVALID_CHANNEL,sizeof(gdth_binfo_str))) { in gdth_search_drives()
1725 INVALID_CHANNEL,sizeof(gdth_bfeat_str))) { in gdth_search_drives()
1746 INVALID_CHANNEL,sizeof(gdth_iochan_str))) { in gdth_search_drives()
1762 ha->raw[bus_no].address | INVALID_CHANNEL, in gdth_search_drives()
1774 ha->raw[bus_no].address | INVALID_CHANNEL, in gdth_search_drives()
1786 INVALID_CHANNEL,sizeof(u32))) { in gdth_search_drives()
[all …]
Dgdth.h260 #define INVALID_CHANNEL 0x0000ffffL /* invalid channel */ macro