Home
last modified time | relevance | path

Searched refs:start_cons (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunvnet_common.h79 bool start_cons; member
H A Dsunvnet_common.c712 if (desc->hdr.state == VIO_DESC_READY && !port->start_cons) { in vnet_ack()
718 port->start_cons = false; in vnet_ack()
720 port->start_cons = true; in vnet_ack()
722 port->start_cons = true; in vnet_ack()
1457 * if, and only if, start_cons is true (reset it afterward). Conversely, in sunvnet_start_xmit_common()
1459 * is marked READY, but start_cons was false. in sunvnet_start_xmit_common()
1471 if (!port->start_cons) { /* previous trigger suffices */ in sunvnet_start_xmit_common()
1488 port->start_cons = false; in sunvnet_start_xmit_common()
1748 port->start_cons = true; /* need an initial trigger */ in vnet_port_alloc_tx_ring()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunvnet_common.h79 bool start_cons; member
H A Dsunvnet_common.c713 if (desc->hdr.state == VIO_DESC_READY && !port->start_cons) { in vnet_ack()
719 port->start_cons = false; in vnet_ack()
721 port->start_cons = true; in vnet_ack()
723 port->start_cons = true; in vnet_ack()
1458 * if, and only if, start_cons is true (reset it afterward). Conversely, in sunvnet_start_xmit_common()
1460 * is marked READY, but start_cons was false. in sunvnet_start_xmit_common()
1472 if (!port->start_cons) { /* previous trigger suffices */ in sunvnet_start_xmit_common()
1489 port->start_cons = false; in sunvnet_start_xmit_common()
1749 port->start_cons = true; /* need an initial trigger */ in vnet_port_alloc_tx_ring()

Completed in 6 milliseconds