Searched refs:tlp (Results 1 – 4 of 4) sorted by relevance
770 __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()
216 struct dbglog *tlp, *slp; in dlog() local218 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()
113 struct hme_tx_logent *tlp; in tx_add_log() local117 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()
435 struct aer_header_log_regs tlp; /* TLP Header */ member