Searched refs:get_pfacts (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptbase.c | 3257 PortFacts_t get_pfacts; in GetPortFacts() local 3277 /* Request area (get_pfacts on the stack right now!) */ in GetPortFacts() 3278 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() 3283 /* Assert: All other get_pfacts fields are zero! */ in GetPortFacts() 3288 /* No non-zero fields in the get_pfacts request are greater than in GetPortFacts() 3291 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()
|
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptbase.c | 3247 PortFacts_t get_pfacts; in GetPortFacts() local 3267 /* Request area (get_pfacts on the stack right now!) */ in GetPortFacts() 3268 req_sz = sizeof(get_pfacts); in GetPortFacts() 3269 memset(&get_pfacts, 0, req_sz); in GetPortFacts() 3271 get_pfacts.Function = MPI_FUNCTION_PORT_FACTS; in GetPortFacts() 3272 get_pfacts.PortNumber = portnum; in GetPortFacts() 3273 /* Assert: All other get_pfacts fields are zero! */ in GetPortFacts() 3278 /* No non-zero fields in the get_pfacts request are greater than in GetPortFacts() 3281 ii = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_pfacts, in GetPortFacts()
|
Completed in 17 milliseconds