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

/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c135 unsigned char *tlp = (unsigned char *)&t; local
140 *(tlp + 3), *(tlp + 2), *(tlp + 1), *tlp,
141 *(tlp + 7), *(tlp + 6), *(tlp + 5), *(tlp + 4),
142 *(tlp
[all...]
H A Daerdrv.h51 struct aer_header_log_regs tlp; /* TLP Header */ member in struct:aer_err_info
H A Daerdrv_core.c654 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0);
656 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1);
658 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2);
660 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3);
/drivers/scsi/
H A Dmesh.c215 struct dbglog *tlp, *slp; local
217 tlp = &tp->log[tp->log_ix];
219 tlp->fmt = fmt;
220 tlp->tb = readtb();
221 tlp->phase = (ms->msgphase << 4) + ms->phase;
222 tlp->bs0 = ms->mesh->bus_status0;
223 tlp->bs1 = ms->mesh->bus_status1;
224 tlp->tgt = ms->conn_tgt;
225 tlp->d = a;
226 *slp = *tlp;
[all...]
/drivers/net/ethernet/sun/
H A Dsunhme.c112 struct hme_tx_logent *tlp; local
116 tlp = &tx_log[txlog_cur_entry];
117 tlp->tstamp = (unsigned int)jiffies;
118 tlp->tx_new = hp->tx_new;
119 tlp->tx_old = hp->tx_old;
120 tlp->action = a;
121 tlp->status = s;

Completed in 154 milliseconds