| /linux/drivers/net/ethernet/i825xx/ |
| H A D | sun3_82586.h | 207 unsigned short cmd_status; /* status of this command */ member 217 unsigned short cmd_status; member 228 unsigned short cmd_status; member 250 unsigned short cmd_status; member 262 unsigned short cmd_status; member 273 unsigned short cmd_status; member 293 unsigned short cmd_status; member
|
| H A D | sun3_82586.c | 119 if(swab16((addr)->cmd_status) & STAT_COMPL) break; \ 416 cfg_cmd->cmd_status = 0; in init586() 448 if((swab16(cfg_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_COMPL|STAT_OK)) in init586() 450 printk("%s: configure command failed: %x\n",dev->name,swab16(cfg_cmd->cmd_status)); in init586() 460 ias_cmd->cmd_status = 0; in init586() 473 if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { in init586() 474 …s (82586): individual address setup command failed: %04x\n",dev->name,swab16(ias_cmd->cmd_status)); in init586() 484 tdr_cmd->cmd_status = 0; in init586() 495 if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL)) in init586() 528 mc_cmd->cmd_status = 0; in init586() [all …]
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_cmd.c | 21 u32 cmd_status; in bdc_issue_cmd() local 35 cmd_status = BDC_CMD_CST(temp); in bdc_issue_cmd() 36 if (cmd_status != BDC_CMDS_BUSY) { in bdc_issue_cmd() 38 "command completed cmd_sts:%x\n", cmd_status); in bdc_issue_cmd() 39 return cmd_status; in bdc_issue_cmd() 45 "command operation timedout cmd_status=%d\n", cmd_status); in bdc_issue_cmd() 47 return cmd_status; in bdc_issue_cmd() 54 u32 temp, cmd_status; in bdc_submit_cmd() local 62 cmd_status = BDC_CMD_CST(temp); in bdc_submit_cmd() 63 if (cmd_status == BDC_CMDS_BUSY) { in bdc_submit_cmd() [all …]
|
| /linux/drivers/iio/imu/bno055/ |
| H A D | bno055_ser_core.c | 138 } cmd_status; member 239 if (priv->cmd_status == STATUS_CRIT) in bno055_ser_send_cmd() 270 if (priv->cmd_status == STATUS_OK) in bno055_ser_send_cmd() 272 if (priv->cmd_status == STATUS_CRIT) in bno055_ser_send_cmd() 280 if (priv->cmd_status == STATUS_FAIL) in bno055_ser_send_cmd() 346 priv->cmd_status = status; in bno055_ser_handle_rx() 354 priv->cmd_status = STATUS_FAIL; in bno055_ser_handle_rx() 361 priv->cmd_status = status; in bno055_ser_handle_rx()
|
| /linux/drivers/dma/idxd/ |
| H A D | device.c | 522 idxd->cmd_status = 0; in idxd_cmd_exec() 537 idxd->cmd_status = stat & GENMASK(7, 0); in idxd_cmd_exec() 972 idxd->cmd_status = IDXD_SCMD_WQ_NO_PRIV; in idxd_wq_config_write() 1104 idxd->cmd_status = IDXD_SCMD_WQ_NO_SWQ_SUPPORT; in idxd_wqs_setup() 1114 idxd->cmd_status = IDXD_SCMD_WQ_NONE_CONFIGURED; in idxd_wqs_setup() 1389 idxd->cmd_status = IDXD_SCMD_DEV_NOT_ENABLED; in idxd_drv_enable_wq() 1395 idxd->cmd_status = IDXD_SCMD_WQ_ENABLED; in idxd_drv_enable_wq() 1402 idxd->cmd_status = IDXD_SCMD_WQ_NO_GRP; in idxd_drv_enable_wq() 1407 idxd->cmd_status = IDXD_SCMD_WQ_NO_NAME; in idxd_drv_enable_wq() 1415 idxd->cmd_status = IDXD_SCMD_WQ_NO_SVM; in idxd_drv_enable_wq() [all …]
|
| H A D | dma.c | 310 idxd->cmd_status = IDXD_SCMD_WQ_NO_DRV_NAME; in idxd_dmaengine_drv_probe() 326 idxd->cmd_status = IDXD_SCMD_DMA_CHAN_ERR; in idxd_dmaengine_drv_probe() 331 idxd->cmd_status = 0; in idxd_dmaengine_drv_probe()
|
| H A D | cdev.c | 606 idxd->cmd_status = IDXD_SCMD_WQ_NO_DRV_NAME; in idxd_user_drv_probe() 622 idxd->cmd_status = IDXD_SCMD_WQ_USER_NO_IOMMU; in idxd_user_drv_probe() 643 idxd->cmd_status = IDXD_SCMD_CDEV_ERR; in idxd_user_drv_probe() 647 idxd->cmd_status = 0; in idxd_user_drv_probe()
|
| /linux/drivers/pci/hotplug/ |
| H A D | shpchp_hpc.c | 240 u16 cmd_status = shpc_readw(ctrl, CMD_STATUS); in is_ctrl_busy() local 241 return cmd_status & 0x1; in is_ctrl_busy() 290 u16 cmd_status; in shpc_write_cmd() local 319 cmd_status = shpchp_check_cmd_status(slot->ctrl); in shpc_write_cmd() 320 if (cmd_status) { in shpc_write_cmd() 322 cmd, cmd_status); in shpc_write_cmd() 333 u16 cmd_status = shpc_readw(ctrl, CMD_STATUS) & 0x000F; in shpchp_check_cmd_status() local 335 switch (cmd_status >> 1) { in shpchp_check_cmd_status() 352 retval = cmd_status; in shpchp_check_cmd_status()
|
| /linux/drivers/scsi/smartpqi/ |
| H A D | smartpqi_sis.c | 189 u32 cmd_status; in sis_send_sync_cmd() local 236 cmd_status = readl(®isters->sis_mailbox[0]); in sis_send_sync_cmd() 237 if (cmd_status != SIS_CMD_STATUS_SUCCESS) { in sis_send_sync_cmd() 240 cmd, cmd_status); in sis_send_sync_cmd() 248 params->mailbox[0] = cmd_status; in sis_send_sync_cmd()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfi_cna.h | 115 u8 cmd_status; member 134 u8 cmd_status; member
|
| H A D | bfa_cee.c | 198 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr() 201 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr() 204 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
|
| /linux/drivers/spi/ |
| H A D | spi-cadence-xspi.c | 495 u32 cmd_status = readl(cdns_xspi->iobase + CDNS_XSPI_CMD_STATUS_REG); in cdns_xspi_check_command_status() local 497 if (cmd_status & CDNS_XSPI_CMD_STATUS_COMPLETED) { in cdns_xspi_check_command_status() 498 if ((cmd_status & CDNS_XSPI_CMD_STATUS_FAILED) != 0) { in cdns_xspi_check_command_status() 499 if (cmd_status & CDNS_XSPI_CMD_STATUS_DQS_ERROR) { in cdns_xspi_check_command_status() 504 if (cmd_status & CDNS_XSPI_CMD_STATUS_CRC_ERROR) { in cdns_xspi_check_command_status() 509 if (cmd_status & CDNS_XSPI_CMD_STATUS_BUS_ERROR) { in cdns_xspi_check_command_status() 514 if (cmd_status & CDNS_XSPI_CMD_STATUS_INV_SEQ_ERROR) { in cdns_xspi_check_command_status() 679 u32 cmd_status; in cdns_xspi_send_stig_command() local 731 cmd_status = cdns_xspi_check_command_status(cdns_xspi); in cdns_xspi_send_stig_command() 732 if (cmd_status) in cdns_xspi_send_stig_command()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-digicolor.c | 162 int cmd_status = dc_i2c_cmd_status(i2c); in dc_i2c_irq() local 169 if (cmd_status == II_CMD_STATUS_ACK_BAD in dc_i2c_irq() 170 || cmd_status == II_CMD_STATUS_ABORT) { in dc_i2c_irq()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dcdbas.c | 381 s8 cmd_status; in host_control_smi() local 402 cmd_status = ESM_STATUS_CMD_UNSUCCESSFUL; in host_control_smi() 403 outb((u8) cmd_status, PCAT_APM_STATUS_PORT); in host_control_smi() 441 cmd_status = inb(PE1400_APM_CONTROL_PORT); in host_control_smi()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_port.c | 770 bfa_trc(cee, get_rsp->cmd_status); in bfa_cee_isr() 771 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr() 774 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr() 777 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
|
| /linux/include/uapi/linux/ |
| H A D | papr_pdsm.h | 160 __s32 cmd_status; /* Out: Sub-cmd status returned back */ member
|
| H A D | i2o-dev.h | 253 __u32 cmd_status:8; member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_roce.h | 71 int wrb_payload_size, u16 *cmd_status, u16 *ext_status);
|
| /linux/drivers/net/ethernet/natsemi/ |
| H A D | natsemi.c | 515 __le32 cmd_status; member 1868 np->tx_ring[i].cmd_status, in dump_ring() 1875 np->rx_ring[i].cmd_status, in dump_ring() 1949 np->rx_ring[entry].cmd_status = cpu_to_le32(np->rx_buf_sz); in refill_rx() 1980 np->tx_ring[i].cmd_status = 0; in init_ring() 1999 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in init_ring() 2030 np->rx_ring[i].cmd_status = 0; in drain_rx() 2067 np->rx_ring[i].cmd_status = cpu_to_le32(DescOwn); in reinit_rx() 2081 np->tx_ring[i].cmd_status = 0; in reinit_ring() 2114 np->tx_ring[entry].cmd_status = cpu_to_le32(DescOwn | skb->len); in start_tx() [all …]
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 1734 u8 cmd_status; /*02h */ member 1807 u8 cmd_status; /*02h */ member 1848 u8 cmd_status; /*02h */ member 1877 u8 cmd_status; /*02h */ member 1904 u8 cmd_status; /*02h */ member 1931 u8 cmd_status; /*02h */ member 1957 u8 cmd_status; /*02h */ member 1983 u8 cmd_status; /*02h */ member
|
| H A D | megaraid_sas_fusion.c | 1055 for (i = 0; (i < msecs) && (frame_hdr->cmd_status == 0xff); i += 20) { in wait_and_poll() 1066 if (frame_hdr->cmd_status == MFI_STAT_INVALID_STATUS) in wait_and_poll() 1068 else if (frame_hdr->cmd_status == MFI_STAT_OK) in wait_and_poll() 1174 frame_hdr->cmd_status = 0xFF; in megasas_ioc_init_fusion() 1178 init_frame->cmd_status = 0xFF; in megasas_ioc_init_fusion() 1269 if (frame_hdr->cmd_status != 0) { in megasas_ioc_init_fusion() 1340 dcmd->cmd_status = 0xFF; in megasas_sync_pd_seq_num() 1436 dcmd->cmd_status = 0xFF; in megasas_get_ld_map_info() 1539 dcmd->cmd_status = 0xFF; in megasas_sync_map_info() 4337 cmd_mfi->frame->dcmd.cmd_status = MFI_STAT_OK; in megasas_refire_mgmt_cmd() [all …]
|
| /linux/include/scsi/ |
| H A D | iscsi_proto.h | 187 uint8_t cmd_status; member 372 uint8_t cmd_status; member
|
| /linux/drivers/usb/dwc3/ |
| H A D | gadget.c | 321 int cmd_status = 0; in dwc3_send_gadget_ep_cmd() local 396 cmd_status = DWC3_DEPCMD_STATUS(reg); in dwc3_send_gadget_ep_cmd() 398 switch (cmd_status) { in dwc3_send_gadget_ep_cmd() 431 cmd_status = -ETIMEDOUT; in dwc3_send_gadget_ep_cmd() 435 trace_dwc3_gadget_ep_cmd(dep, cmd, params, cmd_status); in dwc3_send_gadget_ep_cmd() 1842 int cmd_status = 0; in dwc3_gadget_start_isoc_quirk() local 1864 cmd_status = dwc3_send_gadget_ep_cmd(dep, cmd, ¶ms); in dwc3_gadget_start_isoc_quirk() 1867 if (cmd_status && cmd_status != -EAGAIN) { in dwc3_gadget_start_isoc_quirk() 1875 dep->start_cmd_status = cmd_status; in dwc3_gadget_start_isoc_quirk() 1883 if (cmd_status == 0) { in dwc3_gadget_start_isoc_quirk() [all …]
|
| /linux/drivers/hid/intel-ish-hid/ishtp/ |
| H A D | hbm.h | 243 uint32_t cmd_status; /*responses will have this set*/ member
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | pci_hw.h | 409 MLXSW_ITEM32(pci, eqe, cmd_status, 0x00, 0, 8);
|