Searched refs:get_pfacts (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/message/fusion/
H A Dmptbase.c3247 PortFacts_t get_pfacts; local
3267 /* Request area (get_pfacts on the stack right now!) */
3268 req_sz = sizeof(get_pfacts);
3269 memset(&get_pfacts, 0, req_sz);
3271 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS;
3272 get_pfacts.PortNumber = portnum;
3273 /* Assert: All other get_pfacts fields are zero! */
3278 /* No non-zero fields in the get_pfacts request are greater than
3281 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts,

Completed in 114 milliseconds