Home
last modified time | relevance | path

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

/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c674 static inline void nx_add_coprocs_list(struct nx_coproc *coproc, in nx_add_coprocs_list() argument
677 coproc->chip_id = chipid; in nx_add_coprocs_list()
678 INIT_LIST_HEAD(&coproc->list); in nx_add_coprocs_list()
679 list_add(&coproc->list, &nx_coprocs); in nx_add_coprocs_list()
682 static struct vas_window *nx_alloc_txwin(struct nx_coproc *coproc) in nx_alloc_txwin() argument
691 vas_init_tx_win_attr(&txattr, coproc->ct); in nx_alloc_txwin()
697 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin()
713 struct nx_coproc *coproc, *n; in nx_open_percpu_txwins() local
721 list_for_each_entry_safe(coproc, n, &nx_coprocs, list) { in nx_open_percpu_txwins()
728 if (coproc->ct != VAS_COP_TYPE_842_HIPRI) in nx_open_percpu_txwins()
[all …]
/linux/Documentation/networking/devlink/
H A Dsfc.rst42 * - ``coproc.boot``
45 * - ``coproc.uboot``
48 * - ``coproc.main``
51 * - ``coproc.recovery``