Lines Matching refs:txd_lower
138 uint32_t *txd_lower) in em_tso_setup() argument
148 *txd_lower = (E1000_TXD_CMD_DEXT | /* Extended descr type */ in em_tso_setup()
244 uint32_t *txd_upper, uint32_t *txd_lower) in em_transmit_checksum_setup() argument
275 *txd_lower = txr->csum_txd_lower; in em_transmit_checksum_setup()
309 *txd_lower = E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D; in em_transmit_checksum_setup()
325 txr->csum_txd_lower = *txd_lower; in em_transmit_checksum_setup()
337 csum_flags, *txd_upper, *txd_lower, hdr_len, cmd); in em_transmit_checksum_setup()
354 uint32_t txd_flags, txd_upper = 0, txd_lower = 0; in em_isc_txd_encap() local
379 i = em_tso_setup(sc, pi, &txd_upper, &txd_lower); in em_isc_txd_encap()
383 &txd_lower); in em_isc_txd_encap()
390 txd_lower |= htole32(E1000_TXD_CMD_VLE); in em_isc_txd_encap()
416 ctxd->lower.data = htole32(cmd | txd_lower | seg_len); in em_isc_txd_encap()
426 htole32(cmd | txd_lower | TSO_WORKAROUND); in em_isc_txd_encap()
436 ctxd->lower.data = htole32(cmd | txd_lower | seg_len); in em_isc_txd_encap()