Searched refs:cdb_size (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_eth.c | 376 int cdb_size; in fcoet_create_unsol_exchange() local 401 cdb_size = 16; /* need improve later */ in fcoet_create_unsol_exchange() 403 FRM_S_ID(frm), frm->frm_payload, cdb_size, in fcoet_create_unsol_exchange()
|
/titanic_41/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 1069 int cdb_size, idx; in print_spcmd() local 1097 cdb_size = pkt.pkt_cdblen; in print_spcmd() 1098 if (mdb_vread(&cdb[0], cdb_size, in print_spcmd() 1099 (uintptr_t)pkt.pkt_cdbp) != cdb_size) { in print_spcmd() 1104 for (idx = 0; idx < cdb_size; idx++) { in print_spcmd()
|
/titanic_41/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 594 ushort_t cdb_size; /* cdb size */ member 601 ushort_t cdb_size; /* cdb size */
|
/titanic_41/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 594 acp->cmdlen = srb->cdb_size; in aac_send_raw_srb()
|
H A D | aac_regs.h | 1523 uint32_t cdb_size; member
|
H A D | aac.c | 5782 ddi_put32(acc, &srb->cdb_size, acp->cmdlen); in aac_cmd_fib_srb()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3900 uint16_t cdb_size, flags, oxid; in qlt_handle_atio() local 3907 cdb_size = 16; in qlt_handle_atio() 3919 cdb_size = (uint16_t)(cdb_size + (b & 0xfc)); in qlt_handle_atio() 3933 cdb_size, atio[1], ((((b1 & 0xfc) + 63) >> 6) + 1)); in qlt_handle_atio() 3949 rportid, atio+0x20, cdb_size, STMF_TASK_EXT_NONE); in qlt_handle_atio() 4027 if (cdb_size > 16) { in qlt_handle_atio() 4028 uint16_t xtra = (uint16_t)(cdb_size - 16); in qlt_handle_atio()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 2727 cdbsize = BE_16(((struct one_com_des *)oper)->cdb_size); in st_get_timeouts_value()
|