Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_core.c32 static struct uld_ctx *ctx_rr; variable
68 u_ctx = ctx_rr; in assign_chcr_device()
69 if (list_is_last(&ctx_rr->entry, &uld_ctx_list)) in assign_chcr_device()
70 ctx_rr = list_first_entry(&uld_ctx_list, in assign_chcr_device()
74 ctx_rr = list_next_entry(ctx_rr, entry); in assign_chcr_device()
94 if (!ctx_rr) in chcr_dev_add()
95 ctx_rr = u_ctx; in chcr_dev_add()
102 if (ctx_rr == u_ctx) { in chcr_dev_remove()
103 if (list_is_last(&ctx_rr->entry, &uld_ctx_list)) in chcr_dev_remove()
104 ctx_rr = list_first_entry(&uld_ctx_list, in chcr_dev_remove()
[all …]