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

/linux-master/drivers/nvme/host/
H A Dauth.c51 static inline int ctrl_max_dhchaps(struct nvme_ctrl *ctrl) function
959 ctrl->dhchap_ctxs = kvcalloc(ctrl_max_dhchaps(ctrl),
966 for (i = 0; i < ctrl_max_dhchaps(ctrl); i++) {
995 for (i = 0; i < ctrl_max_dhchaps(ctrl); i++)

Completed in 252 milliseconds