Searched refs:get_pfacts (Results 1 – 1 of 1) sorted by relevance
3238 PortFacts_t get_pfacts; in GetPortFacts() local3259 req_sz = sizeof(get_pfacts); in GetPortFacts()3260 memset(&get_pfacts, 0, req_sz); in GetPortFacts()3262 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS; in GetPortFacts()3263 get_pfacts.PortNumber = portnum; in GetPortFacts()3272 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()