Searched refs:INVALID_CHANNEL (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_wfi_cfgoperations.c | 39 #define INVALID_CHANNEL 0 macro 143 static u8 wlan_channel = INVALID_CHANNEL; 493 wlan_channel = INVALID_CHANNEL; in cfg_connect_result() 536 wlan_channel = INVALID_CHANNEL; in cfg_connect_result() 832 wlan_channel = INVALID_CHANNEL; in disconnect() 1298 if (wlan_channel != INVALID_CHANNEL) in wilc_wfi_cfg_parse_rx_action() 1323 if (wlan_channel != INVALID_CHANNEL && oper_ch) in wilc_wfi_cfg_parse_tx_action()
|
/Linux-v4.19/drivers/scsi/ |
D | gdth_proc.c | 125 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()
|
D | gdth.c | 1659 INVALID_CHANNEL,sizeof(gdth_perf_modes))) { in gdth_search_drives() 1673 INVALID_CHANNEL,sizeof(gdth_raw_iochan_str))) { in gdth_search_drives() 1689 IO_CHANNEL | INVALID_CHANNEL, in gdth_search_drives() 1709 INVALID_CHANNEL,sizeof(gdth_cinfo_str))) { in gdth_search_drives() 1722 INVALID_CHANNEL,sizeof(gdth_binfo_str))) { in gdth_search_drives() 1726 INVALID_CHANNEL,sizeof(gdth_bfeat_str))) { in gdth_search_drives() 1747 INVALID_CHANNEL,sizeof(gdth_iochan_str))) { in gdth_search_drives() 1763 ha->raw[bus_no].address | INVALID_CHANNEL, in gdth_search_drives() 1775 ha->raw[bus_no].address | INVALID_CHANNEL, in gdth_search_drives() 1787 INVALID_CHANNEL,sizeof(u32))) { in gdth_search_drives() [all …]
|
D | gdth.h | 258 #define INVALID_CHANNEL 0x0000ffffL /* invalid channel */ macro
|