Lines Matching refs:resp_hdr
187 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument
192 if (resp_hdr) { in be_async_cmd_process()
193 opcode = resp_hdr->opcode; in be_async_cmd_process()
194 subsystem = resp_hdr->subsystem; in be_async_cmd_process()
230 (void *)resp_hdr; in be_async_cmd_process()
247 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local
257 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
258 if (resp_hdr) { in be_mcc_compl_process()
259 opcode = resp_hdr->opcode; in be_mcc_compl_process()
260 subsystem = resp_hdr->subsystem; in be_mcc_compl_process()
263 be_async_cmd_process(adapter, compl, resp_hdr); in be_mcc_compl_process()