Lines Matching refs:resp_hdr
191 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument
196 if (resp_hdr) { in be_async_cmd_process()
197 opcode = resp_hdr->opcode; in be_async_cmd_process()
198 subsystem = resp_hdr->subsystem; in be_async_cmd_process()
234 (void *)resp_hdr; in be_async_cmd_process()
251 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local
261 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
262 if (resp_hdr) { in be_mcc_compl_process()
263 opcode = resp_hdr->opcode; in be_mcc_compl_process()
264 subsystem = resp_hdr->subsystem; in be_mcc_compl_process()
267 be_async_cmd_process(adapter, compl, resp_hdr); in be_mcc_compl_process()