Searched refs:KTR_CAS (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cas/ |
H A D | if_cas.c | 178 #define KTR_CAS KTR_SPARE2 macro 688 CTR2(KTR_CAS, "%s: %s", device_get_name(sc->sc_dev), __func__); in cas_reset() 716 CTR2(KTR_CAS, "%s: %s", device_get_name(sc->sc_dev), __func__); in cas_stop() 968 CTR2(KTR_CAS, "%s: %s: calling stop", device_get_name(sc->sc_dev), in cas_init_locked() 982 CTR2(KTR_CAS, "%s: %s: restarting", device_get_name(sc->sc_dev), in cas_init_locked() 1022 CTR5(KTR_CAS, in cas_init_locked() 1259 CTR6(KTR_CAS, in cas_load_txmbuf() 1276 CTR3(KTR_CAS, "%s: end of frame at segment %d, TX %d", in cas_load_txmbuf() 1284 CTR3(KTR_CAS, "%s: start of frame at segment %d, TX %d", in cas_load_txmbuf() 1300 CTR4(KTR_CAS, "%s: setting firstdesc=%d, lastdesc=%d, ndescs=%d", in cas_load_txmbuf() [all …]
|