Home | History | Annotate | Download | only in ixgbe

Lines Matching refs:fmp

1787 	if (rbuf->fmp != NULL) {/* Partial chain ? */
1791 m_freem(rbuf->fmp);
1792 rbuf->fmp = NULL;
1793 rbuf->buf = NULL; /* rbuf->buf is part of fmp's chain */
1947 if ((rbuf->fmp == NULL) &&
1975 m_freem(rbuf->fmp);
1976 rbuf->fmp = NULL;
2025 * Rather than using the fmp/lmp global pointers
2034 if (rbuf->fmp != NULL) {
2036 sendmp = rbuf->fmp;
2042 rbuf->fmp = NULL;
2076 rbuf->fmp = NULL;
2089 nbuf->fmp = sendmp;