Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/aic94xx/
Daic94xx_scb.c71 int phy_id = dl->status_block[0] & DL_PHY_MASK; in asd_phy_event_tasklet()
74 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS; in asd_phy_event_tasklet()
75 u8 oob_mode = dl->status_block[2]; in asd_phy_event_tasklet()
103 dl->status_block[1]); in asd_phy_event_tasklet()
226 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2]; in asd_bytes_dmaed_tasklet()
248 u8 lr_error = dl->status_block[1]; in asd_link_reset_err_tasklet()
249 u8 retries_left = dl->status_block[2]; in asd_link_reset_err_tasklet()
302 u8 reg = dl->status_block[1]; in asd_primitive_rcvd_tasklet()
303 u32 cont = dl->status_block[2] << ((reg & 3)*8); in asd_primitive_rcvd_tasklet()
352 dl->status_block[1]); in asd_primitive_rcvd_tasklet()
[all …]
Daic94xx_task.c151 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet()
213 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete()
229 if (dl->status_block[1] & 2) in asd_task_tasklet_complete()
230 ts->open_rej_reason = 1 + dl->status_block[2]; in asd_task_tasklet_complete()
231 else if (dl->status_block[1] & 1) in asd_task_tasklet_complete()
232 ts->open_rej_reason = (dl->status_block[2] >> 4)+10; in asd_task_tasklet_complete()
270 opcode = dl->status_block[0]; in asd_task_tasklet_complete()
Daic94xx_sas.h669 u8 status_block[4]; member
Daic94xx_tmf.c264 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet()
Daic94xx_dump.c745 switch ((dl->status_block[1] & 0x70) >> 3) { in asd_dump_frame_rcvd()
/Linux-v6.1/drivers/scsi/
D3w-sas.c240 aen = le16_to_cpu(header->status_block.error); in twl_aen_queue_event()
243 event->severity = TW_SEV_OUT(header->status_block.severity__reserved); in twl_aen_queue_event()
261 twl_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)), in twl_aen_queue_event()
309 full_command_packet->header.status_block.error = 0; in twl_scsiop_execute_scsi()
310 full_command_packet->header.status_block.severity__reserved = 0; in twl_scsiop_execute_scsi()
476 aen = le16_to_cpu(header->status_block.error); in twl_aen_complete()
603 aen = le16_to_cpu(header->status_block.error); in twl_aen_drain_queue()
873 error = le16_to_cpu(header->status_block.error); in twl_fill_sense()
879 header->status_block.error, in twl_fill_sense()
885 header->status_block.error, in twl_fill_sense()
D3w-9xxx.c238 aen = le16_to_cpu(header->status_block.error); in twa_aen_complete()
335 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()
1003 error = le16_to_cpu(full_command_packet->header.status_block.error); in twa_fill_sense()
1816 full_command_packet->header.status_block.error = 0; in DEF_SCSI_QCMD()
1817 full_command_packet->header.status_block.severity__reserved = 0; in DEF_SCSI_QCMD()
D3w-sas.h277 } status_block; member
D3w-9xxx.h549 } status_block; member
/Linux-v6.1/drivers/net/ethernet/qlogic/qed/
Dqed_int.h220 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
/Linux-v6.1/drivers/scsi/qedi/
Dqedi_debugfs.c139 struct status_block *sb = NULL; in qedi_gbl_ctx_show()
Dqedi_main.c354 struct status_block *sb_virt; in qedi_alloc_and_init_sb()
359 sizeof(struct status_block), &sb_phys, in qedi_alloc_and_init_sb()
1263 struct status_block *sb = sb_info->sb_virt; in qedi_process_completions()
1319 struct status_block *sb = sb_info->sb_virt; in qedi_fp_has_work()
/Linux-v6.1/include/linux/qed/
Dcommon_hsi.h1321 struct status_block { struct
Dqed_if.h594 struct status_block *sb_virt;
/Linux-v6.1/drivers/scsi/qedf/
Dqedf_main.c2195 struct status_block *sb = sb_info->sb_virt; in qedf_fp_has_work()
2222 struct status_block *sb = sb_info->sb_virt; in qedf_process_completions()
2713 struct status_block *sb_virt; in qedf_alloc_and_init_sb()
2718 sizeof(struct status_block), &sb_phys, GFP_KERNEL); in qedf_alloc_and_init_sb()
/Linux-v6.1/drivers/infiniband/hw/qedr/
Dmain.c274 struct status_block *sb_virt; in qedr_alloc_mem_sb()
/Linux-v6.1/drivers/net/ethernet/broadcom/
Dbnx2.c835 status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block)); in bnx2_alloc_stats_blk()
2798 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_phy_event_is_set()
3351 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_interrupt()
3403 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_has_work()
3461 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_poll_link()
3526 struct status_block *sblk = bnapi->status_blk.msi; in bnx2_poll()
Dcnic.c3004 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;
/Linux-v6.1/drivers/net/ethernet/qlogic/qede/
Dqede_main.c517 sb_size = sizeof(struct status_block); in qede_fp_sb_dump()
1459 struct status_block *sb_virt; in qede_alloc_mem_sb()