HomeSort by: relevance | last modified time | path
    Searched refs:fmp (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 122 struct kernfs_mount *fmp; local
139 fmp = kmem_zalloc(sizeof(struct kernfs_mount), KM_SLEEP);
140 TAILQ_INIT(&fmp->nodelist);
144 mp->mnt_data = fmp;
149 kmem_free(fmp, sizeof(struct kernfs_mount));
  /src/sys/netcan/
can_pcb.c 387 struct can_frame *fmp; local
394 fmp = mtod(m, struct can_frame *);
397 if ((fmp->can_id & fip->can_mask) == fip->can_id)
  /src/sys/dev/pci/ixgbe/
ix_txrx.c 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;
    [all...]
ixgbe.h 296 struct mbuf *fmp; member in struct:ixgbe_rx_buf
  /src/sys/dev/pci/igc/
if_igc.h 239 struct mbuf *fmp; /* First mbuf pointers. */ member in struct:igc_rx_buf
if_igc.c 2142 m_freem(rxbuf->fmp);
2143 rxbuf->fmp = NULL;
2176 m = rxbuf->fmp;
2177 rxbuf->fmp = NULL;
2192 nxbuf->fmp = m;

Completed in 25 milliseconds