Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws_cam.c372 sense->status_block.res__severity); in tws_aen_complete()
373 TWS_TRACE_DEBUG(sc,"sense srcnum, error",sense->status_block.srcnum, in tws_aen_complete()
374 sense->status_block.error); in tws_aen_complete()
378 aen_code = sense->status_block.error; in tws_aen_complete()
390 event.aen_code = sense->status_block.error; in tws_aen_complete()
391 event.severity = sense->status_block.res__severity & 0x7; in tws_aen_complete()
504 TWS_TRACE_DEBUG(sc, "sbe, cmd_status", hdr->status_block.error, in tws_scsi_err_complete()
506 if ( hdr->status_block.error == TWS_ERROR_LOGICAL_UNIT_NOT_SUPPORTED || in tws_scsi_err_complete()
507 hdr->status_block.error == TWS_ERROR_UNIT_OFFLINE ) { in tws_scsi_err_complete()
520 (hdr->status_block.error == TWS_ERROR_NOT_SUPPORTED))) { in tws_scsi_err_complete()
[all …]
H A Dtws_hdm.h280 } status_block; member
/freebsd/sys/dev/bce/
H A Dif_bce.c3165 if (sc->status_block != NULL) { in bce_dma_free()
3168 sc->status_block, in bce_dma_free()
3170 sc->status_block = NULL; in bce_dma_free()
3458 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block, in bce_dma_alloc()
3468 sc->status_block, BCE_STATUS_BLK_SZ, bce_dma_map_addr, in bce_dma_alloc()
6320 new_link_state = sc->status_block->status_attn_bits & in bce_phy_intr()
6322 old_link_state = sc->status_block->status_attn_bits_ack & in bce_phy_intr()
6382 hw_cons = sc->status_block->status_rx_quick_consumer_index0; in bce_get_hw_rx_cons()
6752 hw_cons = sc->status_block->status_tx_quick_consumer_index0; in bce_get_hw_tx_cons()
7789 sc->status_block->status_idx == sc->last_status_idx && in bce_intr()
[all …]
H A Dif_bcereg.h1136 struct status_block { struct
6288 #define BCE_STATUS_BLK_SZ sizeof(struct status_block)
6505 struct status_block *status_block; member
/freebsd/sys/dev/bxe/
H A Dbxe.c9609 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values; in bxe_init_eth_fp()
9610 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index; in bxe_init_eth_fp()
9612 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values; in bxe_init_eth_fp()
9613 fp->sb_running_index = fp->status_block.e1x_sb->sb.running_index; in bxe_init_eth_fp()
9668 idx, fp->status_block.e2_sb, fp->cl_id, fp->fw_sb_id, fp->igu_sb_id); in bxe_init_eth_fp()
14776 fp->status_block.e2_sb = in bxe_alloc_hsi_mem()
14779 fp->status_block.e1x_sb = in bxe_alloc_hsi_mem()
15087 memset(&fp->status_block, 0, sizeof(fp->status_block)); in bxe_free_hsi_mem()