Searched refs:tlp (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/ras/ |
H A D | ras_event.h | 303 struct aer_header_log_regs *tlp), 305 TP_ARGS(dev_name, status, severity, tlp_header_valid, tlp), 321 __entry->tlp_header[0] = tlp->dw0; 322 __entry->tlp_header[1] = tlp->dw1; 323 __entry->tlp_header[2] = tlp->dw2; 324 __entry->tlp_header[3] = tlp->dw3;
|
/openbmc/linux/drivers/pci/pcie/ |
H A D | aer.c | 728 __print_tlp_header(dev, &info->tlp); in aer_print_error() 735 info->severity, info->tlp_header_valid, &info->tlp); in aer_print_error() 1104 aer + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info() 1106 aer + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in aer_get_device_error_info() 1108 aer + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info() 1110 aer + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in aer_get_device_error_info()
|
/openbmc/linux/drivers/scsi/ |
H A D | mesh.c | 216 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()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_xdp_features.sh | 41 ss -tlp | grep -q xdp_features
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 106 struct hme_tx_logent *tlp; 110 tlp = &tx_log[txlog_cur_entry]; 111 tlp->tstamp = (unsigned int)jiffies; 112 tlp->tx_new = hp->tx_new; 113 tlp->tx_old = hp->tx_old; 114 tlp->action = a; 115 tlp->status = s;
|
/openbmc/linux/kernel/rcu/ |
H A D | tasks.h | 313 static void call_rcu_tasks_generic_timer(struct timer_list *tlp) in call_rcu_tasks_generic_timer() argument 318 struct rcu_tasks_percpu *rtpcp = from_timer(rtpcp, tlp, lazy_timer); in call_rcu_tasks_generic_timer()
|
/openbmc/linux/drivers/pci/ |
H A D | pci.h | 406 struct aer_header_log_regs tlp; /* TLP Header */ member
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 1270 "<error_status> [<tlp header> [<tlp header prefix>]]", 1276 "<tlp header> = 32bit x 4\n\t\t\t" 1277 "<tlp header prefix> = 32bit x 4",
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 1261 transitions to recovery due to Framing errors and CRC (dlp and tlp). If
|