Searched refs:tso_props (Results 1 – 1 of 1) sorted by relevance
107 e1000x_txd_props tso_props; member579 struct e1000x_txd_props *props = tp->cptse ? &tp->tso_props : &tp->props; in xmit_seg()654 e1000x_read_tx_ctx_descr(xp, &tp->tso_props); in process_tx_desc()685 msh = tp->tso_props.hdr_len + tp->tso_props.mss; in process_tx_desc()697 if (sz >= tp->tso_props.hdr_len in process_tx_desc()698 && tp->size < tp->tso_props.hdr_len) { in process_tx_desc()699 memmove(tp->header, tp->data, tp->tso_props.hdr_len); in process_tx_desc()705 memmove(tp->data, tp->header, tp->tso_props.hdr_len); in process_tx_desc()706 tp->size = tp->tso_props.hdr_len; in process_tx_desc()719 if (!(tp->cptse && tp->size < tp->tso_props.hdr_len)) { in process_tx_desc()[all …]