Searched refs:compl_status (Results 1 – 2 of 2) sorted by relevance
325 u16 compl_status, extd_status; in beiscsi_process_mbox_compl() local346 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) & in beiscsi_process_mbox_compl()353 if (compl_status == MCC_STATUS_SUCCESS) in beiscsi_process_mbox_compl()358 hdr->subsystem, hdr->opcode, compl_status, extd_status); in beiscsi_process_mbox_compl()359 return compl_status; in beiscsi_process_mbox_compl()488 u16 compl_status, extd_status; in beiscsi_process_mcc_compl() local526 compl_status = (compl->status >> CQE_STATUS_COMPL_SHIFT) & in beiscsi_process_mcc_compl()538 ctrl->mcc_tag_status[tag] |= (compl_status & CQE_STATUS_MASK); in beiscsi_process_mcc_compl()
652 __le16 compl_status; member