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

/freebsd-10.2-release/sys/dev/qlxge/
H A Dqls_dump.c457 uint32_t test_logic; local
461 ret = qls_rd_mpi_reg(ha, Q81_TEST_LOGIC_FUNC_PORT_CONFIG, &test_logic);
465 if (test_logic & Q81_NIC1_FUNC_ENABLE)
466 nic1_fnum = (test_logic & Q81_NIC1_FUNC_MASK) >>
469 if (test_logic & Q81_NIC2_FUNC_ENABLE)
470 nic2_fnum = (test_logic & Q81_NIC2_FUNC_MASK) >>

Completed in 106 milliseconds