Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c886 int sge_num; in fcoet_dbuf_alloc() local
903 sge_num = (size - 1) / ss->ss_fcp_data_payload_size + 1; in fcoet_dbuf_alloc()
904 add_size = (sge_num - 1) * sizeof (struct stmf_sglist_ent) + in fcoet_dbuf_alloc()
905 sge_num * sizeof (mblk_t *); in fcoet_dbuf_alloc()
914 FCOET_SET_SEG_NUM(dbuf, sge_num); in fcoet_dbuf_alloc()
919 for (idx = 0; idx < sge_num - 1; idx++) { in fcoet_dbuf_alloc()