Searched refs:MCLGETI (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/pci/ |
| H A D | if_bwfm_pci.c | 383 MCLGETI(struct bwfm_pci_softc *sc __unused, int how, in MCLGETI() function 964 struct mbuf *m0 = MCLGETI(NULL, M_DONTWAIT, in bwfm_pci_pktid_new() 1037 m = MCLGETI(NULL, M_DONTWAIT, NULL, MSGBUF_MAX_PKT_SIZE); in bwfm_pci_fill_rx_ioctl_ring() 1079 m = MCLGETI(NULL, M_DONTWAIT, NULL, MSGBUF_MAX_PKT_SIZE); in bwfm_pci_fill_rx_buf_ring()
|
| H A D | xmm7360.c | 246 #define MCLGETI(m, how, m0, sz) MCLGET(m, how) macro 2934 MCLGETI(m, M_DONTWAIT, NULL, sz); in xmm7360_os_handle_net_frame()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | arn9003.c | 164 MCLGETI(struct athn_softc *sc __unused, int how, in MCLGETI() function 771 bf->bf_m = MCLGETI(NULL, M_DONTWAIT, NULL, ATHN_RXBUFSZ); in ar9003_rx_alloc() 1001 m1 = MCLGETI(NULL, M_DONTWAIT, NULL, ATHN_RXBUFSZ); in ar9003_rx_process() 2730 m = MCLGETI(NULL, M_DONTWAIT, NULL, TONE_LEN); in ar9003_paprd_tx_tone()
|
| H A D | arn5008.c | 143 MCLGETI(struct athn_softc *sc __unused, int how, in MCLGETI() function 628 bf->bf_m = MCLGETI(NULL, M_DONTWAIT, NULL, ATHN_RXBUFSZ); in ar5008_rx_alloc() 868 m1 = MCLGETI(NULL, M_DONTWAIT, NULL, ATHN_RXBUFSZ); in ar5008_rx_process()
|