Searched defs:cdb_size (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_eth.c376 int cdb_size; local
401 cdb_size = 16; /* need improve later */
403 FRM_S_ID(frm), frm->frm_payload, cdb_size,
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1069 int cdb_size, idx; local
1097 cdb_size = pkt.pkt_cdblen;
1098 if (mdb_vread(&cdb[0], cdb_size,
1099 (uintptr_t)pkt.pkt_cdbp) != cdb_size) {
1104 for (idx = 0; idx < cdb_size; idx++) {
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3900 uint16_t cdb_size, flags, oxid; local
3907 cdb_size = 16;
3919 cdb_size = (uint16_t)(cdb_size + (b & 0xfc));
3933 cdb_size, atio[1], ((((b1 & 0xfc) + 63) >> 6) + 1));
3949 rportid, atio+0x20, cdb_size, STMF_TASK_EXT_NONE);
4027 if (cdb_size > 16) {
4028 uint16_t xtra = (uint16_t)(cdb_size - 16);
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h594 ushort_t cdb_size; /* cdb size */ member in struct:one_com_des
601 ushort_t cdb_size; /* cdb size */
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h1523 uint32_t cdb_size; member in struct:aac_srb

Completed in 614 milliseconds