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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c208 unsigned char *tlp = (unsigned char *) &info->tlp; local
212 *(tlp + 3), *(tlp + 2), *(tlp + 1), *tlp,
213 *(tlp + 7), *(tlp + 6), *(tlp + 5), *(tlp
[all...]
H A Daerdrv.h62 struct header_log_regs tlp; /* TLP Header */ member in struct:aer_err_info
H A Daerdrv_core.c630 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0);
632 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1);
634 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2);
636 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pci/pcie/aer/
H A Daerdrv_errprint.c208 unsigned char *tlp = (unsigned char *) &info->tlp; local
212 *(tlp + 3), *(tlp + 2), *(tlp + 1), *tlp,
213 *(tlp + 7), *(tlp + 6), *(tlp + 5), *(tlp
[all...]
H A Daerdrv.h62 struct header_log_regs tlp; /* TLP Header */ member in struct:aer_err_info
H A Daerdrv_core.c630 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0);
632 pos + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1);
634 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2);
636 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dmesh.c214 struct dbglog *tlp, *slp; local
216 tlp = &tp->log[tp->log_ix];
218 tlp->fmt = fmt;
219 tlp->tb = readtb();
220 tlp->phase = (ms->msgphase << 4) + ms->phase;
221 tlp->bs0 = ms->mesh->bus_status0;
222 tlp->bs1 = ms->mesh->bus_status1;
223 tlp->tgt = ms->conn_tgt;
224 tlp->d = a;
225 *slp = *tlp;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dmesh.c214 struct dbglog *tlp, *slp; local
216 tlp = &tp->log[tp->log_ix];
218 tlp->fmt = fmt;
219 tlp->tb = readtb();
220 tlp->phase = (ms->msgphase << 4) + ms->phase;
221 tlp->bs0 = ms->mesh->bus_status0;
222 tlp->bs1 = ms->mesh->bus_status1;
223 tlp->tgt = ms->conn_tgt;
224 tlp->d = a;
225 *slp = *tlp;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsunhme.c113 struct hme_tx_logent *tlp; local
117 tlp = &tx_log[txlog_cur_entry];
118 tlp->tstamp = (unsigned int)jiffies;
119 tlp->tx_new = hp->tx_new;
120 tlp->tx_old = hp->tx_old;
121 tlp->action = a;
122 tlp->status = s;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsunhme.c113 struct hme_tx_logent *tlp; local
117 tlp = &tx_log[txlog_cur_entry];
118 tlp->tstamp = (unsigned int)jiffies;
119 tlp->tx_new = hp->tx_new;
120 tlp->tx_old = hp->tx_old;
121 tlp->action = a;
122 tlp->status = s;

Completed in 203 milliseconds