Searched refs:active_mode (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/scsi/qla2xxx/
H A Dqla_target.h1087 * This macro is used during early initializations when host->active_mode
1095 return ha->host->active_mode & MODE_TARGET; qla_tgt_mode_enabled()
1100 return ha->host->active_mode & MODE_INITIATOR; qla_ini_mode_enabled()
1105 if (ha->host->active_mode & MODE_INITIATOR) qla_reverse_ini_mode()
1106 ha->host->active_mode &= ~MODE_INITIATOR; qla_reverse_ini_mode()
1108 ha->host->active_mode |= MODE_INITIATOR; qla_reverse_ini_mode()
H A Dqla_target.c5901 if ((!npiv_wwpn || !npiv_wwnn) && host->active_mode & MODE_TARGET) { qlt_lport_register()
5969 vha->host->active_mode = MODE_TARGET; qlt_set_mode()
5972 vha->host->active_mode |= MODE_TARGET; qlt_set_mode()
5989 vha->host->active_mode = MODE_UNKNOWN; qlt_clear_mode()
5992 vha->host->active_mode = MODE_INITIATOR; qlt_clear_mode()
5995 vha->host->active_mode &= ~MODE_TARGET; qlt_clear_mode()
/linux-4.1.27/drivers/scsi/
H A Dhosts.c435 shost->active_mode = MODE_INITIATOR; scsi_host_alloc()
437 shost->active_mode = sht->supported_mode; scsi_host_alloc()
H A Dscsi_sysfs.c242 if (shost->active_mode == MODE_UNKNOWN) show_shost_active_mode()
245 return show_shost_mode(shost->active_mode, buf); show_shost_active_mode()
248 static DEVICE_ATTR(active_mode, S_IRUGO | S_IWUSR, show_shost_active_mode, NULL);
/linux-4.1.27/drivers/staging/rtl8712/
H A Dos_intfs.c289 /* Maybe someday we should rename this variable to "active_mode"(Jeff)*/ init_default_value()
H A Drtl871x_mlme.c57 /* Maybe someday we should rename this variable to "active_mode"(Jeff)*/ _init_mlme_priv()
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-avcore.c1540 cx231xx_dif_configure_C2HH_for_low_IF(dev, dev->active_mode, cx231xx_set_Colibri_For_LowIF()
1763 status = cx231xx_dif_configure_C2HH_for_low_IF(dev, dev->active_mode, cx231xx_dif_set_standard()
2112 if (dev->active_mode == V4L2_TUNER_RADIO) cx231xx_dif_set_standard()
H A Dcx231xx.h717 u32 active_mode; member in struct:cx231xx
/linux-4.1.27/include/scsi/
H A Dscsi_host.h644 unsigned active_mode:2; member in struct:Scsi_Host
/linux-4.1.27/drivers/staging/rtl8723au/core/
H A Drtw_mlme.c59 varable to "active_mode" (Jeff) */ rtw_init_mlme_priv23a()
/linux-4.1.27/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c53 pmlmepriv->scan_mode = SCAN_ACTIVE;/* 1: active, 0: pasive. Maybe someday we should rename this varable to "active_mode" (Jeff) */ rtw_init_mlme_priv()

Completed in 303 milliseconds