Home
last modified time | relevance | path

Searched refs:PCIE_FW_INIT_F (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_hw.c992 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in csio_do_hello()
1011 } else if (pcie_fw & PCIE_FW_INIT_F) in csio_do_hello()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h3736 #define PCIE_FW_INIT_F PCIE_FW_INIT_V(1U) macro
Dt4_hw.c6920 if (!(pcie_fw & (PCIE_FW_ERR_F|PCIE_FW_INIT_F))) { in t4_fw_hello()
6937 else if (pcie_fw & PCIE_FW_INIT_F) in t4_fw_hello()
Dcxgb4_main.c6261 if (!(pcie_fw & PCIE_FW_INIT_F)) { in cxgb4_iov_configure()