Searched refs:txwin (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 71 static void *map_paste_region(struct pnv_vas_window *txwin) in map_paste_region() argument 78 name = kasprintf(GFP_KERNEL, "window-v%d-w%d", txwin->vinst->vas_id, in map_paste_region() 79 txwin->vas_win.winid); in map_paste_region() 83 txwin->paste_addr_name = name; in map_paste_region() 84 vas_win_paste_addr(txwin, &start, &len); in map_paste_region() 339 static void init_rsvd_tx_buf_count(struct pnv_vas_window *txwin, in init_rsvd_tx_buf_count() argument 342 write_hvwc_reg(txwin, VREG(TX_RSVD_BUF_COUNT), 0ULL); in init_rsvd_tx_buf_count() 910 static void init_winctx_for_txwin(struct pnv_vas_window *txwin, in init_winctx_for_txwin() argument 931 winctx->wcreds_max = txwin->vas_win.wcreds_max; in init_winctx_for_txwin() 934 winctx->nx_win = txwin->rxwin->nx_win; in init_winctx_for_txwin() [all …]
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-common-powernv.c | 564 struct vas_window *txwin; in nx842_exec_vas() local 587 txwin = this_cpu_read(cpu_txwin); in nx842_exec_vas() 599 ret = vas_paste_crb(txwin, 0, 1); in nx842_exec_vas() 684 struct vas_window *txwin = NULL; in nx_alloc_txwin() local 697 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr); in nx_alloc_txwin() 698 if (IS_ERR(txwin)) in nx_alloc_txwin() 700 PTR_ERR(txwin)); in nx_alloc_txwin() 702 return txwin; in nx_alloc_txwin() 717 struct vas_window *txwin = NULL; in nx_open_percpu_txwins() local 732 txwin = nx_alloc_txwin(coproc); in nx_open_percpu_txwins() [all …]
|