Searched refs:get_pfacts (Results 1 – 1 of 1) sorted by relevance
3257 PortFacts_t get_pfacts; in GetPortFacts() local3278 req_sz = sizeof(get_pfacts); in GetPortFacts()3279 memset(&get_pfacts, 0, req_sz); in GetPortFacts()3281 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS; in GetPortFacts()3282 get_pfacts.PortNumber = portnum; in GetPortFacts()3291 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()