Searched refs:tlp (Results 1 – 5 of 5) sorted by relevance
688 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()
51 struct aer_header_log_regs tlp; /* TLP Header */ member
191 __print_tlp_header(dev, &info->tlp); in aer_print_error()
215 struct dbglog *tlp, *slp; in dlog() local217 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()
112 struct hme_tx_logent *tlp; in tx_add_log() local116 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()