Searched refs:oob_mode (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/libsas/
H A Dsas_dump.c72 SAS_DPRINTK("port%d: oob_mode:0x%x\n", port->id, port->oob_mode);
H A Dsas_port.c104 port->oob_mode = phy->oob_mode;
175 port->oob_mode = 0;
H A Dsas_internal.h47 int sas_show_oob_mode(enum sas_oob_mode oob_mode, char *buf);
H A Dsas_discover.c236 if (dev->frame_rcvd[0] == 0x34 && port->oob_mode == SATA_OOB_MODE) {
459 if (dev->port->oob_mode != SATA_OOB_MODE) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_scb.c53 static inline void get_lrate_mode(struct asd_phy *phy, u8 oob_mode) argument
57 switch (oob_mode & 7) {
77 if (oob_mode & SAS_MODE)
78 phy->sas_phy.oob_mode = SAS_OOB_MODE;
79 else if (oob_mode & SATA_MODE)
80 phy->sas_phy.oob_mode = SATA_OOB_MODE;
92 u8 oob_mode = dl->status_block[2]; local
105 get_lrate_mode(phy, oob_mode);
156 && phy->sas_phy.oob_mode == SATA_OOB_MODE) {
646 u8 oob_mode local
[all...]
H A Daic94xx_dev.c165 if (dev->port->oob_mode != SATA_OOB_MODE) {
H A Daic94xx_task.c389 if (dev->port->oob_mode == SAS_OOB_MODE)
H A Daic94xx_hwi.c98 sas_phy->oob_mode = OOB_NOT_CONNECTED;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibsas.h243 enum sas_oob_mode oob_mode; member in struct:asd_sas_port
289 enum sas_oob_mode oob_mode; member in struct:asd_sas_phy
395 phy->oob_mode = OOB_NOT_CONNECTED;

Completed in 87 milliseconds