Searched refs:status_block (Results 1 – 20 of 20) sorted by relevance
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()302 u8 reg = dl->status_block[1]; in asd_primitive_rcvd_tasklet()352 dl->status_block[1]); in asd_primitive_rcvd_tasklet()405 u8 sb_opcode = dl->status_block[0]; in escb_tasklet_complete()491 dl->status_block[3]); in escb_tasklet_complete()635 u8 status = dl->status_block[0]; in control_phy_tasklet_complete()636 u8 oob_status = dl->status_block[1]; in control_phy_tasklet_complete()[all …]
154 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_response_tasklet()216 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block); in asd_task_tasklet_complete()232 if (dl->status_block[1] & 2) in asd_task_tasklet_complete()233 ts->open_rej_reason = 1 + dl->status_block[2]; in asd_task_tasklet_complete()234 else if (dl->status_block[1] & 1) in asd_task_tasklet_complete()235 ts->open_rej_reason = (dl->status_block[2] >> 4)+10; in asd_task_tasklet_complete()273 opcode = dl->status_block[0]; in asd_task_tasklet_complete()
669 u8 status_block[4]; member
264 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block; in asd_get_tmf_resp_tasklet()
745 switch ((dl->status_block[1] & 0x70) >> 3) { in asd_dump_frame_rcvd()
240 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()
238 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()
277 } status_block; member
549 } status_block; member
220 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
139 struct status_block *sb = NULL; in qedi_gbl_ctx_show()
354 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()
1321 struct status_block { struct
594 struct status_block *sb_virt;
2195 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()
274 struct status_block *sb_virt; in qedr_alloc_mem_sb()
835 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()
3002 struct status_block *sblk = status_blk; in cnic_service_bnx2()4477 struct status_block *sblk = cp->status_blk.gen; in cnic_init_bnx2_irq()4535 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_tx_ring()4600 struct status_block *s_blk = cp->status_blk.gen; in cnic_init_bnx2_rx_ring()4708 struct status_block *sblk = cp->status_blk.gen; in cnic_start_bnx2_hw()
69 struct status_block { struct6768 struct status_block *msi;
517 sb_size = sizeof(struct status_block); in qede_fp_sb_dump()1462 struct status_block *sb_virt; in qede_alloc_mem_sb()
Completed in 116 milliseconds