Home
last modified time | relevance | path

Searched refs:tlp (Results 1 – 5 of 5) sorted by relevance

/drivers/pci/pcie/aer/
Daerdrv_core.c688 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in get_device_error_info()
690 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in get_device_error_info()
692 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in get_device_error_info()
694 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in get_device_error_info()
Daerdrv.h51 struct aer_header_log_regs tlp; /* TLP Header */ member
Daerdrv_errprint.c191 __print_tlp_header(dev, &info->tlp); in aer_print_error()
/drivers/scsi/
Dmesh.c215 struct dbglog *tlp, *slp; in dlog() local
217 tlp = &tp->log[tp->log_ix]; in dlog()
219 tlp->fmt = fmt; in dlog()
220 tlp->tb = readtb(); in dlog()
221 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
222 tlp->bs0 = ms->mesh->bus_status0; in dlog()
223 tlp->bs1 = ms->mesh->bus_status1; in dlog()
224 tlp->tgt = ms->conn_tgt; in dlog()
225 tlp->d = a; in dlog()
226 *slp = *tlp; in dlog()
/drivers/net/ethernet/sun/
Dsunhme.c112 struct hme_tx_logent *tlp; in tx_add_log() local
116 tlp = &tx_log[txlog_cur_entry]; in tx_add_log()
117 tlp->tstamp = (unsigned int)jiffies; in tx_add_log()
118 tlp->tx_new = hp->tx_new; in tx_add_log()
119 tlp->tx_old = hp->tx_old; in tx_add_log()
120 tlp->action = a; in tx_add_log()
121 tlp->status = s; in tx_add_log()