Lines Matching refs:status
490 static void mtip_complete_command(struct mtip_cmd *cmd, blk_status_t status)
494 cmd->status = status;
540 /* clear completed status register in the hardware.*/
669 /* clear completed status register in the hardware.*/
702 int status = readl(port->cmd_issue[group]);
704 if (!(status & (1 << MTIP_TAG_BIT(MTIP_TAG_INTERNAL))))
752 /* Acknowledge the interrupt status on the port.*/
760 /* Demux port status */
1020 if (int_cmd->status) {
1022 fis->command, int_cmd->status);
1625 /* Collect the completion status. */
1981 /* Copy the status back to the users buffer. */
2003 /* Copy the status back to the users buffer. */
2135 * Sysfs status dump.
2161 static DEVICE_ATTR(status, 0444, mtip_hw_show_status, NULL);
2171 u16 status = 0;
2182 status = *(dd->port->identify + 141);
2185 status = 0;
2194 status);
2212 status = *(dd->port->identify + 141);
2215 status = 0;
2224 status);
2252 "Memory allocation: status buffer\n");
2404 "Error creating 'status' sysfs entry\n");
2597 blk_mq_end_request(rq, cmd->status);
2608 cmd->status = BLK_STS_IOERR;
3542 cmd->status = BLK_STS_TIMEOUT;
3754 cmd->status = BLK_STS_IOERR;