Home
last modified time | relevance | path

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

/drivers/pci/pcie/
Daer.c729 __print_tlp_header(dev, &info->tlp); in aer_print_error()
736 info->severity, info->tlp_header_valid, &info->tlp); in aer_print_error()
1087 aer + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
1089 aer + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in aer_get_device_error_info()
1091 aer + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
1093 aer + 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.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()
/drivers/pci/
Dpci.h449 struct aer_header_log_regs tlp; /* TLP Header */ member