Searched refs:pcie_fw (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 195 u32 pcie_fw; in t4_report_fw_error() local 197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error() 198 if (pcie_fw & PCIE_FW_ERR_F) { in t4_report_fw_error() 200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error() 299 u32 pcie_fw; in t4_wr_mbox_meat_timeout() local 335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout() 336 if (i > FW_CMD_MAX_TIMEOUT || (pcie_fw & PCIE_FW_ERR_F)) { in t4_wr_mbox_meat_timeout() 340 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -EBUSY; in t4_wr_mbox_meat_timeout() 390 !((pcie_fw = t4_read_reg(adap, PCIE_FW_A)) & PCIE_FW_ERR_F) && in t4_wr_mbox_meat_timeout() 430 ret = (pcie_fw in t4_wr_mbox_meat_timeout() 6940 u32 pcie_fw; t4_fw_hello() local [all...] |
H A D | cxgb4_ethtool.c | 1496 u32 pcie_fw; in set_flash() local 1500 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash() 1501 master = PCIE_FW_MASTER_G(pcie_fw); in set_flash() 1502 if (pcie_fw & PCIE_FW_MASTER_VLD_F) in set_flash()
|
H A D | cxgb4_main.c | 6262 u32 pcie_fw; in cxgb4_iov_configure() local 6264 pcie_fw = readl(adap->regs + PCIE_FW_A); in cxgb4_iov_configure() 6266 if (!(pcie_fw & PCIE_FW_INIT_F)) { in cxgb4_iov_configure()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 195 u32 pcie_fw; in t4_report_fw_error() local 197 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_report_fw_error() 198 if (pcie_fw & PCIE_FW_ERR_F) { in t4_report_fw_error() 200 reason[PCIE_FW_EVAL_G(pcie_fw)]); in t4_report_fw_error() 299 u32 pcie_fw; in t4_wr_mbox_meat_timeout() local 335 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in t4_wr_mbox_meat_timeout() 336 if (i > FW_CMD_MAX_TIMEOUT || (pcie_fw & PCIE_FW_ERR_F)) { in t4_wr_mbox_meat_timeout() 340 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -EBUSY; in t4_wr_mbox_meat_timeout() 390 !((pcie_fw = t4_read_reg(adap, PCIE_FW_A)) & PCIE_FW_ERR_F) && in t4_wr_mbox_meat_timeout() 430 ret = (pcie_fw in t4_wr_mbox_meat_timeout() 6910 u32 pcie_fw; t4_fw_hello() local [all...] |
H A D | cxgb4_ethtool.c | 1504 u32 pcie_fw; in set_flash() local 1508 pcie_fw = t4_read_reg(adap, PCIE_FW_A); in set_flash() 1509 master = PCIE_FW_MASTER_G(pcie_fw); in set_flash() 1510 if (pcie_fw & PCIE_FW_MASTER_VLD_F) in set_flash()
|
H A D | cxgb4_main.c | 6251 u32 pcie_fw; in cxgb4_iov_configure() local 6253 pcie_fw = readl(adap->regs + PCIE_FW_A); in cxgb4_iov_configure() 6255 if (!(pcie_fw & PCIE_FW_INIT_F)) { in cxgb4_iov_configure()
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 978 uint32_t pcie_fw; in csio_do_hello() local 991 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello() 992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello() 1008 if (pcie_fw & PCIE_FW_ERR_F) { in csio_do_hello() 1011 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello() 1021 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in csio_do_hello() 1022 mpfn = PCIE_FW_MASTER_G(pcie_fw); in csio_do_hello()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_hw.c | 978 uint32_t pcie_fw; in csio_do_hello() local 991 pcie_fw = csio_rd_reg32(hw, PCIE_FW_A); in csio_do_hello() 992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello() 1008 if (pcie_fw & PCIE_FW_ERR_F) { in csio_do_hello() 1011 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello() 1021 (pcie_fw & PCIE_FW_MASTER_VLD_F)) in csio_do_hello() 1022 mpfn = PCIE_FW_MASTER_G(pcie_fw); in csio_do_hello()
|
Completed in 41 milliseconds