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

/freebsd-current/sbin/nvmecontrol/
H A Dtelemetry.c104 struct nvme_telemetry_log_page tlp, buf; local
137 size = sizeof(tlp);
140 off, 0, 0, 0, &tlp, size);
143 size = letoh(tlp.da1_last);
146 size = letoh(tlp.da2_last);
149 size = letoh(tlp.da3_last);
168 if (tlp.hi_gen != buf.hi_gen)
171 tlp.hi_gen, buf.hi_gen);
/freebsd-current/usr.sbin/ac/
H A Dac.c318 struct utmpx_entry *lp, *lp2, *tlp; local
330 tlp = lp;
336 free(tlp);
/freebsd-current/sys/net/
H A Dif_lagg.c736 struct lagg_port *lp, *tlp; local
872 CK_SLIST_FOREACH(tlp, &sc->sc_ports, lp_entries) {
873 if (tlp->lp_ifp->if_index < ifp->if_index && (
874 CK_SLIST_NEXT(tlp, lp_entries) == NULL ||
875 ((struct lagg_port*)CK_SLIST_NEXT(tlp, lp_entries))->lp_ifp->if_index >
879 if (tlp != NULL)
880 CK_SLIST_INSERT_AFTER(tlp, lp, lp_entries);
/freebsd-current/sys/netinet/
H A Dtcp_var.h276 uint16_t rack_tlp_cnt_out; /* How many tlp's have been sent */
1088 uint64_t tcps_tlpresends; /* number of tlp resends */
1089 uint64_t tcps_tlpresend_bytes; /* number of bytes resent by tlp */
1456 void tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp);
H A Dtcp_subr.c370 tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp) argument
374 if (tlp == 0) {

Completed in 108 milliseconds