Home
last modified time | relevance | path

Searched refs:txd_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/e1000/
H A Digb_txrx.c245 uint32_t olinfo_status, cmd_type_len, txd_flags; in igb_isc_txd_encap() local
258 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()
H A Dem_txrx.c354 uint32_t txd_flags, txd_upper = 0, txd_lower = 0; in em_isc_txd_encap() local
360 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()
/freebsd/sys/dev/igc/
H A Digc_txrx.c277 uint32_t olinfo_status, cmd_type_len, txd_flags; in igc_isc_txd_encap() local
290 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()