Lines Matching refs:resp_hdr
156 struct be_cmd_resp_hdr *resp_hdr) in be_async_cmd_process() argument
161 if (resp_hdr) { in be_async_cmd_process()
162 opcode = resp_hdr->opcode; in be_async_cmd_process()
163 subsystem = resp_hdr->subsystem; in be_async_cmd_process()
193 (void *)resp_hdr; in be_async_cmd_process()
208 struct be_cmd_resp_hdr *resp_hdr; in be_mcc_compl_process() local
218 resp_hdr = be_decode_resp_hdr(compl->tag0, compl->tag1); in be_mcc_compl_process()
219 if (resp_hdr) { in be_mcc_compl_process()
220 opcode = resp_hdr->opcode; in be_mcc_compl_process()
221 subsystem = resp_hdr->subsystem; in be_mcc_compl_process()
224 be_async_cmd_process(adapter, compl, resp_hdr); in be_mcc_compl_process()