Searched refs:tlp (Results 1 – 7 of 7) sorted by relevance
/linux/include/ras/ |
H A D | ras_event.h | 303 struct pcie_tlp_log *tlp), 305 TP_ARGS(dev_name, status, severity, tlp_header_valid, tlp), 321 __entry->tlp_header[0] = tlp->dw[0]; 322 __entry->tlp_header[1] = tlp->dw[1]; 323 __entry->tlp_header[2] = tlp->dw[2]; 324 __entry->tlp_header[3] = tlp->dw[3];
|
/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()
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_xdp_features.sh | 41 ss -tlp | grep -q xdp_features
|
/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;
|
/linux/drivers/pci/pcie/ |
H A D | aer.c | 722 pcie_print_tlp_log(dev, &info->tlp, dev_fmt(" ")); in aer_print_error() 729 info->severity, info->tlp_header_valid, &info->tlp); in aer_print_error() 1248 &info->tlp); in aer_get_device_error_info()
|
/linux/kernel/rcu/ |
H A D | tasks.h | 314 static void call_rcu_tasks_generic_timer(struct timer_list *tlp) in call_rcu_tasks_generic_timer() argument 319 struct rcu_tasks_percpu *rtpcp = from_timer(rtpcp, tlp, lazy_timer); in call_rcu_tasks_generic_timer()
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 1294 transitions to recovery due to Framing errors and CRC (dlp and tlp). If
|