Searched refs:cptse (Results 1 – 4 of 4) sorted by relevance
78 bool cptse; member
105 bool cptse; member579 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()
580 VMSTATE_BOOL(cptse, struct e1000e_tx),
605 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()