Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/ciss/
H A Dciss.c1048 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_flush_adapter()
1097 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) in ciss_soft_reset()
1209 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_identify_adapter()
1362 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_report_luns()
1679 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_inquiry_logical()
1733 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_identify_logical()
1829 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_get_ldrive_status()
1919 if ((error = ciss_synch_request(cr, 60 * 1000)) != 0) { in ciss_accept_media()
2361 ciss_synch_request(struct ciss_request *cr, int timeout) in ciss_synch_request() function
2467 error = ciss_synch_request(cr, 35 * 1000);
[all …]