Searched refs:istatus (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ddp.c | 295 int istatus; in i40e_ddp_load() local 334 istatus = i40e_ddp_does_profile_exist(&pf->hw, &pinfo); in i40e_ddp_load() 335 if (istatus < 0) { in i40e_ddp_load() 337 return istatus; in i40e_ddp_load() 340 if (istatus > 0) { in i40e_ddp_load() 344 istatus = i40e_ddp_does_profile_overlap(&pf->hw, &pinfo); in i40e_ddp_load() 345 if (istatus < 0) { in i40e_ddp_load() 347 return istatus; in i40e_ddp_load() 349 if (istatus > 0) { in i40e_ddp_load() 354 if (istatus == 0) { in i40e_ddp_load()
|
| /linux/drivers/gpio/ |
| H A D | gpio-pch.c | 25 u32 istatus; member 311 unsigned long reg_val = ioread32(&chip->reg->istatus); in pch_gpio_handler()
|
| H A D | gpio-ml-ioh.c | 24 u32 istatus; member 363 reg_val = ioread32(&chip->reg->regs[i].istatus); in ioh_gpio_handler()
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | arch_timer_edge_cases.c | 151 bool timer_condition, istatus; in guest_irq_handler() local 169 istatus = (ctl & CTL_ISTATUS) && (ctl & CTL_ENABLE); in guest_irq_handler() 170 GUEST_ASSERT_EQ(timer_condition, istatus); in guest_irq_handler()
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 2348 u16 istatus, phystat; in yukon_phy_intr() local 2350 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); in yukon_phy_intr() 2354 "phy interrupt status 0x%x 0x%x\n", istatus, phystat); in yukon_phy_intr() 2356 if (istatus & PHY_M_IS_AN_COMPL) { in yukon_phy_intr() 2401 if (istatus & PHY_M_IS_LSP_CHANGE) in yukon_phy_intr() 2404 if (istatus & PHY_M_IS_DUP_CHANGE) in yukon_phy_intr() 2406 if (istatus & PHY_M_IS_LST_CHANGE) { in yukon_phy_intr()
|
| H A D | sky2.c | 2300 u16 istatus, phystat; in sky2_phy_intr() local 2306 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); in sky2_phy_intr() 2310 istatus, phystat); in sky2_phy_intr() 2312 if (istatus & PHY_M_IS_AN_COMPL) { in sky2_phy_intr() 2319 if (istatus & PHY_M_IS_LSP_CHANGE) in sky2_phy_intr() 2322 if (istatus & PHY_M_IS_DUP_CHANGE) in sky2_phy_intr() 2326 if (istatus & PHY_M_IS_LST_CHANGE) { in sky2_phy_intr()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.h | 447 struct initiator_status istatus; member
|
| H A D | aic79xx_core.c | 8865 ahd_set_scsi_status(scb, hscb->shared_data.istatus.scsi_status); in ahd_handle_scsi_status() 8866 switch (hscb->shared_data.istatus.scsi_status) { in ahd_handle_scsi_status() 9032 if (scb->hscb->shared_data.istatus.scsi_status != 0) { in ahd_handle_scb_status() 9085 spkt = &hscb->shared_data.istatus; in ahd_calc_residual()
|
| /linux/drivers/scsi/ |
| H A D | qla1280.h | 138 uint16_t istatus; /* Interface status */ member
|