Home
last modified time | relevance | path

Searched refs:CQE_FLAGS_COMPLETED_MASK (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.h49 #define CQE_FLAGS_COMPLETED_MASK (1 << 28) macro
H A Dbe_main.c1813 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_cq()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h49 #define CQE_FLAGS_COMPLETED_MASK (1 << 28) macro
H A Dbe_main.c1830 } else if (mcc_compl->flags & CQE_FLAGS_COMPLETED_MASK) { in beiscsi_process_mcc_cq()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h45 #define CQE_FLAGS_COMPLETED_MASK BIT(28) macro
H A Dbe_cmds.c558 } else if (compl->flags & CQE_FLAGS_COMPLETED_MASK) { in be_process_mcc()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h45 #define CQE_FLAGS_COMPLETED_MASK BIT(28) macro
H A Dbe_cmds.c560 } else if (compl->flags & CQE_FLAGS_COMPLETED_MASK) { in be_process_mcc()

Completed in 51 milliseconds