Searched refs:status_block (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/tws/
H A Dtws_cam.c372 sense->status_block.res__severity);
373 TWS_TRACE_DEBUG(sc,"sense srcnum, error",sense->status_block.srcnum,
374 sense->status_block.error);
378 aen_code = sense->status_block.error;
390 event.aen_code = sense->status_block.error;
391 event.severity = sense->status_block.res__severity & 0x7;
504 TWS_TRACE_DEBUG(sc, "sbe, cmd_status", hdr->status_block.error,
506 if ( hdr->status_block.error == TWS_ERROR_LOGICAL_UNIT_NOT_SUPPORTED ||
507 hdr->status_block.error == TWS_ERROR_UNIT_OFFLINE ) {
520 (hdr->status_block
[all...]
H A Dtws_hdm.h92 * Some errors of interest (in cmd_hdr->status_block.error) when a command
280 } status_block; member in struct:tws_command_header
/freebsd-current/sys/dev/bce/
H A Dif_bce.c3182 if (sc->status_block != NULL) {
3185 sc->status_block,
3187 sc->status_block = NULL;
3475 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
3485 sc->status_block, BCE_STATUS_BLK_SZ, bce_dma_map_addr,
6337 new_link_state = sc->status_block->status_attn_bits &
6339 old_link_state = sc->status_block->status_attn_bits_ack &
6399 hw_cons = sc->status_block->status_rx_quick_consumer_index0;
6769 hw_cons = sc->status_block->status_tx_quick_consumer_index0;
7806 sc->status_block
[all...]
H A Dif_bcereg.h1134 * status_block definition
1136 struct status_block { struct
6288 #define BCE_STATUS_BLK_SZ sizeof(struct status_block)
6505 struct status_block *status_block; member in struct:bce_softc
/freebsd-current/sys/dev/bxe/
H A Dbxe.c9618 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values;
9619 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index;
9621 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values;
9622 fp->sb_running_index = fp->status_block.e1x_sb->sb.running_index;
9677 idx, fp->status_block.e2_sb, fp->cl_id, fp->fw_sb_id, fp->igu_sb_id);
14790 fp->status_block.e2_sb =
14793 fp->status_block.e1x_sb =
15101 memset(&fp->status_block, 0, sizeof(fp->status_block));
H A Dbxe.h549 union bxe_host_hc_status_block status_block; member in struct:bxe_fastpath

Completed in 293 milliseconds