Home
last modified time | relevance | path

Searched refs:cptse (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000e_core.h78 bool cptse; member
H A De1000.c105 bool cptse; member
579 struct e1000x_txd_props *props = tp->cptse ? &tp->tso_props : &tp->props; in xmit_seg()
581 if (tp->cptse) { in xmit_seg()
667 tp->cptse = (txd_lower & E1000_TXD_CMD_TSE) ? 1 : 0; in process_tx_desc()
670 tp->cptse = 0; in process_tx_desc()
675 (tp->cptse || txd_lower & E1000_TXD_CMD_EOP)) { in process_tx_desc()
684 if (tp->cptse) { in process_tx_desc()
719 if (!(tp->cptse && tp->size < tp->tso_props.hdr_len)) { in process_tx_desc()
726 tp->cptse = 0; in process_tx_desc()
H A De1000e.c580 VMSTATE_BOOL(cptse, struct e1000e_tx),
H A De1000e_core.c605 if (tx->props.tse && tx->cptse) { in e1000e_setup_tx_offloads()
707 tx->cptse = (txd_lower & E1000_TXD_CMD_TSE) ? 1 : 0; in e1000e_process_tx_desc()
712 tx->cptse = 0; in e1000e_process_tx_desc()
740 tx->cptse = 0; in e1000e_process_tx_desc()