OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sendmp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ix_txrx.c
1878
struct mbuf *
sendmp
, *mp;
local in function:ixgbe_rxeof
1916
sendmp
= newmp = NULL;
1950
sendmp
= m_gethdr(M_NOWAIT, MT_DATA);
1951
if (__predict_false(
sendmp
== NULL)) {
2036
sendmp
= rbuf->fmp;
2048
/* For
sendmp
*/
2049
sendmp
->m_pkthdr.len += mp->m_len;
2063
sendmp
->m_data += ETHER_ALIGN;
2064
memcpy(mtod(
sendmp
, void *),
2078
/* For
sendmp
*/
[
all
...]
ix_txrx.c
1878
struct mbuf *
sendmp
, *mp;
local in function:ixgbe_rxeof
1916
sendmp
= newmp = NULL;
1950
sendmp
= m_gethdr(M_NOWAIT, MT_DATA);
1951
if (__predict_false(
sendmp
== NULL)) {
2036
sendmp
= rbuf->fmp;
2048
/* For
sendmp
*/
2049
sendmp
->m_pkthdr.len += mp->m_len;
2063
sendmp
->m_data += ETHER_ALIGN;
2064
memcpy(mtod(
sendmp
, void *),
2078
/* For
sendmp
*/
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025