Searched refs:ECORE_IS_BB (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore.h655 (ECORE_IS_BB((_p_hwfn)->p_dev) ? ((_p_hwfn)->abs_pf_id & 1) : 0)
797 #define ECORE_IS_BB(dev) ((dev)->type == ECORE_DEV_TYPE_BB) macro
798 #define ECORE_IS_BB_A0(dev) (ECORE_IS_BB(dev) && CHIP_REV_IS_A0(dev))
800 #define ECORE_IS_BB_B0(dev) ((ECORE_IS_BB(dev) && CHIP_REV_IS_B0(dev)) || \
803 #define ECORE_IS_BB_B0(dev) (ECORE_IS_BB(dev) && CHIP_REV_IS_B0(dev))
807 #define ECORE_IS_E4(dev) (ECORE_IS_BB(dev) || ECORE_IS_AH(dev))
966 #define NUM_OF_VFS(dev) (ECORE_IS_BB(dev) ? MAX_NUM_VFS_BB \
968 #define NUM_OF_L2_QUEUES(dev) (ECORE_IS_BB(dev) ? MAX_NUM_L2_QUEUES_BB \
970 #define NUM_OF_PORTS(dev) (ECORE_IS_BB(dev) ? MAX_NUM_PORTS_BB \
972 #define NUM_OF_SBS(dev) (ECORE_IS_BB(de
[all...]
H A Decore_dev.c2840 if (!CHIP_REV_IS_EMUL(p_dev) || ECORE_IS_BB(p_dev))
3013 if (ECORE_IS_BB(p_dev)) {
3446 else if (ECORE_IS_BB(p_hwfn->p_dev))
4325 reg_len = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_0_LEN_BB :
4327 reg_crc = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_0_CRC_BB :
4331 reg_len = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_1_LEN_BB :
4333 reg_crc = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_1_CRC_BB :
4337 reg_len = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_2_LEN_BB :
4339 reg_crc = ECORE_IS_BB(p_dev) ? NIG_REG_ACPI_PAT_2_CRC_BB :
4343 reg_len = ECORE_IS_BB(p_de
[all...]
H A Decore_mcp.h46 #define MCP_PF_ID_BY_REL(p_hwfn, rel_pfid) (ECORE_IS_BB((p_hwfn)->p_dev) ? \
H A Decore_spq.c290 if (ECORE_IS_BB(p_hwfn->p_dev) || ECORE_IS_AH(p_hwfn->p_dev)) {
H A Decore_vf.c474 ECORE_IS_BB(p_hwfn->p_dev) ? "BB" : "AH",
H A Decore_int.c763 if (!ECORE_IS_BB(p_hwfn->p_dev))
H A Decore_l2.c1979 if (ECORE_IS_BB(p_hwfn->p_dev)) {
H A Decore_mcp.c2942 if (ECORE_IS_BB(p_hwfn->p_dev))
H A Decore_sriov.c872 if (!ECORE_IS_BB(p_hwfn->p_dev)) {

Completed in 194 milliseconds