Searched refs:CCP_CMD_MAY_BACKLOG (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-main.c180 held->cmd->flags |= CCP_CMD_MAY_BACKLOG;
215 if (!(crypto_cmd->cmd->flags & CCP_CMD_MAY_BACKLOG)) {
292 cmd->flags |= CCP_CMD_MAY_BACKLOG;
294 cmd->flags &= ~CCP_CMD_MAY_BACKLOG;
H A Dccp-dev.c275 * only be queued if the CCP_CMD_MAY_BACKLOG flag is set and will
287 * the return code is -EBUSY and CCP_CMD_MAY_BACKLOG flag is set
313 if (cmd->flags & CCP_CMD_MAY_BACKLOG) {
H A Dccp-dmaengine.c428 ccp_cmd->flags = CCP_CMD_MAY_BACKLOG;
/linux-master/include/linux/
H A Dccp.h54 * only be queued if the CCP_CMD_MAY_BACKLOG flag is set and will
66 * the return code is -EBUSY and CCP_CMD_MAY_BACKLOG flag is set
616 #define CCP_CMD_MAY_BACKLOG 0x00000001 macro

Completed in 134 milliseconds