Home
last modified time | relevance | path

Searched refs:PKT_PRIV_LEN (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dfascmd.h52 #define PKT_PRIV_LEN 16 /* in bytes */ macro
55 #define PKT_PRIV_LEN 8 /* in bytes */
H A Dsfvar.h249 #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 Dmptsas_var.h181 #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 Dscsa2usb.h501 #define PKT_PRIV_LEN 16 macro
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3489 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 Dfas.c2119 (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 Dmptsas.c3820 (tgtlen > PKT_PRIV_LEN) || in mptsas_scsi_init_pkt()
4354 if (tgtlen > PKT_PRIV_LEN) { in mptsas_pkt_alloc_extern()