Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.c223 unsigned int device_found = 0; in irdma_driver_init() local
241 while (i < hca_size && !device_found) { in irdma_driver_init()
243 device_found = 1; in irdma_driver_init()
247 if (!device_found) in irdma_driver_init()
/freebsd/sys/cam/scsi/
H A Dscsi_enc_internal.h109 enc_device_found_t *device_found; member
H A Dscsi_enc.c244 softc->enc_vec.device_found == NULL) in enc_async()
253 softc->enc_vec.device_found(softc); in enc_async()
H A Dscsi_enc_ses.c2995 .device_found = ses_device_found,