Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/qlxge/
H A Dqls_dump.c459 uint32_t test_logic; in qls_get_other_fnum() local
463 ret = qls_rd_mpi_reg(ha, Q81_TEST_LOGIC_FUNC_PORT_CONFIG, &test_logic); in qls_get_other_fnum()
467 if (test_logic & Q81_NIC1_FUNC_ENABLE) in qls_get_other_fnum()
468 nic1_fnum = (test_logic & Q81_NIC1_FUNC_MASK) >> in qls_get_other_fnum()
471 if (test_logic & Q81_NIC2_FUNC_ENABLE) in qls_get_other_fnum()
472 nic2_fnum = (test_logic & Q81_NIC2_FUNC_MASK) >> in qls_get_other_fnum()