Lines Matching refs:resp_hdr
159 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument
164 if (resp_hdr) { in be_async_cmd_process()
165 opcode = resp_hdr->opcode; in be_async_cmd_process()
166 subsystem = resp_hdr->subsystem; in be_async_cmd_process()
202 (void *)resp_hdr; in be_async_cmd_process()
219 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local
229 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
230 if (resp_hdr) { in be_mcc_compl_process()
231 opcode = resp_hdr->opcode; in be_mcc_compl_process()
232 subsystem = resp_hdr->subsystem; in be_mcc_compl_process()
235 be_async_cmd_process(adapter, compl, resp_hdr); in be_mcc_compl_process()