Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/hptiop/
Dhptiop.c358 dxfer = req->dataxfer_length; in hptiop_request_callback_itl()
385 dataxfer_length)); in hptiop_request_callback_itl()
590 if (req->dataxfer_length < ccb->csio.sense_len) in hptiop_request_callback_mv()
592 req->dataxfer_length; in hptiop_request_callback_mv()
596 MIN(req->dataxfer_length, sizeof(ccb->csio.sense_data))); in hptiop_request_callback_mv()
606 ccb->csio.resid = ccb->csio.dxfer_len - req->dataxfer_length; in hptiop_request_callback_mv()
697 if (req->dataxfer_length < ccb->csio.sense_len) in hptiop_request_callback_mvfrey()
699 req->dataxfer_length; in hptiop_request_callback_mvfrey()
703 MIN(req->dataxfer_length, sizeof(ccb->csio.sense_data))); in hptiop_request_callback_mvfrey()
713 ccb->csio.resid = ccb->csio.dxfer_len - req->dataxfer_length; in hptiop_request_callback_mvfrey()
[all …]
Dhptiop.h311 u_int32_t dataxfer_length; member