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

/freebsd-11-stable/sys/dev/tws/
H A Dtws_cam.c391 sense->status_block.res__severity);
392 TWS_TRACE_DEBUG(sc,"sense srcnum, error",sense->status_block.srcnum,
393 sense->status_block.error);
397 aen_code = sense->status_block.error;
409 event.aen_code = sense->status_block.error;
410 event.severity = sense->status_block.res__severity & 0x7;
524 TWS_TRACE_DEBUG(sc, "sbe, cmd_status", hdr->status_block.error,
526 if ( hdr->status_block.error == TWS_ERROR_LOGICAL_UNIT_NOT_SUPPORTED ||
527 hdr->status_block.error == TWS_ERROR_UNIT_OFFLINE ) {
541 (hdr->status_block
[all...]
H A Dtws_hdm.h94 * Some errors of interest (in cmd_hdr->status_block.error) when a command
296 } status_block; member in struct:tws_command_header
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl.h320 GET_SEVERITY((cmd_hdr)->status_block.res__severity); \
323 (cmd_hdr)->status_block.error, \
H A Dtw_cl_intr.c454 error = cmd_hdr->status_block.error;
657 aen_code = cmd_hdr->status_block.error;
H A Dtw_cl_fwif.h178 * Some errors of interest (in cmd_hdr->status_block.error) when a command
285 } status_block; member in struct:tw_cl_command_header
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c3248 if (sc->status_block != NULL) {
3251 sc->status_block,
3253 sc->status_block = NULL;
3549 if(bus_dmamem_alloc(sc->status_tag, (void **)&sc->status_block,
3559 sc->status_block, BCE_STATUS_BLK_SZ, bce_dma_map_addr,
6457 new_link_state = sc->status_block->status_attn_bits &
6459 old_link_state = sc->status_block->status_attn_bits_ack &
6521 hw_cons = sc->status_block->status_rx_quick_consumer_index0;
6899 hw_cons = sc->status_block->status_tx_quick_consumer_index0;
7952 sc->status_block
[all...]
H A Dif_bcereg.h1171 * status_block definition
1173 struct status_block { struct
6363 #define BCE_STATUS_BLK_SZ sizeof(struct status_block)
6580 struct status_block *status_block; member in struct:bce_softc
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c9670 fp->sb_index_values = fp->status_block.e2_sb->sb.index_values;
9671 fp->sb_running_index = fp->status_block.e2_sb->sb.running_index;
9673 fp->sb_index_values = fp->status_block.e1x_sb->sb.index_values;
9674 fp->sb_running_index = fp->status_block.e1x_sb->sb.running_index;
9729 idx, fp->status_block.e2_sb, fp->cl_id, fp->fw_sb_id, fp->igu_sb_id);
14866 fp->status_block.e2_sb =
14869 fp->status_block.e1x_sb =
15177 memset(&fp->status_block, 0, sizeof(fp->status_block));
H A Dbxe.h587 union bxe_host_hc_status_block status_block; member in struct:bxe_fastpath

Completed in 205 milliseconds