github.com/prometheus/procfs.NetDevLine.TxFIFO (field)

4 uses

	github.com/prometheus/procfs (current package)
		net_dev.go#L40: 	TxFIFO       uint64 `json:"tx_fifo"`       // Cumulative count of FIFO buffer errors.
		net_dev.go#L156: 	line.TxFIFO, err = strconv.ParseUint(fields[12], 10, 64)
		net_dev.go#L196: 		total.TxFIFO += ifc.TxFIFO