Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c247 static void fas_make_sdtr(struct fas *fas, int msgout_offset, int target);
248 static void fas_make_wdtr(struct fas *fas, int msgout_offset, int target,
6814 fas_make_sdtr(struct fas *fas, int msgout_offset, int target) in fas_make_sdtr() argument
6816 uchar_t *p = fas->f_cur_msgout + msgout_offset; in fas_make_sdtr()
6879 fas->f_omsglen = 5 + msgout_offset; in fas_make_sdtr()
6902 fas_make_wdtr(struct fas *fas, int msgout_offset, int target, int width) in fas_make_wdtr() argument
6904 uchar_t *p = fas->f_cur_msgout + msgout_offset; in fas_make_wdtr()
6920 fas->f_omsglen = 4 + msgout_offset; in fas_make_wdtr()