Searched refs:PCIE_FW_ERR_F (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c198 if (pcie_fw & PCIE_FW_ERR_F) {
336 if (i > FW_CMD_MAX_TIMEOUT || (pcie_fw & PCIE_FW_ERR_F)) {
340 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -EBUSY;
390 !((pcie_fw = t4_read_reg(adap, PCIE_FW_A)) & PCIE_FW_ERR_F) &&
430 ret = (pcie_fw & PCIE_FW_ERR_F) ? -ENXIO : -ETIMEDOUT;
4589 if (fw_err & PCIE_FW_ERR_F)
4601 if (!(fw_err & PCIE_FW_ERR_F) ||
6871 if (t4_read_reg(adap, PCIE_FW_A) & PCIE_FW_ERR_F)
6922 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) {
6937 if (pcie_fw & PCIE_FW_ERR_F)
[all...]
H A Dt4fw_api.h3732 #define PCIE_FW_ERR_F PCIE_FW_ERR_V(1U) macro
/linux-master/drivers/scsi/csiostor/
H A Dcsio_hw.c992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) {
1008 if (pcie_fw & PCIE_FW_ERR_F) {

Completed in 193 milliseconds