Home
last modified time | relevance | path

Searched refs:CQE_FLAGS_ASYNC_MASK (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/be2iscsi/
H A Dbe_cmds.h48 #define CQE_FLAGS_ASYNC_MASK (1 << 30) macro
H A Dbe_main.c1828 if (mcc_compl->flags & CQE_FLAGS_ASYNC_MASK) { in beiscsi_process_mcc_cq()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_cmds.c558 if (compl->flags & CQE_FLAGS_ASYNC_MASK) { in be_process_mcc()