Home
last modified time | relevance | path

Searched refs:CQE_FLAGS_VALID_MASK (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_cmds.h47 #define CQE_FLAGS_VALID_MASK (1 << 31) macro
H A Dbe_cmds.c339 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); in beiscsi_process_mbox_compl()
H A Dbe_main.c1802 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_cmds.h47 #define CQE_FLAGS_VALID_MASK (1 << 31) macro
H A Dbe_cmds.c339 WARN_ON((compl->flags & CQE_FLAGS_VALID_MASK) == 0); in beiscsi_process_mbox_compl()
H A Dbe_main.c1819 while (mcc_compl->flags & CQE_FLAGS_VALID_MASK) { in beiscsi_process_mcc_cq()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h43 #define CQE_FLAGS_VALID_MASK BIT(31) macro
H A Dbe_cmds.c145 if (flags & CQE_FLAGS_VALID_MASK) { in be_mcc_compl_is_new()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.h43 #define CQE_FLAGS_VALID_MASK BIT(31) macro
H A Dbe_cmds.c146 if (flags & CQE_FLAGS_VALID_MASK) { in be_mcc_compl_is_new()

Completed in 48 milliseconds