Home
last modified time | relevance | path

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

/Linux-v4.19/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.h687 u8 status_block[4]; member
Daic94xx_tmf.c282 } __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-v4.19/drivers/scsi/
Ddpt_i2o.c1043 pHba->status_block = NULL; in adpt_install_hba()
1125 if(pHba->status_block) { in adpt_i2o_delete_hba()
1127 pHba->status_block, pHba->status_block_pa); in adpt_i2o_delete_hba()
1433 pHba->status_block->iop_state != ADAPTER_STATE_RESET) { in adpt_i2o_reset_hba()
2733 if(pHba->status_block->iop_state == ADAPTER_STATE_FAULTED) { in adpt_i2o_activate_hba()
2738 if (pHba->status_block->iop_state == ADAPTER_STATE_READY || in adpt_i2o_activate_hba()
2739 pHba->status_block->iop_state == ADAPTER_STATE_OPERATIONAL || in adpt_i2o_activate_hba()
2740 pHba->status_block->iop_state == ADAPTER_STATE_HOLD || in adpt_i2o_activate_hba()
2741 pHba->status_block->iop_state == ADAPTER_STATE_FAILED) { in adpt_i2o_activate_hba()
2743 if (adpt_i2o_status_get(pHba) < 0 || pHba->status_block->iop_state != ADAPTER_STATE_RESET) { in adpt_i2o_activate_hba()
[all …]
D3w-sas.c238 aen = le16_to_cpu(header->status_block.error); in twl_aen_queue_event()
241 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twl_aen_queue_event()
259 twl_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)), in twl_aen_queue_event()
308 full_command_packet->header.status_block.error = 0; in twl_scsiop_execute_scsi()
309 full_command_packet->header.status_block.severity__reserved = 0; in twl_scsiop_execute_scsi()
475 aen = le16_to_cpu(header->status_block.error); in twl_aen_complete()
602 aen = le16_to_cpu(header->status_block.error); in twl_aen_drain_queue()
872 error = le16_to_cpu(header->status_block.error); in twl_fill_sense()
878 header->status_block.error, in twl_fill_sense()
884 header->status_block.error, in twl_fill_sense()
D3w-9xxx.c234 aen = le16_to_cpu(header->status_block.error); in twa_aen_complete()
331 aen = le16_to_cpu(header->status_block.error); in twa_aen_drain_queue()
390 aen = le16_to_cpu(header->status_block.error); in twa_aen_queue_event()
393 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twa_aen_queue_event()
411 twa_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)), in twa_aen_queue_event()
994 error = le16_to_cpu(full_command_packet->header.status_block.error); in twa_fill_sense()
1000 full_command_packet->header.status_block.error, in twa_fill_sense()
1003 full_command_packet->header.status_block.error) : error_str, in twa_fill_sense()
1008 full_command_packet->header.status_block.error, in twa_fill_sense()
1011 full_command_packet->header.status_block.error) : error_str, in twa_fill_sense()
[all …]
D3w-sas.h261 } status_block; member
Ddpti.h236 i2o_status_block* status_block; member
D3w-9xxx.h530 } status_block; member
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbnx2.c841 status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block)); in bnx2_alloc_stats_blk()
2804 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.c3005 struct status_block *sblk = status_blk; in cnic_service_bnx2()
4479 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq()
4537 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_tx_ring()
4602 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_rx_ring()
4710 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw()
Dbnx2.h69 struct status_block { struct
6768 struct status_block *msi;