Home
last modified time | relevance | path

Searched refs:experimental_zcopytx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
H A Dnet.c38 static int experimental_zcopytx = 0; variable
39 module_param(experimental_zcopytx, int, 0444);
40 MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;"
344 return unlikely(experimental_zcopytx) && in vhost_sock_zcopy()
1794 if (experimental_zcopytx) in vhost_net_init()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dnet.c38 static int experimental_zcopytx = 0; variable
39 module_param(experimental_zcopytx, int, 0444);
40 MODULE_PARM_DESC(experimental_zcopytx, "Enable Zero Copy TX;"
345 return unlikely(experimental_zcopytx) && in vhost_sock_zcopy()
1798 if (experimental_zcopytx) in vhost_net_init()

Completed in 5 milliseconds