Home
last modified time | relevance | path

Searched refs:extd_status (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/scsi/be2iscsi/
Dbe_cmds.c325 u16 compl_status, extd_status; in beiscsi_process_mbox_compl() local
348 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) & in beiscsi_process_mbox_compl()
358 hdr->subsystem, hdr->opcode, compl_status, extd_status); in beiscsi_process_mbox_compl()
488 u16 compl_status, extd_status; in beiscsi_process_mcc_compl() local
528 extd_status = (compl->status >> CQE_STATUS_EXTD_SHIFT) & in beiscsi_process_mcc_compl()
536 ctrl->mcc_tag_status[tag] |= (extd_status << CQE_STATUS_ADDL_SHIFT) & in beiscsi_process_mcc_compl()
Dbe_main.c4816 unsigned short status, extd_status; in beiscsi_bsg_request() local
4862 extd_status = (phba->ctrl.mcc_tag_status[tag] & in beiscsi_bsg_request()
4877 if (status || extd_status) { in beiscsi_bsg_request()
4881 status, extd_status); in beiscsi_bsg_request()