Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/twe/
HDtwe.c90 static void twe_enqueue_aen(struct twe_softc *sc, u_int16_t aen);
93 static int twe_find_aen(struct twe_softc *sc, u_int16_t aen);
104 static char *twe_format_aen(struct twe_softc *sc, u_int16_t aen);
1431 u_int16_t aen; in twe_handle_aen() local
1438 aen = *(u_int16_t *)(param->data); in twe_handle_aen()
1442 twe_enqueue_aen(sc, aen); in twe_handle_aen()
1455 u_int16_t aen; in twe_drain_aen_queue() local
1459 if (twe_get_param_2(sc, TWE_PARAM_AEN, TWE_PARAM_AEN_UnitCode, &aen)) in twe_drain_aen_queue()
1461 if (aen == TWE_AEN_QUEUE_EMPTY) in twe_drain_aen_queue()
1463 twe_enqueue_aen(sc, aen); in twe_drain_aen_queue()
[all …]
/dragonfly/sys/dev/raid/tws/
HDtws_user.c47 struct tws_circular_q *cq, struct tws_event_packet *aen);
341 struct tws_event_packet *aen) in tws_circular_aenq_insert() argument
353 memcpy(&q[tail], aen, sizeof(struct tws_event_packet)); in tws_circular_aenq_insert()
HDtws_cam.c120 struct tws_circular_q *cq, struct tws_event_packet *aen);
/dragonfly/sys/dev/raid/mfi/
HDmfi.c2885 struct mfi_ioc_aen *aen; in mfi_ioctl() local
3126 aen = (struct mfi_ioc_aen *)arg; in mfi_ioctl()
3127 error = mfi_aen_register(sc, aen->aen_seq_num, in mfi_ioctl()
3128 aen->aen_class_locale); in mfi_ioctl()