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

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_scb.c71 int phy_id = dl->status_block[0] & DL_PHY_MASK;
74 u8 oob_status = dl->status_block[1] & PHY_EVENTS_STATUS;
75 u8 oob_mode = dl->status_block[2];
103 dl->status_block[1]);
226 u16 size = ((dl->status_block[3] & 7) << 8) | dl->status_block[2];
248 u8 lr_error = dl->status_block[1];
249 u8 retries_left = dl->status_block[2];
302 u8 reg = dl->status_block[1];
303 u32 cont = dl->status_block[
[all...]
H A Daic94xx_task.c154 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
216 ts->residual = le32_to_cpu(*(__le32 *)dl->status_block);
232 if (dl->status_block[1] & 2)
233 ts->open_rej_reason = 1 + dl->status_block[2];
234 else if (dl->status_block[1] & 1)
235 ts->open_rej_reason = (dl->status_block[2] >> 4)+10;
273 opcode = dl->status_block[0];
H A Daic94xx_sas.h669 u8 status_block[4]; member in struct:done_list_struct
H A Daic94xx_tmf.c264 } __attribute__ ((packed)) *resp_sb = (void *) dl->status_block;
H A Daic94xx_dump.c745 switch ((dl->status_block[1] & 0x70) >> 3) {
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_int.h220 ALIGNED_TYPE_SIZE(struct status_block, p_hwfn)
/linux-master/drivers/scsi/
H A D3w-sas.c240 aen = le16_to_cpu(header->status_block.error);
243 event->severity = TW_SEV_OUT(header->status_block.severity__reserved);
261 twl_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)),
309 full_command_packet->header.status_block.error = 0;
310 full_command_packet->header.status_block.severity__reserved = 0;
476 aen = le16_to_cpu(header->status_block.error);
603 aen = le16_to_cpu(header->status_block.error);
873 error = le16_to_cpu(header->status_block.error);
879 header->status_block.error,
885 header->status_block
[all...]
H A D3w-sas.h277 } status_block; member in struct:TAG_TW_Command_Apache_Header
H A D3w-9xxx.c238 aen = le16_to_cpu(header->status_block.error);
335 aen = le16_to_cpu(header->status_block.error);
394 aen = le16_to_cpu(header->status_block.error);
397 event->severity = TW_SEV_OUT(header->status_block.severity__reserved);
415 twa_aen_severity_lookup(TW_SEV_OUT(header->status_block.severity__reserved)),
1003 error = le16_to_cpu(full_command_packet->header.status_block.error);
1816 full_command_packet->header.status_block.error = 0;
1817 full_command_packet->header.status_block.severity__reserved = 0;
H A D3w-9xxx.h549 } status_block; member in struct:TAG_TW_Command_Apache_Header
/linux-master/drivers/scsi/qedi/
H A Dqedi_debugfs.c139 struct status_block *sb = NULL;
H A Dqedi_main.c355 struct status_block *sb_virt;
360 sizeof(struct status_block), &sb_phys,
1264 struct status_block *sb = sb_info->sb_virt;
1320 struct status_block *sb = sb_info->sb_virt;
/linux-master/include/linux/qed/
H A Dcommon_hsi.h1321 struct status_block { struct
H A Dqed_if.h594 struct status_block *sb_virt;
/linux-master/drivers/infiniband/hw/qedr/
H A Dmain.c274 struct status_block *sb_virt;
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c2197 struct status_block *sb = sb_info->sb_virt;
2224 struct status_block *sb = sb_info->sb_virt;
2713 struct status_block *sb_virt;
2718 sizeof(struct status_block), &sb_phys, GFP_KERNEL);
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c533 sb_size = sizeof(struct status_block);
1503 struct status_block *sb_virt;
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic.c3010 struct status_block *sblk = status_blk;
4485 struct status_block *sblk = cp->status_blk.gen;
4543 struct status_block *s_blk = cp->status_blk.gen;
4608 struct status_block *s_blk = cp->status_blk.gen;
4716 struct status_block *sblk = cp->status_blk.gen;
H A Dbnx2.c835 status_blk_size = L1_CACHE_ALIGN(sizeof(struct status_block));
2798 struct status_block *sblk = bnapi->status_blk.msi;
3350 struct status_block *sblk = bnapi->status_blk.msi;
3402 struct status_block *sblk = bnapi->status_blk.msi;
3460 struct status_block *sblk = bnapi->status_blk.msi;
3525 struct status_block *sblk = bnapi->status_blk.msi;
H A Dbnx2.h67 * status_block definition
69 struct status_block { struct
159 * status_block definition
6768 struct status_block *msi;

Completed in 604 milliseconds