Home
last modified time | relevance | path

Searched refs:aen_code (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/sys/dev/twa/
H A Dtw_cl_intr.c554 TW_UINT16 aen_code = TWA_AEN_QUEUE_EMPTY; in tw_cli_aen_callback() local
593 aen_code = tw_cli_manage_aen(ctlr, req); in tw_cli_aen_callback()
595 if (aen_code != TWA_AEN_SYNC_TIME_WITH_HOST) { in tw_cli_aen_callback()
598 if (aen_code != TWA_AEN_QUEUE_EMPTY) in tw_cli_aen_callback()
624 TW_UINT16 aen_code; in tw_cli_manage_aen() local
632 aen_code = cmd_hdr->status_block.error; in tw_cli_manage_aen()
634 switch (aen_code) { in tw_cli_manage_aen()
685 return(aen_code); in tw_cli_manage_aen()
H A Dtw_cl_misc.c300 TW_UINT16 aen_code; in tw_cli_drain_aen_queue() local
355 aen_code = tw_cli_manage_aen(ctlr, req); in tw_cli_drain_aen_queue()
356 if (aen_code == TWA_AEN_QUEUE_EMPTY) in tw_cli_drain_aen_queue()
358 if (aen_code == TWA_AEN_SYNC_TIME_WITH_HOST) in tw_cli_drain_aen_queue()
385 tw_cli_find_aen(struct tw_cli_ctlr_context *ctlr, TW_UINT16 aen_code) in tw_cli_find_aen() argument
401 if (ctlr->aen_queue[i].aen_code == aen_code) in tw_cli_find_aen()
507 event->aen_code = event_code; in tw_cl_create_event()
526 event->aen_code, in tw_cl_create_event()
H A Dtw_osl_inline.h132 event->aen_code, \
H A Dtw_cl_externs.h173 TW_UINT16 aen_code);
H A Dtw_cl_share.h189 TW_UINT16 aen_code; member
/freebsd-13.1/sys/dev/tws/
H A Dtws_cam.c362 u_int16_t aen_code=0; in tws_aen_complete() local
380 aen_code = sense->status_block.error; in tws_aen_complete()
382 switch ( aen_code ) { in tws_aen_complete()
392 event.aen_code = sense->status_block.error; in tws_aen_complete()
411 event.aen_code, in tws_aen_complete()
427 if ( aen_code != TWS_AEN_QUEUE_EMPTY ) { in tws_aen_complete()
H A Dtws_hdm.h363 u_int16_t aen_code; member
/freebsd-13.1/sys/dev/twe/
H A Dtwe.c526 u_int16_t *aen_code = (u_int16_t *)addr; in twe_ioctl() local
617 *aen_code = twe_dequeue_aen(sc); in twe_ioctl()
624 while ((*aen_code = twe_dequeue_aen(sc)) == TWE_AEN_QUEUE_EMPTY) { in twe_ioctl()