Searched refs:get_pfacts (Results 1 – 1 of 1) sorted by relevance
3247 PortFacts_t get_pfacts; in GetPortFacts() local3268 req_sz = sizeof(get_pfacts); in GetPortFacts()3269 memset(&get_pfacts, 0, req_sz); in GetPortFacts()3271 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS; in GetPortFacts()3272 get_pfacts.PortNumber = portnum; in GetPortFacts()3281 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()