Searched refs:ciss_get_bmic_request (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/dev/ciss/ |
| HD | ciss.c | 167 static int ciss_get_bmic_request(struct ciss_softc *sc, struct ciss_request **crp, 1041 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_FLUSH_CACHE, in ciss_flush_adapter() 1090 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_SOFT_RESET, in ciss_soft_reset() 1201 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_ID_CTLR, in ciss_identify_adapter() 1721 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_ID_LDRIVE, in ciss_identify_logical() 1817 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_ID_LSTATUS, in ciss_get_ldrive_status() 1908 if ((error = ciss_get_bmic_request(sc, &cr, CISS_BMIC_ACCEPT_MEDIA, in ciss_accept_media() 2544 ciss_get_bmic_request(struct ciss_softc *sc, struct ciss_request **crp, in ciss_get_bmic_request() function 3877 if ((error = ciss_get_bmic_request(sc, &cr, CISS_COMMAND_ABORT_NOTIFY, in ciss_notify_abort_bmic()
|