Searched refs:get_pfacts (Results 1 – 1 of 1) sorted by relevance
3243 PortFacts_t get_pfacts; in GetPortFacts() local3264 req_sz = sizeof(get_pfacts); in GetPortFacts()3265 memset(&get_pfacts, 0, req_sz); in GetPortFacts()3267 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS; in GetPortFacts()3268 get_pfacts.PortNumber = portnum; in GetPortFacts()3277 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()