Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c3082 IOCFacts_t get_facts; in GetIocFacts() local
3105 /* Request area (get_facts on the stack right now!) */ in GetIocFacts()
3106 req_sz = sizeof(get_facts); in GetIocFacts()
3107 memset(&get_facts, 0, req_sz); in GetIocFacts()
3109 get_facts.Function = MPI_FUNCTION_IOC_FACTS; in GetIocFacts()
3110 /* Assert: All other get_facts fields are zero! */ in GetIocFacts()
3116 /* No non-zero fields in the get_facts request are greater than in GetIocFacts()
3119 r = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_facts, in GetIocFacts()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptbase.c3073 IOCFacts_t get_facts; in GetIocFacts() local
3096 /* Request area (get_facts on the stack right now!) */ in GetIocFacts()
3097 req_sz = sizeof(get_facts); in GetIocFacts()
3098 memset(&get_facts, 0, req_sz); in GetIocFacts()
3100 get_facts.Function = MPI_FUNCTION_IOC_FACTS; in GetIocFacts()
3101 /* Assert: All other get_facts fields are zero! */ in GetIocFacts()
3107 /* No non-zero fields in the get_facts request are greater than in GetIocFacts()
3110 r = mpt_handshake_req_reply_wait(ioc, req_sz, (u32*)&get_facts, in GetIocFacts()

Completed in 17 milliseconds