Home
last modified time | relevance | path

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

/drivers/pci/pcie/
Daer.c770 __print_tlp_header(dev, &info->tlp); in aer_print_error()
777 info->severity, info->tlp_header_valid, &info->tlp); in aer_print_error()
1126 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
1128 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in aer_get_device_error_info()
1130 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
1132 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in aer_get_device_error_info()
/drivers/scsi/
Dmesh.c216 struct dbglog *tlp, *slp; in dlog() local
218 tlp = &tp->log[tp->log_ix]; in dlog()
220 tlp->fmt = fmt; in dlog()
221 tlp->tb = readtb(); in dlog()
222 tlp->phase = (ms->msgphase << 4) + ms->phase; in dlog()
223 tlp->bs0 = ms->mesh->bus_status0; in dlog()
224 tlp->bs1 = ms->mesh->bus_status1; in dlog()
225 tlp->tgt = ms->conn_tgt; in dlog()
226 tlp->d = a; in dlog()
227 *slp = *tlp; in dlog()
/drivers/net/ethernet/sun/
Dsunhme.c113 struct hme_tx_logent *tlp; in tx_add_log() local
117 tlp = &tx_log[txlog_cur_entry]; in tx_add_log()
118 tlp->tstamp = (unsigned int)jiffies; in tx_add_log()
119 tlp->tx_new = hp->tx_new; in tx_add_log()
120 tlp->tx_old = hp->tx_old; in tx_add_log()
121 tlp->action = a; in tx_add_log()
122 tlp->status = s; in tx_add_log()
/drivers/pci/
Dpci.h435 struct aer_header_log_regs tlp; /* TLP Header */ member