Lines Matching refs:resp_hdr
188 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument
193 if (resp_hdr) { in be_async_cmd_process()
194 opcode = resp_hdr->opcode; in be_async_cmd_process()
195 subsystem = resp_hdr->subsystem; in be_async_cmd_process()
231 (void *)resp_hdr; in be_async_cmd_process()
248 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local
259 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
260 if (resp_hdr) { in be_mcc_compl_process()
261 opcode = resp_hdr->opcode; in be_mcc_compl_process()
262 subsystem = resp_hdr->subsystem; in be_mcc_compl_process()
265 be_async_cmd_process(adapter, compl, resp_hdr); in be_mcc_compl_process()