Searched refs:txd_flags (Results 1 – 3 of 3) sorted by relevance
245 uint32_t olinfo_status, cmd_type_len, txd_flags; in igb_isc_txd_encap() local258 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_ADVTXD_DCMD_RS : 0; in igb_isc_txd_encap()285 if (txd_flags) { in igb_isc_txd_encap()291 txd->read.cmd_type_len |= htole32(E1000_TXD_CMD_EOP | txd_flags); in igb_isc_txd_encap()
354 uint32_t txd_flags, txd_upper = 0, txd_lower = 0; in em_isc_txd_encap() local360 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_TXD_CMD_RS : 0; in em_isc_txd_encap()452 if (txd_flags && nsegs) { in em_isc_txd_encap()460 ctxd->lower.data |= htole32(E1000_TXD_CMD_EOP | txd_flags); in em_isc_txd_encap()
277 uint32_t olinfo_status, cmd_type_len, txd_flags; in igc_isc_txd_encap() local290 txd_flags = pi->ipi_flags & IPI_TX_INTR ? IGC_ADVTXD_DCMD_RS : 0; in igc_isc_txd_encap()313 if (txd_flags) { in igc_isc_txd_encap()319 txd->read.cmd_type_len |= htole32(IGC_ADVTXD_DCMD_EOP | txd_flags); in igc_isc_txd_encap()