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

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-trace.h53 struct vas_tx_win_attr *txattr),
55 TP_ARGS(tsk, vasid, cop, txattr),
62 __field(struct vas_tx_win_attr *, txattr)
71 __entry->lpid = txattr->lpid;
72 __entry->pidr = txattr->pidr;
H A Dvas-window.c893 void vas_init_tx_win_attr(struct vas_tx_win_attr *txattr, enum vas_cop_type cop) argument
895 memset(txattr, 0, sizeof(*txattr));
899 txattr->rej_no_credit = false;
900 txattr->rx_wcred_mode = true;
901 txattr->tx_wcred_mode = true;
902 txattr->rx_win_ord_mode = true;
903 txattr->tx_win_ord_mode = true;
905 txattr->user_win = true;
911 struct vas_tx_win_attr *txattr,
910 init_winctx_for_txwin(struct pnv_vas_window *txwin, struct vas_tx_win_attr *txattr, struct vas_winctx *winctx) argument
1415 struct vas_tx_win_attr txattr = {}; local
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c55 struct vas_tx_win_open_attr txattr; local
63 memset(&txattr, 0, sizeof(txattr));
64 txattr.version = 1;
65 txattr.vas_id = pri;
66 rc = ioctl(fd, VAS_TX_WIN_OPEN, (unsigned long)&txattr);
/linux-master/arch/powerpc/include/asm/
H A Dvas.h205 extern void vas_init_tx_win_attr(struct vas_tx_win_attr *txattr,
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c684 struct vas_tx_win_attr txattr; local
690 vas_init_tx_win_attr(&txattr, coproc->ct);
691 txattr.lpid = 0; /* lpid is 0 for kernel requests */
696 txwin = vas_tx_win_open(coproc->vas.id, coproc->ct, &txattr);

Completed in 138 milliseconds