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

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-trace.h17 int cop,
20 TP_ARGS(tsk, vasid, cop, rxattr),
25 __field(int, cop)
36 __entry->cop = cop;
42 TP_printk("pid=%d, vasid=%d, cop=%d, lpid=%d, pid=%d, tid=%d",
43 __entry->pid, __entry->vasid, __entry->cop,
52 int cop,
55 TP_ARGS(tsk, vasid, cop, txattr),
60 __field(int, cop)
[all...]
H A Dvas-window.c595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW)
603 * by @cop and if applicable, @pswid.
608 enum vas_cop_type cop, u32 pswid)
614 if (cop == VAS_COP_TYPE_FTW)
617 rxwin = vinst->rxwin[cop] ?: ERR_PTR(-EINVAL);
654 WARN_ON_ONCE(vinst->rxwin[window->vas_win.cop]);
655 vinst->rxwin[window->vas_win.cop] = window;
676 WARN_ON_ONCE(!vinst->rxwin[window->vas_win.cop]);
677 vinst->rxwin[window->vas_win.cop] = NULL;
758 static bool rx_win_args_valid(enum vas_cop_type cop, argument
607 get_vinst_rxwin(struct vas_instance *vinst, enum vas_cop_type cop, u32 pswid) argument
817 vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop) argument
853 vas_rx_win_open(int vasid, enum vas_cop_type cop, struct vas_rx_win_attr *rxattr) argument
893 vas_init_tx_win_attr(struct vas_tx_win_attr *txattr, enum vas_cop_type cop) argument
971 tx_win_args_valid(enum vas_cop_type cop, struct vas_tx_win_attr *attr) argument
995 vas_tx_win_open(int vasid, enum vas_cop_type cop, struct vas_tx_win_attr *attr) argument
[all...]
H A Dvas-debug.c17 static char *cop_to_str(int cop) argument
19 switch (cop) {
40 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->vas_win.cop),
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-common.sh29 [ -z "$exp_fail" ] && cop="-ne" || cop="-eq"
31 if [ $code $cop 0 ]; then
/linux-master/arch/powerpc/include/asm/
H A Dvas.h84 enum vas_cop_type cop; member in struct:vas_window
159 enum vas_cop_type cop; member in struct:vas_tx_win_attr
191 void vas_init_rx_win_attr(struct vas_rx_win_attr *rxattr, enum vas_cop_type cop);
199 struct vas_window *vas_rx_win_open(int vasid, enum vas_cop_type cop,
206 enum vas_cop_type cop);
210 * and the co-processor type @cop. Use @attr to initialize attributes
214 * the coprocessor type @cop.
218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
/linux-master/drivers/net/xen-netback/
H A Dnetback.c390 struct gnttab_copy *cop = queue->tx_copy_ops + *copy_ops; local
405 cop->source.u.ref = txp->gref;
406 cop->source.domid = queue->vif->domid;
407 cop->source.offset = txp->offset;
409 cop->dest.domid = DOMID_SELF;
410 cop->dest.offset = (offset_in_page(skb->data +
413 cop->dest.u.gmfn = virt_to_gfn(skb->data + skb_headlen(skb)
417 if (cop->dest.offset + amount > XEN_PAGE_SIZE) {
418 amount = XEN_PAGE_SIZE - cop->dest.offset;
423 cop
[all...]
/linux-master/arch/mips/math-emu/
H A Dieee754.h63 int ieee754sp_cmp(union ieee754sp x, union ieee754sp y, int cop, int sig);
106 int ieee754dp_cmp(union ieee754dp x, union ieee754dp y, int cop, int sig);
/linux-master/drivers/video/fbdev/
H A Damifb.c2108 copins *cop = copdisplay.init; local
2113 (cop++)->l = CMOVE(BPC0_COLOR | BPC0_SHRES | BPC0_ECSENA, bplcon0);
2114 (cop++)->l = CMOVE(0x0181, diwstrt);
2115 (cop++)->l = CMOVE(0x0281, diwstop);
2116 (cop++)->l = CMOVE(0x0000, diwhigh);
2118 (cop++)->l = CMOVE(BPC0_COLOR, bplcon0);
2121 (cop++)->l = CMOVE(0, spr[i].pos);
2122 (cop++)->l = CMOVE(highw(p), sprpt[i]);
2123 (cop++)->l = CMOVE2(loww(p), sprpt[i]);
2126 (cop
[all...]

Completed in 202 milliseconds