Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A Dmptbase.c3243 PortFacts_t get_pfacts; in GetPortFacts() local
3263 /* Request area (get_pfacts on the stack right now!) */ in GetPortFacts()
3264 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()
3269 /* Assert: All other get_pfacts fields are zero! */ in GetPortFacts()
3274 /* No non-zero fields in the get_pfacts request are greater than in GetPortFacts()
3277 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()