Searched refs:txd_flags (Results 1 – 3 of 3) sorted by relevance
248 uint32_t olinfo_status, cmd_type_len, txd_flags; in igb_isc_txd_encap() local261 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_ADVTXD_DCMD_RS : 0; in igb_isc_txd_encap()288 if (txd_flags) { in igb_isc_txd_encap()294 txd->read.cmd_type_len |= htole32(E1000_TXD_CMD_EOP | txd_flags); in igb_isc_txd_encap()
350 uint32_t txd_flags, txd_upper = 0, txd_lower = 0; in em_isc_txd_encap() local356 txd_flags = pi->ipi_flags & IPI_TX_INTR ? E1000_TXD_CMD_RS : 0; in em_isc_txd_encap()445 if (txd_flags && nsegs) { in em_isc_txd_encap()453 ctxd->lower.data |= htole32(E1000_TXD_CMD_EOP | txd_flags); in em_isc_txd_encap()
276 uint32_t olinfo_status, cmd_type_len, txd_flags; in igc_isc_txd_encap() local289 txd_flags = pi->ipi_flags & IPI_TX_INTR ? IGC_ADVTXD_DCMD_RS : 0; in igc_isc_txd_encap()312 if (txd_flags) { in igc_isc_txd_encap()318 txd->read.cmd_type_len |= htole32(IGC_ADVTXD_DCMD_EOP | txd_flags); in igc_isc_txd_encap()