Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmpt_debug.c105 { MPI_FUNCTION_PORT_ENABLE, "Port Enable" },
461 case MPI_FUNCTION_PORT_ENABLE: in mpt_print_reply()
H A Dmpt_netbsd.c595 if (__predict_false(mpt_req->Function == MPI_FUNCTION_PORT_ENABLE)) in mpt_done()
1283 case MPI_FUNCTION_PORT_ENABLE: in mpt_ctlop()
H A Dmpt.c1016 enable_req->Function = MPI_FUNCTION_PORT_ENABLE; in mpt_send_port_enable()
H A Dmpt_mpilib.h348 #define MPI_FUNCTION_PORT_ENABLE (0x06) macro