mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
ntb: Fix LINT
Sponsored by: Microsoft OSTC
This commit is contained in:
parent
9e6efea698
commit
02888b1e1b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=302622
@ -617,8 +617,6 @@ SYSCTL_UQUAD(_hw_ntb_xeon_b2b, OID_AUTO, dsd_bar5_addr32, CTLFLAG_RDTUN,
|
||||
*/
|
||||
MALLOC_DEFINE(M_NTB, "ntb_hw", "ntb_hw driver memory allocations");
|
||||
|
||||
SYSCTL_NODE(_hw, OID_AUTO, ntb, CTLFLAG_RW, 0, "NTB sysctls");
|
||||
|
||||
/*
|
||||
* OS <-> Driver linkage functions
|
||||
*/
|
||||
|
@ -882,7 +882,7 @@ ntb_memcpy_rx(struct ntb_transport_qp *qp, struct ntb_queue_entry *entry,
|
||||
/* Ensure that the data is globally visible before clearing the flag */
|
||||
wmb();
|
||||
|
||||
CTR2(KTR_NTB, "RX: copied entry %p to mbuf %p.", entry, m);
|
||||
CTR2(KTR_NTB, "RX: copied entry %p to mbuf %p.", entry, entry->buf);
|
||||
ntb_rx_copy_callback(qp, entry);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user