Searched refs:cop (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/powerpc/platforms/powernv/ |
| A D | vas-trace.h | 17 int cop, 20 TP_ARGS(tsk, vasid, cop, rxattr), 25 __field(int, cop) 36 __entry->cop = cop; 43 __entry->pid, __entry->vasid, __entry->cop, 52 int cop, 55 TP_ARGS(tsk, vasid, cop, txattr), 60 __field(int, cop) 70 __entry->cop = cop; 76 __entry->pid, __entry->vasid, __entry->cop,
|
| A D | vas-window.c | 614 if (cop == VAS_COP_TYPE_FTW) in get_vinst_rxwin() 766 if (cop >= VAS_COP_TYPE_MAX) in rx_win_args_valid() 769 if (cop != VAS_COP_TYPE_FTW && in rx_win_args_valid() 821 if (cop == VAS_COP_TYPE_842 || cop == VAS_COP_TYPE_842_HIPRI || in vas_init_rx_win_attr() 822 cop == VAS_COP_TYPE_GZIP || cop == VAS_COP_TYPE_GZIP_HIPRI) { in vas_init_rx_win_attr() 881 rxwin->vas_win.cop = cop; in vas_rx_win_open() 897 if (cop == VAS_COP_TYPE_842 || cop == VAS_COP_TYPE_842_HIPRI || in vas_init_tx_win_attr() 898 cop == VAS_COP_TYPE_GZIP || cop == VAS_COP_TYPE_GZIP_HIPRI) { in vas_init_tx_win_attr() 977 if (cop > VAS_COP_TYPE_MAX) in tx_win_args_valid() 987 if (cop != VAS_COP_TYPE_FTW && cop != VAS_COP_TYPE_GZIP && in tx_win_args_valid() [all …]
|
| A D | vas-debug.c | 17 static char *cop_to_str(int cop) in cop_to_str() argument 19 switch (cop) { in cop_to_str() 40 seq_printf(s, "Type: %s, %s\n", cop_to_str(window->vas_win.cop), in info_show()
|
| /linux/arch/powerpc/include/asm/ |
| A D | vas.h | 84 enum vas_cop_type cop; member 159 enum vas_cop_type cop; member 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); 218 struct vas_window *vas_tx_win_open(int vasid, enum vas_cop_type cop,
|
| /linux/tools/testing/selftests/drivers/net/netdevsim/ |
| A D | ethtool-common.sh | 29 [ -z "$exp_fail" ] && cop="-ne" || cop="-eq" 31 if [ $code $cop 0 ]; then
|
| /linux/drivers/net/xen-netback/ |
| A D | netback.c | 406 cop->source.u.ref = txp->gref; in xenvif_get_requests() 407 cop->source.domid = queue->vif->domid; in xenvif_get_requests() 408 cop->source.offset = txp->offset; in xenvif_get_requests() 410 cop->dest.domid = DOMID_SELF; in xenvif_get_requests() 411 cop->dest.offset = (offset_in_page(skb->data + in xenvif_get_requests() 418 if (cop->dest.offset + amount > XEN_PAGE_SIZE) { in xenvif_get_requests() 419 amount = XEN_PAGE_SIZE - cop->dest.offset; in xenvif_get_requests() 424 cop->len = amount; in xenvif_get_requests() 425 cop->flags = GNTCOPY_source_gref; in xenvif_get_requests() 434 cop++; in xenvif_get_requests() [all …]
|
| /linux/arch/mips/math-emu/ |
| A D | ieee754.h | 63 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/drivers/video/fbdev/ |
| A D | amifb.c | 2108 copins *cop = copdisplay.init; in ami_init_copper() local 2114 (cop++)->l = CMOVE(0x0181, diwstrt); in ami_init_copper() 2115 (cop++)->l = CMOVE(0x0281, diwstop); in ami_init_copper() 2116 (cop++)->l = CMOVE(0x0000, diwhigh); in ami_init_copper() 2121 (cop++)->l = CMOVE(0, spr[i].pos); in ami_init_copper() 2122 (cop++)->l = CMOVE(highw(p), sprpt[i]); in ami_init_copper() 2123 (cop++)->l = CMOVE2(loww(p), sprpt[i]); in ami_init_copper() 2127 copdisplay.wait = cop; in ami_init_copper() 2128 (cop++)->l = CEND; in ami_init_copper() 2129 (cop++)->l = CMOVE(0, copjmp2); in ami_init_copper() [all …]
|
Completed in 19 milliseconds