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

/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c363 } atun; local
365 ISP_MEMZERO(&atun, sizeof atun);
366 atun._atio2.at_header.rqs_entry_type = RQSTYPE_ATIO2;
367 atun._atio2.at_header.rqs_entry_count = 1;
369 atun._atio2.at_scclun = aep->at_scclun;
371 atun._atio2.at_lun = (uint8_t) aep->at_lun;
374 atun._atio2e.at_iid = ((at2e_entry_t *)aep)->at_iid;
376 atun._atio2.at_iid = aep->at_iid;
378 atun
[all...]

Completed in 74 milliseconds