Searched refs:cr_count (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/sunrpc/ |
H A D | auth.h | 56 refcount_t cr_count; /* ref count */ member 192 if (cred != NULL && refcount_inc_not_zero(&cred->cr_count)) in get_rpccred()
|
/linux/net/sunrpc/ |
H A D | auth_null.c | 141 .cr_count = REFCOUNT_INIT(2),
|
H A D | auth_tls.c | 173 .cr_count = REFCOUNT_INIT(2),
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-dev-v3.c | 74 static int ccp_do_cmd(struct ccp_op *op, u32 *cr, unsigned int cr_count) in ccp_do_cmd() argument 106 for (i = 0; i < cr_count; i++, cr_addr += CMD_REQ_INCR) in ccp_do_cmd()
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hw.h | 2466 uint32_t cr_count:8; member 2472 uint32_t cr_count:8; 2587 uint32_t cr_count:8; member 2593 uint32_t cr_count:8;
|
H A D | lpfc_mbox.c | 430 mb->un.varCfgLnk.cr_count = phba->cfg_cr_count; in lpfc_config_link()
|
H A D | lpfc_attr.c | 5460 # cr_delay (msec) or cr_count outstanding commands. cr_delay can take 5461 # value [0,63]. cr_count can take value [1,255]. Default value of cr_delay 5462 # is 0. Default value of cr_count is 1. The cr_count feature is disabled if 5468 LPFC_ATTR_RW(cr_count, 1, 1, 255, "A count of I/O completions after which an "
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 996 rtplunfunc to 1 argument * cr_count, cr_delay and
|