Searched refs:FCOET_MAX_DBUF_LEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h181 * FCOET_MAX_DBUF_LEN should better be consistent with sbd_scsi.c. Since
185 #define FCOET_MAX_DBUF_LEN 0x20000 /* 128 * 1024 */ macro
H A Dfcoet_eth.c430 (task_expected_len + FCOET_MAX_DBUF_LEN - 1) /
431 FCOET_MAX_DBUF_LEN;
528 dbuf = xch->xch_dbufs[data_offset/FCOET_MAX_DBUF_LEN];
531 sge_idx = (data_offset % FCOET_MAX_DBUF_LEN)/
H A Dfcoet.c895 if (size > FCOET_MAX_DBUF_LEN) {
896 if (*pminsize > FCOET_MAX_DBUF_LEN) {
900 size = FCOET_MAX_DBUF_LEN;
H A Dfcoet_fc.c223 ASSERT(!xch->xch_dbufs[dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN]);
224 xch->xch_dbufs[dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN] = dbuf;
294 dbuf->db_relative_offset/FCOET_MAX_DBUF_LEN;

Completed in 65 milliseconds