Home
last modified time | relevance | path

Searched refs:SMP_DIRECT_PAYLOAD_LIMIT (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
HDttdsmp.c115 bit8 SMPPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /*(TP)*/ in ttdsaNotSupportRespSend()
185 bit8 SMPPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /*(TP)*/ in ttdsaDiscoverRespSend()
296 bit8 SMPPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /*(TP)*/ in ttdsaReportGeneralRespSend()
/freebsd-11-stable/sys/dev/pms/RefTisa/sat/src/
HDsmtypes.h50 #define SMP_DIRECT_PAYLOAD_LIMIT 44 macro
313 bit8 smpPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /* for smp retries;
HDsmdefs.h810 #define SMP_DIRECT_PAYLOAD_LIMIT 44 macro
HDsmsat.c1302 if ( (smpBodySize + 4) <= SMP_DIRECT_PAYLOAD_LIMIT) /* 48 */ in smPhyControlSend()
1306 sm_memset(smSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in smPhyControlSend()
1352 sm_memset(smSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in smPhyControlSend()
/freebsd-11-stable/sys/dev/pms/RefTisa/discovery/dm/
HDdmtypes.h343 bit8 smpPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /* for smp retries;
HDdmdefs.h75 #define SMP_DIRECT_PAYLOAD_LIMIT 44 macro
HDdmsmp.c273 if ( (smpBodySize + 4) <= SMP_DIRECT_PAYLOAD_LIMIT) /* 48 */ in dmSMPStart()
276 dm_memset(dmSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in dmSMPStart()
365 dm_memset(dmSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in dmSMPStart()
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h680 bit8 smpPayload[SMP_DIRECT_PAYLOAD_LIMIT]; /* for smp retries;
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtddefs.h317 #define SMP_DIRECT_PAYLOAD_LIMIT 44 macro
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitddisc.c7260 if ( (smpBodySize + 4) <= SMP_DIRECT_PAYLOAD_LIMIT) /* 48 */ in tdSMPStart()
7264 osti_memset(tdSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in tdSMPStart()
7395 osti_memset(tdSMPRequestBody->smpPayload, 0, SMP_DIRECT_PAYLOAD_LIMIT); in tdSMPStart()