Lines Matching refs:btl
907 struct mly_btl btl, *btlp; in mly_complete_rescan() local
927 bzero(&btl, sizeof(btl)); in mly_complete_rescan()
940 btl.mb_flags = MLY_BTL_LOGICAL; in mly_complete_rescan()
941 btl.mb_type = ldi->raid_level; in mly_complete_rescan()
942 btl.mb_state = ldi->state; in mly_complete_rescan()
953 btl.mb_flags = MLY_BTL_PHYSICAL; in mly_complete_rescan()
954 btl.mb_type = MLY_DEVICE_TYPE_PHYSICAL; in mly_complete_rescan()
955 btl.mb_state = pdi->state; in mly_complete_rescan()
956 btl.mb_speed = pdi->speed; in mly_complete_rescan()
957 btl.mb_width = pdi->width; in mly_complete_rescan()
977 if (btl.mb_flags != btlp->mb_flags) { in mly_complete_rescan()
987 *btlp = btl; in mly_complete_rescan()
2336 struct mly_btl *btl; in mly_cam_complete() local
2359 btl = &sc->mly_btl[bus][target]; in mly_cam_complete()
2360 padstr(inq->vendor, mly_describe_code(mly_table_device_type, btl->mb_type), 8); in mly_cam_complete()
2361 padstr(inq->product, mly_describe_code(mly_table_device_state, btl->mb_state), 16); in mly_cam_complete()