[go: nahoru, domu]

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

/drivers/message/fusion/
H A Dmptlan.c1397 "ProtocolFlags=%02Xh (%c%c%c%c)\n",
1399 ioc->pfacts[i].ProtocolFlags,
1401 ioc->pfacts[i].ProtocolFlags));
1403 if (!(ioc->pfacts[i].ProtocolFlags &
H A Dmptbase.c2555 if ((ioc->pfacts[0].ProtocolFlags &
2858 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_INITIATOR) {
2863 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) {
2868 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN) {
2877 if (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_TARGET) {
3285 pfacts->ProtocolFlags = le16_to_cpu(pfacts->ProtocolFlags);
6781 if (ioc->pfacts[p].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN) {
6859 if (showlan && (ioc->pfacts[0].ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN)) {
6893 if (showlan && (ioc->pfacts[0].ProtocolFlags
[all...]
H A Dmptfc.c1219 if (ioc->pfacts[ii].ProtocolFlags &
H A Dmptspi.c1400 if (ioc->pfacts[ii].ProtocolFlags &
H A Dmptsas.c5176 if (ioc->pfacts[ii].ProtocolFlags &
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_ioc.h281 U16 ProtocolFlags; /* 0x30 */ member in struct:_MPI2_IOC_FACTS_REPLY
341 /* ProtocolFlags */
1289 U16 ProtocolFlags; /* 0x24 */ member in struct:_MPI2_FW_IMAGE_HEADER
1360 /* use MPI2_IOCFACTS_PROTOCOL_ defines for ProtocolFlags field */
/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_ioc.h283 U16 ProtocolFlags; /*0x30 */ member in struct:_MPI2_IOC_FACTS_REPLY
344 /*ProtocolFlags */
1314 U16 ProtocolFlags; /*0x24 */ member in struct:_MPI2_FW_IMAGE_HEADER
1384 /*use MPI2_IOCFACTS_PROTOCOL_ defines for ProtocolFlags field */
/drivers/message/fusion/lsi/
H A Dmpi_ioc.h353 U16 ProtocolFlags; /* 1Ah */ member in struct:_MSG_PORT_FACTS_REPLY
372 /* ProtocolFlags values */
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.c2153 if (ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR) {
2158 if (ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_TARGET) {
3591 facts->ProtocolFlags = le16_to_cpu(mpi_reply.ProtocolFlags);
H A Dmpt2sas_base.h621 u16 ProtocolFlags; member in struct:mpt2sas_facts
H A Dmpt2sas_scsih.c8036 if (!(ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR))
/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c2303 if (ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR) {
2308 if (ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_TARGET) {
3709 facts->ProtocolFlags = le16_to_cpu(mpi_reply.ProtocolFlags);
H A Dmpt3sas_base.h554 u16 ProtocolFlags; member in struct:mpt3sas_facts
H A Dmpt3sas_scsih.c7671 if (!(ioc->facts.ProtocolFlags & MPI2_IOCFACTS_PROTOCOL_SCSI_INITIATOR))

Completed in 454 milliseconds