Searched refs:PKT_PRIV_LEN (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fascmd.h | 52 #define PKT_PRIV_LEN 16 /* in bytes */ macro 55 #define PKT_PRIV_LEN 8 /* in bytes */
|
H A D | sfvar.h | 249 #define PKT_PRIV_LEN 16 macro 252 #define PKT_PRIV_LEN 8 macro 282 uint64_t cmd_pkt_private[PKT_PRIV_LEN];
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 181 #define PKT_PRIV_LEN 16 /* in bytes */ macro 184 #define PKT_PRIV_LEN 8 /* in bytes */ macro 306 uint64_t cmd_pkt_private[PKT_PRIV_LEN];
|
/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/ |
H A D | scsa2usb.h | 501 #define PKT_PRIV_LEN 16 macro
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 3489 PKT_PRIV_LEN, PKT_CONSISTENT, SLEEP_FUNC, NULL)) == NULL) { in scsa2usb_do_tur() 4318 PKT_PRIV_LEN, PKT_CONSISTENT, SLEEP_FUNC, NULL); in scsa2usb_do_inquiry() 4436 PKT_PRIV_LEN, PKT_CONSISTENT, SLEEP_FUNC, NULL)); in scsa2usb_create_arq_pkt()
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 2119 (tgtlen > PKT_PRIV_LEN) || in fas_scsi_init_pkt() 2282 if (tgtlen > PKT_PRIV_LEN) { in fas_pkt_alloc_extern() 6969 NULL, bp, CDB_GROUP0, 1, PKT_PRIV_LEN, in fas_create_arq_pkt()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 3820 (tgtlen > PKT_PRIV_LEN) || in mptsas_scsi_init_pkt() 4354 if (tgtlen > PKT_PRIV_LEN) { in mptsas_pkt_alloc_extern()
|