Home
last modified time | relevance | path

Searched refs:status_block (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/tws/
Dtws_cam.c393 sense->status_block.res__severity); in tws_aen_complete()
394 TWS_TRACE_DEBUG(sc,"sense srcnum, error",sense->status_block.srcnum, in tws_aen_complete()
395 sense->status_block.error); in tws_aen_complete()
399 aen_code = sense->status_block.error; in tws_aen_complete()
411 event.aen_code = sense->status_block.error; in tws_aen_complete()
412 event.severity = sense->status_block.res__severity & 0x7; in tws_aen_complete()
526 TWS_TRACE_DEBUG(sc, "sbe, cmd_status", hdr->status_block.error, in tws_scsi_err_complete()
528 if ( hdr->status_block.error == TWS_ERROR_LOGICAL_UNIT_NOT_SUPPORTED || in tws_scsi_err_complete()
529 hdr->status_block.error == TWS_ERROR_UNIT_OFFLINE ) { in tws_scsi_err_complete()
543 (hdr->status_block.error == TWS_ERROR_NOT_SUPPORTED))) { in tws_scsi_err_complete()
[all …]
Dtws_hdm.h298 } status_block; member
/freebsd-12-stable/sys/dev/twa/
Dtw_cl.h322 GET_SEVERITY((cmd_hdr)->status_block.res__severity); \
325 (cmd_hdr)->status_block.error, \
Dtw_cl_intr.c456 error = cmd_hdr->status_block.error; in tw_cli_scsi_complete()
659 aen_code = cmd_hdr->status_block.error; in tw_cli_manage_aen()
Dtw_cl_fwif.h287 } status_block; member
/freebsd-12-stable/sys/dev/bce/
Dif_bce.c3251 if (sc->status_block != NULL) { in bce_dma_free()
3254 sc->status_block, in bce_dma_free()
3256 sc->status_block = NULL; in bce_dma_free()
3552 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block, in bce_dma_alloc()
3562 sc->status_block, BCE_STATUS_BLK_SZ, bce_dma_map_addr, in bce_dma_alloc()
6460 new_link_state = sc->status_block->status_attn_bits & in bce_phy_intr()
6462 old_link_state = sc->status_block->status_attn_bits_ack & in bce_phy_intr()
6524 hw_cons = sc->status_block->status_rx_quick_consumer_index0; in bce_get_hw_rx_cons()
6902 hw_cons = sc->status_block->status_tx_quick_consumer_index0; in bce_get_hw_tx_cons()
7955 sc->status_block->status_idx == sc->last_status_idx && in bce_intr()
[all …]
Dif_bcereg.h1175 struct status_block { struct
6365 #define BCE_STATUS_BLK_SZ sizeof(struct status_block)
6582 struct status_block *status_block; member
/freebsd-12-stable/sys/dev/bxe/
Dbxe.c9674 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values; in bxe_init_eth_fp()
9675 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index; in bxe_init_eth_fp()
9677 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values; in bxe_init_eth_fp()
9678 fp->sb_running_index = fp->status_block.e1x_sb->sb.running_index; in bxe_init_eth_fp()
9733 idx, fp->status_block.e2_sb, fp->cl_id, fp->fw_sb_id, fp->igu_sb_id); in bxe_init_eth_fp()
14873 fp->status_block.e2_sb = in bxe_alloc_hsi_mem()
14876 fp->status_block.e1x_sb = in bxe_alloc_hsi_mem()
15184 memset(&fp->status_block, 0, sizeof(fp->status_block)); in bxe_free_hsi_mem()
Dbxe.h590 union bxe_host_hc_status_block status_block; member