HomeSort by: relevance | last modified time | path
    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 212 milliseconds