Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_scb.c90 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
93 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; in asd_phy_event_tasklet()
94 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet()
120 dl->status_block[1]); in asd_phy_event_tasklet()
244 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2]; in asd_bytes_dmaed_tasklet()
266 u8 lr_error = dl->status_block[1]; in asd_link_reset_err_tasklet()
267 u8 retries_left = dl->status_block[2]; in asd_link_reset_err_tasklet()
320 u8 reg = dl->status_block[1]; in asd_primitive_rcvd_tasklet()
321 u32 cont = dl->status_block[2] << ((reg & 3)*8); in asd_primitive_rcvd_tasklet()
368 dl->status_block[1]); in asd_primitive_rcvd_tasklet()
[all …]
Daic94xx_task.c169 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet()
231 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete()
247 if (dl->status_block[1] & 2) in asd_task_tasklet_complete()
248 ts->open_rej_reason = 1 + dl->status_block[2]; in asd_task_tasklet_complete()
249 else if (dl->status_block[1] & 1) in asd_task_tasklet_complete()
250 ts->open_rej_reason = (dl->status_block[2] >> 4)+10; in asd_task_tasklet_complete()
288 opcode = dl->status_block[0]; in asd_task_tasklet_complete()
Daic94xx_sas.h724 u8 status_block[4]; member
Daic94xx_tmf.c283 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet()
Daic94xx_dump.c909 switch ((dl->status_block[1] & 0x70) >> 3) { in asd_dump_frame_rcvd()
/linux-4.4.14/drivers/scsi/
Ddpt_i2o.c1040 pHba->status_block = NULL; in adpt_install_hba()
1124 if(pHba->status_block) { in adpt_i2o_delete_hba()
1126 pHba->status_block, pHba->status_block_pa); in adpt_i2o_delete_hba()
1437 pHba->status_block->iop_state != ADAPTER_STATE_RESET) { in adpt_i2o_reset_hba()
2725 if(pHba->status_block->iop_state == ADAPTER_STATE_FAULTED) { in adpt_i2o_activate_hba()
2730 if (pHba->status_block->iop_state == ADAPTER_STATE_READY || in adpt_i2o_activate_hba()
2731 pHba->status_block->iop_state == ADAPTER_STATE_OPERATIONAL || in adpt_i2o_activate_hba()
2732 pHba->status_block->iop_state == ADAPTER_STATE_HOLD || in adpt_i2o_activate_hba()
2733 pHba->status_block->iop_state == ADAPTER_STATE_FAILED) { in adpt_i2o_activate_hba()
2735 if (adpt_i2o_status_get(pHba) < 0 || pHba->status_block->iop_state != ADAPTER_STATE_RESET) { in adpt_i2o_activate_hba()
[all …]
D3w-sas.c242 aen = le16_to_cpu(header->status_block.error); in twl_aen_queue_event()
245 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twl_aen_queue_event()
263 twl_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)), in twl_aen_queue_event()
312 full_command_packet->header.status_block.error = 0; in twl_scsiop_execute_scsi()
313 full_command_packet->header.status_block.severity__reserved = 0; in twl_scsiop_execute_scsi()
481 aen = le16_to_cpu(header->status_block.error); in twl_aen_complete()
608 aen = le16_to_cpu(header->status_block.error); in twl_aen_drain_queue()
878 error = le16_to_cpu(header->status_block.error); in twl_fill_sense()
884 header->status_block.error, in twl_fill_sense()
890 header->status_block.error, in twl_fill_sense()
D3w-9xxx.c237 aen = le16_to_cpu(header->status_block.error); in twa_aen_complete()
334 aen = le16_to_cpu(header->status_block.error); in twa_aen_drain_queue()
394 aen = le16_to_cpu(header->status_block.error); in twa_aen_queue_event()
397 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twa_aen_queue_event()
415 twa_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)), in twa_aen_queue_event()
996 error = le16_to_cpu(full_command_packet->header.status_block.error); in twa_fill_sense()
1002 full_command_packet->header.status_block.error, in twa_fill_sense()
1005 full_command_packet->header.status_block.error) : error_str, in twa_fill_sense()
1010 full_command_packet->header.status_block.error, in twa_fill_sense()
1013 full_command_packet->header.status_block.error) : error_str, in twa_fill_sense()
[all …]
D3w-sas.h264 } status_block; member
D3w-9xxx.h533 } status_block; member
Ddpti.h237 i2o_status_block* status_block; member
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_int.h188 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
/linux-4.4.14/drivers/dma/dw/
Dcore.c527 u32 status_block, u32 status_err, u32 status_xfer) in dwc_handle_cyclic() argument
531 if (status_block & dwc->mask) { in dwc_handle_cyclic()
589 u32 status_block; in dw_dma_tasklet() local
594 status_block = dma_readl(dw, RAW.BLOCK); in dw_dma_tasklet()
603 dwc_handle_cyclic(dw, dwc, status_block, status_err, in dw_dma_tasklet()
/linux-4.4.14/include/linux/qed/
Dcommon_hsi.h593 struct status_block { struct
Dqed_if.h58 struct status_block *sb_virt;
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c837 status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block)); in bnx2_alloc_stats_blk()
2800 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_phy_event_is_set()
3359 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_interrupt()
3411 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_has_work()
3469 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_poll_link()
3534 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_poll()
Dcnic.c3007 struct status_block *sblk = status_blk; in cnic_service_bnx2()
4481 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq()
4539 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_tx_ring()
4604 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_rx_ring()
4712 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw()
Dbnx2.h69 struct status_block { struct
6768 struct status_block *msi;
/linux-4.4.14/drivers/net/ethernet/qlogic/qede/
Dqede_main.c1534 struct status_block *sb_virt; in qede_alloc_mem_sb()